OSDN Git Service

77df8ab711b933a3d648024c62bec63524e8809b
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR tree-optimization/35011
4         * g++.dg/other/pr35011.C: New.
5
6 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
7
8         PR target/39226
9         * gcc.dg/pr39226.c: New test.
10
11 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
12
13         PR c++/35240
14         * g++.dg/template/pr35240.C: New.
15
16 2009-04-01  Joseph Myers  <joseph@codesourcery.com>
17
18         PR c/39605
19         * gcc.dg/vla-17.c, gcc.dg/vla-18.c: New tests.
20         * gcc.dg/pr25682.c: Update expected diagnostics.
21
22 2009-04-01  Richard Guenther  <rguenther@suse.de>
23
24         * gcc.dg/fold-plusmult-2.c: New testcase.
25
26 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
27
28         PR c/37772
29         * gcc.dg/pr37772.c: New test.
30         * g++.dg/ext/asm11.C: New test.
31
32 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
33
34         * lib/target-libpath.exp (restore_ld_library_path_env_vars): Always
35         restore GCC_EXEC_PREFIX to its original value, or unset if it was not
36         defined.
37
38 2009-03-31  Jason Merrill  <jason@redhat.com>
39
40         * g++.old-deja/g++.other/using9.C: Add expected errors.
41
42 2009-03-31  H.J. Lu  <hongjiu.lu@intel.com>
43
44         * gcc.c-torture/compile/pr33009.c: Removed.
45
46 2009-03-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
47
48         * gcc.c-torture/compile/pr33009.c: Delete.
49         * gcc.c-torture/compile/pr11832.c: Likewise.
50
51 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
52
53         PR c/448
54         * lib/target-supports.exp (check_effective_target_stdint_types):
55         Update comment.
56         (check_effective_target_inttypes_types): New.
57         * gcc.dg/c99-stdint-1.c, gcc.dg/c99-stdint-2.c,
58         gcc.dg/c99-stdint-3.c, gcc.dg/c99-stdint-4.c,
59         gcc.dg/c99-stdint-5.c, gcc.dg/c99-stdint-6.c: New tests.
60
61 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
62
63         PR fortran/38917
64         PR fortran/38918
65         * gfortran.dg/data_pointer_1.f90: New test.
66
67 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
68
69         PR fortran/38915
70         * gfortran.dg/char_length_15.f90: New test.
71
72 2009-03-31  Jason Merrill  <jason@redhat.com>
73
74         C++ DR 613
75         * g++.old-deja/g++.dg/cpp0x/decltype3.C: Remove expected errors.
76         * g++.old-deja/g++.ext/typeof2.C: Remove expected errors.
77         * g++.old-deja/g++.other/sizeof2.C: Remove some expected errors,
78         xfail others.
79
80         * g++.dg/other/typedef2.C: New test.
81
82         PR c++/37806
83         * g++.dg/template/typedef17.C: New test.
84
85         * g++.dg/cpp0x/auto6.C: Adjust expected mangling.
86         * g++.dg/cpp0x/auto12.C: Likewise.
87
88 2009-03-31  Richard Guenther  <rguenther@suse.de>
89
90         PR middle-end/31029
91         * gcc.dg/fold-compare-4.c: New testcase.
92         * gcc.dg/fold-compare-5.c: Likewise.
93
94 2009-03-31  Richard Guenther  <rguenther@suse.de>
95
96         * gcc.dg/tree-ssa/forwprop-12.c: New testcase.
97
98 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
99
100         PR target/39592
101         * gcc.target/i386/pr39592-1.c: New test.
102
103 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
104
105         PR preprocessor/15638
106         * gcc.dg/cpp/missing-header-1.c: New test.
107         * gcc.dg/cpp/include2.c: Only test #include <>.  Expect
108         "compilation terminated" message.
109         * gcc.dg/cpp/include2a.c: New test.  Copy of include2.c but only
110         test #include "".
111         * gcc.dg/pch/counter-2.c, gcc.dg/pch/valid-1.c,
112         gcc.dg/pch/valid-2.c, gcc.dg/pch/warn-1.c: Expect "compilation
113         terminated" message.
114
115 2009-03-31  Richard Guenther  <rguenther@suse.de>
116
117         PR middle-end/23401
118         PR middle-end/27810
119         * gcc.dg/tree-ssa/pr23401.c: New testcase.
120         * gcc.dg/tree-ssa/pr27810.c: Likewise.
121
122 2009-03-30  Steven G. Kargl  <kargls@comcast.net>
123
124         PR fortran/38389
125         * gfortran.dg/alloc_alloc_expr_1.f90: Adjust for new error message.
126         * gfortran.dg/allocate_alloc_opt_1.f90: New test.
127         * gfortran.dg/allocate_alloc_opt_2.f90: Ditto.
128         * gfortran.dg/allocate_alloc_opt_3.f90: Ditto.
129         * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto.
130         * gfortran.dg/deallocate_alloc_opt_2.f90: Ditto.
131         * gfortran.dg/deallocate_alloc_opt_3.f90: Ditto.
132
133 2009-03-30  Paul Thomas  <pault@gcc.gnu.org>
134
135         PR fortran/22571
136         * gfortran.dg/whole_file_1.f90: New test.
137         PR fortran/26227
138         * gfortran.dg/whole_file_2.f90: New test.
139         * gfortran.dg/whole_file_3.f90: New test.
140         PR fortran/24886
141         * gfortran.dg/whole_file_4.f90: New test.
142
143 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
144
145         * gfortran.dg/bind_c_usage_19.f90: New test.
146
147         PR target/39558
148         * gcc.target/powerpc/altivec-29.c: New test.
149
150 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
151
152         PR rtl-optimization/323
153         * gcc.target/i386/excess-precision-1.c,
154         gcc.target/i386/excess-precision-2.c,
155         gcc.target/i386/excess-precision-3.c,
156         gcc.target/i386/excess-precision-4.c,
157         gcc.target/i386/excess-precision-5.c,
158         gcc.target/i386/excess-precision-6.c: New tests.
159
160 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
161
162         PR c/35235
163         * gcc.dg/c99-array-lval-8.c: New test.
164
165 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
166
167         PR preprocessor/34695
168         * gcc.dg/builtin-redefine.c, gcc.dg/cpp/redef2.c,
169         gcc.dg/cpp/redef3.c, gcc.dg/cpp/trad/redef2.c: Use dg-message
170         instead of dg-warning for "previous definition" messages.
171         * gcc.dg/cpp/Wvariadic-1.c, gcc.dg/cpp/Wvariadic-3.c: Expect
172         "warnings being treated as errors" message.
173         * gcc.dg/fltconst-1.c: Use -fshow-column.
174
175 2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>
176
177         PR fortran/38823
178         * gfortran.dg/power1.f90: New test.
179
180 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
181
182         PR c/456
183         PR c/5675
184         PR c/19976
185         PR c/29116
186         PR c/31871
187         PR c/35198
188         * gcc.c-torture/compile/20081108-1.c,
189         gcc.c-torture/compile/20081108-2.c,
190         gcc.c-torture/compile/20081108-3.c, gcc.dg/bconstp-2.c,
191         gcc.dg/bconstp-3.c, gcc.dg/bconstp-4.c, gcc.dg/c90-const-expr-6.c,
192         gcc.dg/c90-const-expr-7.c, gcc.dg/c90-const-expr-8.c,
193         gcc.dg/c90-const-expr-9.c, gcc.dg/c90-const-expr-10.c,
194         gcc.dg/c90-const-expr-11.c, gcc.dg/c99-const-expr-6.c,
195         gcc.dg/c99-const-expr-7.c, gcc.dg/c99-const-expr-8.c,
196         gcc.dg/c99-const-expr-9.c, gcc.dg/c99-const-expr-10.c,
197         gcc.dg/c99-const-expr-11.c, gcc.dg/c99-const-expr-12.c,
198         gcc.dg/c99-const-expr-13.c, gcc.dg/compare10.c,
199         gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu89-const-expr-2.c,
200         gcc.dg/gnu99-const-expr-1.c, gcc.dg/gnu99-const-expr-2.c,
201         gcc.dg/gnu99-const-expr-3.c, gcc.dg/vla-12.c, gcc.dg/vla-13.c,
202         gcc.dg/vla-14.c, gcc.dg/vla-15.c, gcc.dg/vla-16.c: New tests.
203         * gcc.dg/c90-const-expr-1.c, gcc.dg/c90-const-expr-2.c,
204         gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-2.c,
205         gcc.dg/c99-const-expr-3.c, gcc.dg/c99-static-1.c: Remove XFAILs.
206         * gcc.dg/c90-const-expr-2.c: Use ZERO in place of 0 in another
207         case.
208         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
209         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Remove
210         XFAILs.  Update expected messages.
211         * gcc.dg/pr14649-1.c, gcc.dg/pr19984.c, gcc.dg/pr25682.c: Update
212         expected messages.
213         * gcc.dg/real-const-1.c: Replace with test from original PR.
214         * gcc.dg/vect/pr32230.c: Use intermediate cast to __PTRDIFF_TYPE__
215         when casting from non-constant integer to pointer.
216
217 2009-03-29  Richard Guenther  <rguenther@suse.de>
218
219         * gcc.dg/tree-ssa/forwprop-11.c: New testcase.
220
221 2009-03-29  Daniel Kraft  <d@domob.eu>
222
223         PR fortran/37423
224         * gfortran.dg/typebound_proc_4.f03: Remove not-implemented check for
225         DEFERRED bindings.
226         * gfortran.dg/typebound_proc_9.f03: New test.
227         * gfortran.dg/typebound_proc_10.f03: New test.
228         * gfortran.dg/typebound_proc_11.f03: New test.
229         * gfortran.dg/abstract_type_5.f03: New test.
230
231 2008-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
232
233         PR fortran/38507
234         * gfortran.dg/do_4.f: New.
235         * gfortran.dg/goto_2.f90: Correct expected warnings.
236         * gfortran.dg/goto_4.f90: Likewise.
237         * gfortran.dg/goto_5.f90: New.
238
239 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
240
241         PR target/39545
242         * gcc.c-torture/compile/pr16566-2.c: Add -Wno-psabi for x86-64.
243
244         * gcc.target/i386/pr39545-1.c: New.
245         * gcc.target/i386/pr39545-2.c: Likewise.
246
247         * gcc.target/x86_64/abi/test_passing_structs.c (flex1_struct): New.
248         (flex2_struct): Likewise.
249         (check_struct_passing7): Likewise.
250         (check_struct_passing8): Likewise.
251         (f1s): Likewise.
252         (f2s): Likewise.
253         (main): Call check_struct_passing7 and check_struct_passing8.
254
255 2009-03-29  Richard Guenther  <rguenther@suse.de>
256
257         * gcc.c-torture/execute/20090113-1.c: New testcase.
258         * gcc.c-torture/execute/20090113-2.c: Likewise.
259         * gcc.c-torture/execute/20090113-3.c: Likewise.
260         * gcc.c-torture/execute/20090207-1.c: Likewise.
261         * gcc.c-torture/compile/20090114-1.c: Likewise.
262         * gcc.c-torture/compile/20090328-1.c: Likewise.
263         * gcc.dg/noncompile/920507-1.c: Fix out-of-bounds array access.
264
265 2009-03-29  David Ayers  <ayers@fsfe.org>
266
267         PR objc/27377
268         * objc.dg/conditional-1.m: New tests.
269         
270 2009-03-28  Adam Nemet  <anemet@caviumnetworks.com>
271
272         * gcc.dg/winline-10.c: New test.
273
274 2009-03-28  Tobias Burnus  <burnus@net-b.de>
275
276         PR fortran/34656
277         * gfortran.dg/do_check_1.f90: Add test.
278         * gfortran.dg/do_check_2.f90: Add test.
279         * gfortran.dg/do_check_3.f90: Add test.
280         * gfortran.dg/do_check_4.f90: Add test.
281
282 2009-03-28  Jan Hubicka  <jh@suse.cz>
283
284         * gcc.dg/attr-noinline.c: Avoid pure-const optimization.
285         * gcc.dg/pr33826.c: Update dump files.
286         * gcc.dg/ipa/ipa-3.c: Avoid pure-const optimization.
287         * gcc.dg/ipa/ipa-5.c: Avoid pure-const optimization.
288
289 2009-03-28  Martin Jambor  <mjambor@suse.cz>
290
291         * g++.dg/tree-ssa/fwprop-align.C: New test.
292
293 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
294
295         * gcc.target/powerpc/altivec-28.c: New test.
296
297         PR c++/39554
298         * gcc.dg/wdisallowed-functions-1.c: Removed.
299         * gcc.dg/wdisallowed-functions-2.c: Removed.
300         * gcc.dg/wdisallowed-functions-3.c: Removed.
301         * g++.dg/warn/Wdisallowed-functions-1.C: Removed.
302         * g++.dg/warn/Wdisallowed-functions-2.C: Removed.
303         * g++.dg/warn/Wdisallowed-functions-3.C: Removed.
304
305 2009-03-28  Richard Guenther  <rguenther@suse.de>
306
307         PR tree-optimization/38723
308         * gcc.dg/tree-ssa/ssa-fre-22.c: New testcase.
309
310 2009-03-28  Paul Thomas  <pault@gcc.gnu.org
311
312         PR fortran/38538
313         * gfortran.dg/char_result_13.f90: New test.
314
315 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
316
317         PR fortran/38765
318         * gfortran.dg/alloc_comp_assign_9.f90: New test.
319
320 2009-03-28  Daniel Kraft  <d@domob.eu>
321
322         * gfortran.dg/trim_1.f90: New test.
323
324 2009-03-28  Richard Guenther  <rguenther@suse.de>
325
326         * gcc.dg/Warray-bounds.c: Do not use redundant stores.
327         * g++.dg/warn/Warray-bounds.C: Likewise.
328
329 2009-03-28  Tobias Burnus  <burnus@net-b.de>
330
331         PR fortran/32626
332         * gfortran.dg/recursive_check_7.f90: New test.
333
334 2009-03-28  Tobias Burnus  <burnus@net-b.de>
335
336         PR fortran/38432
337         * gfortran.dg/do_check_5.f90: New test.
338         * gfortran.dg/array_constructor_11.f90: Add dg-warning.
339         * gfortran.dg/array_constructor_18.f90: Ditto.
340         * gfortran.dg/array_constructor_22.f90: Ditto.
341         * gfortran.dg/do_3.F90: Ditto.
342         * gfortran.dg/do_1.f90: Ditto.
343
344 2009-03-28  Richard Guenther  <rguenther@suse.de>
345
346         PR tree-optimization/38180
347         * gcc.dg/tree-ssa/ssa-ccp-24.c: New testcase.
348
349 2009-03-28  Richard Guenther  <rguenther@suse.de>
350
351         PR tree-optimization/38513
352         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
353         * gcc.dg/tree-ssa/ssa-dse-11.c: Adjust.
354         * gcc.dg/vect/vect-reduc-dot-u8a.c: Likewise.
355         * gcc.dg/vect/vect-reduc-dot-u8b.c: Likewise.
356         * gcc.dg/vect/slp-widen-mult-u8.c: Likewise.
357         * gcc.dg/vect/vect-multitypes-16.c: Likewise.
358         * gcc.dg/vect/vect-35.c: Likewise.
359         * gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c: Likewise.
360         * gcc.dg/vect/vect-multitypes-17.c: Likewise.
361         * gcc.dg/vect/slp-widen-mult-s16.c: Likewise.
362
363 2009-03-28  Richard Guenther  <rguenther@suse.de>
364
365         PR tree-optimization/38968
366         * gfortran.dg/vect/fast-math-pr38968.f90: New testcase.
367
368 2009-03-28  Richard Guenther  <rguenther@suse.de>
369
370         PR tree-optimization/37795
371         * gcc.dg/tree-ssa/ssa-ifcombine-7.c: New testcase.
372
373 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
374
375         * g++.old-deja/g++.ext/attrib5.C, g++.old-deja/g++.jason/thunk3.C,
376         gcc.c-torture/compile/981006-1.c: Don't XFAIL or add special
377         options for removed targets.
378
379 2009-03-27  Richard Guenther  <rguenther@suse.de>
380
381         PR tree-optimization/39120
382         * gcc.c-torture/execute/pr39120.c: New testcase.
383
384 2009-03-27  Richard Guenther  <rguenther@suse.de>
385
386         PR tree-optimization/39120
387         * gcc.dg/torture/pta-callused-1.c: New testcase.
388
389 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
390
391         PR middle-end/39315
392         * gcc.target/i386/pr39315-1.c: New.
393         * gcc.target/i386/pr39315-2.c: Likewise.
394         * gcc.target/i386/pr39315-3.c: Likewise.
395         * gcc.target/i386/pr39315-4.c: Likewise.
396         * gcc.target/i386/pr39315-check.c: Likewise.
397
398 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
399
400         PR c/39323
401         * gcc.dg/pr39323-1.c: New.
402         * gcc.dg/pr39323-2.c: Likewise.
403         * gcc.dg/pr39323-3.c: Likewise.
404
405 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
406
407         PR target/38034
408         * gcc.target/ia64/sync-1.c: New.
409
410 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
411
412         PR target/39472
413         * gcc.target/x86_64/abi/callabi/func-2a.c: New.
414         * gcc.target/x86_64/abi/callabi/func-2b.c: Likewise.
415         * gcc.target/x86_64/abi/callabi/func-indirect-2a.c: Likewise.
416         * gcc.target/x86_64/abi/callabi/func-indirect-2b.c: Likewise.
417         * gcc.target/x86_64/abi/callabi/vaarg-4a.c: Likewise.
418         * gcc.target/x86_64/abi/callabi/vaarg-4b.c: Likewise.
419         * gcc.target/x86_64/abi/callabi/vaarg-5a.c: Likewise.
420         * gcc.target/x86_64/abi/callabi/vaarg-5b.c: Likewise.
421
422 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
423
424         * gcc.dg/torture/builtin-explog-1.c: Remove tests that aren't true
425         for low precision (i.e. float).
426
427 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
428             Jakub Jelinek  <jakub@redhat.com>
429
430         PR debug/37959
431         * g++.dg/debug/dwarf2/explicit-constructor.C: New test.
432
433 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
434
435         * gcc.dg/memmove-2.c: New test.
436         * gcc.dg/memmove-3.c: New test.
437
438         * gcc.dg/ipa/ipacost-1.c: Adjust match pattern for change
439         in clone naming.
440
441 2009-03-27  Xinliang David Li  <davidxl@google.com>
442
443         PR tree-optimization/39557
444         * g++.dg/tree-ssa/dom-invalid.C: New test.
445
446 2009-03-27  Xinliang David Li  <davidxl@google.com>
447
448         PR tree-optimization/39548
449         * g++.dg/tree-ssa/copyprop.C: New test.
450
451 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
452
453         PR c++/38638
454         * g++.dg/template/typename17.C: New testcase.
455         * g++.dg/template/typename18.C: New testcase.
456
457 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
458
459         PR c++/36799
460         * g++.dg/other/var_copy-1.C: New test.
461
462 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
463
464         PR c++/37647
465         * g++.dg/parse/ctor9.C: New test.
466
467 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
468
469         PR c++/29727
470         * g++.dg/init/error2.C: New test.
471
472 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
473
474         PR c++/35652
475         * gcc.dg/pr35652.C: New.
476         * g++.dg/warn/pr35652.C: New.
477         * gcc.dg/format/plus-1.c: Adjust message.
478
479 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
480
481         PR c++/39554
482         * gcc.dg/wdisallowed-functions-3.c: New test.
483         * g++.dg/warn/Wdisallowed-functions-3.C: New test.
484
485 2009-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
486
487         * gcc.dg/inline-33.c: Fix when pic.
488
489 2009-03-25  Alexander Monakov  <amonakov@ispras.ru>
490
491         * gcc.target/ia64/20090324-1.c: New test.
492
493 2009-03-25  Jakub Jelinek  <jakub@redhat.com>
494
495         PR c/27898
496         * gcc.dg/pr27898.c: New test.
497
498         PR tree-optimization/32139
499         * gcc.c-torture/compile/pr32139.c: New test.
500
501 2009-03-24  Jason Merrill  <jason@redhat.com>
502
503         PR c++/28274
504         * g++.dg/parse/defarg14.C: New test.
505
506 2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
507
508         PR libfortran/39528
509         * gfortran.dg/read_repeat.f90: New test.
510
511 2009-03-24  Ira Rosen  <irar@il.ibm.com>
512
513         PR tree-optimization/39529
514         * gcc.dg/vect/pr39529.c: New test.
515
516 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
517             Jakub Jelinek  <jakub@redhat.com>
518
519         PR debug/39524
520         * g++.dg/debug/dwarf2/imported-decl-1.C: New test.
521
522 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
523
524         PR c/39495
525         * gcc.dg/gomp/pr39495-2.c: Remove xfails.
526
527 2009-03-23  Jason Merrill  <jason@redhat.com>
528
529         * g++.dg/cpp0x/auto12.C: Add variadic test.
530         
531         PR c++/39526
532         * g++.dg/warn/Wshadow-4.C: New test.
533
534 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
535
536         PR tree-optimization/39516
537         * gfortran.dg/pr39516.f: New test.
538
539 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
540
541         * lib/target-libpath.exp (set_ld_library_path_env_vars):
542         Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
543         variable, not environment variable.
544
545 2009-03-21  Jason Merrill  <jason@redhat.com>
546
547         PR c++/28879
548         * g++.dg/ext/vla6.C: New test.
549
550 2009-03-20  Jason Merrill  <jason@redhat.com>
551
552         * g++.dg/cpp0x/initlist5.C: Add additional test.
553
554 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
555             Janis Johnson  <janis187@us.ibm.com>
556
557         * lib/compat.exp (compat-get-options-main, compat-get-options):
558         Handle dg-prune-output in source file.
559         * lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
560         * gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
561         * gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
562         two warnings.
563
564 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
565
566         PR c/39495
567         * gcc.dg/gomp/pr39495-1.c: New test.
568         * gcc.dg/gomp/pr39495-2.c: New test.
569         * g++.dg/gomp/pr39495-1.C: New test.
570         * g++.dg/gomp/pr39495-2.C: New test.
571
572         PR target/39496
573         * gcc.target/i386/pr39496.c: New test.
574         * g++.dg/other/pr39496.C: New test.
575
576 2009-03-19  Li Feng  <nemokingdom@gmail.com>
577
578         PR middle-end/39500
579         * gcc.dg/autopar/pr39500-1.c: New.
580         * gcc.dg/autopar/pr39500-2.c: New.
581
582 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
583
584         * g++.dg/dg.exp: Prune graphite.
585
586 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
587
588         PR middle-end/39447
589         * g++.dg/graphite: New.
590         * g++.dg/graphite/graphite.exp: New.
591         * g++.dg/graphite/pr39447.C: New.
592
593 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
594
595         PR c++/39425
596         * g++.dg/template/pr39425.C: New.
597
598         * g++.dg/template/spec33.C: Updated.
599
600 2009-03-17  Jason Merrill  <jason@redhat.com>
601
602         * g++.dg/cpp0x/auto6.C, auto12.C: Update mangling.
603
604 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
605
606         PR c++/39475
607         * g++.dg/ext/unary_trait_incomplete.C: New.
608
609 2009-03-17  Jing Yu  <jingyu@google.com>
610
611         PR middle-end/39378
612         * g++.dg/inherit/thunk10.C: New test.
613
614 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
615
616         PR target/39482
617         * gcc.target/i386/pr39482.c: New test.
618
619 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
620
621         PR debug/39471
622         * g++.dg/debug/dwarf2/imported-module-2.C: Expect
623         DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
624         * g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
625         * g++.dg/debug/dwarf2/imported-module-4.C: Likewise.
626
627         PR middle-end/39443
628         * gcc.dg/pr39443.c: New test.
629
630         PR debug/39412
631         * gcc.dg/debug/pr39412.c: New test.
632
633 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
634
635         PR testsuite/38526
636         * lib/target-libpath.exp (set_ld_library_path_env_vars): Save
637         existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
638         is defined.
639         (restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
640         its original value, or unset if it was not defined.
641         * gcc.dg/compat/struct-layout-1.exp: Use set/restore library
642         path procs around use of HOSTCC.
643         * g++.dg/compat/struct-layout-1.exp: Ditto.
644         * objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.
645
646 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
647
648         * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
649
650 2009-03-16  Janis Johnson  <janis187@us.ibm.com>
651
652         Revert patch for PR testsuite/37630.
653
654         PR testsuite/37960
655         * gcc.dg/pr11492.c: Replace constant and remove xfail.
656
657         PR testsuite/37630
658         * lib/target-supports.exp (check_effective_target_ieee): New.
659         * gcc.c-torture/execute/ieee/ieee.exp: Use it.
660         * gcc.dg/20001012-1.c: Require ieee.
661
662         PR testsuite/37628
663         * gcc.c-torture/execute/pr35456.x: New, skip test for vax.
664
665 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
666
667         PR tree-optimization/39455
668         * gcc.dg/pr39455.c: New test.
669
670 2009-03-13  David Ayers  <ayers@fsfe.org>
671
672         * objc/execute/trivial.m. New test.
673
674 2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
675
676         PR target/39137
677         * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
678
679 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
680
681         PR testsuite/39451
682         * gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
683         constraint on (%2).
684
685 2009-03-12  David Ayers  <ayers@fsfe.org>
686
687         PR libobjc/27466
688         * objc/execute/exceptions/handler-1.m. New test.
689
690 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
691
692         PR target/39431
693         * gcc.target/i386/pr39431.c: New test.
694
695 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
696
697         PR target/39445
698         * gcc.target/i386/pr39445.c: New.
699
700         * gcc.target/i386/push-1.c: XFAIL.
701
702 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
703
704         * gcc.dg/inline-33.c: New test.
705
706 2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
707
708         * gcc.dg/vect/vect-82.c: Combine dg-do and
709         dg-require-effective-target into dg-skip-if.
710         * gcc.dg/vect/vect-83.c: Likewise.
711
712 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
713
714         PR target/39137
715         * gcc.target/i386/stackalign/longlong-1.c: New test.
716         * gcc.target/i386/stackalign/longlong-2.c: New test.
717
718 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
719
720         * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
721
722 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
723
724         * gcc.c-torture/execute/ieee/inf-3.c: New test.
725         * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
726
727 2009-03-11  Olivier Hainque  <hainque@adacore.com>
728
729         * gnat.dg/slice_enum.adb: New test.
730
731 2009-03-11  Jason Merrill  <jason@redhat.com>
732
733         PR debug/39086
734         * g++.dg/opt/nrv15.C: New test.
735
736 2009-03-10  Ira Rosen  <irar@il.ibm.com>
737
738         PR tree-optimization/39422
739         * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
740         constant array with static initialization to global memory.
741         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
742
743 2009-03-10  Hariharan Sandanagobalane <hariharan@picochip.com>
744
745         * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
746         padding.
747
748 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
749
750         PR c++/39371
751         * g++.dg/opt/switch2.C: Add -w to dg-options.
752         * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
753         * g++.dg/warn/switch1.C: New test.
754         * g++.dg/other/switch3.C: New test.
755
756         PR tree-optimization/39394
757         * gcc.c-torture/compile/pr39394.c: New test.
758
759 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
760
761         * gcc.target/s390/20090223-1.c: New testcase.
762
763 2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
764
765         PR libfortran/39402
766         * gfortran.dg/fmt_f0_1.f90: New test.
767
768 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
769
770         PR c++/39060
771         * g++.dg/other/new1.C: Adjusted.
772         * g++.dg/parse/crash40.C: Likewise.
773         * g++.dg/parse/defarg12.C: Likewise.
774         * g++.dg/template/error15.C: Likewise.
775
776         * g++.dg/other/pr39060.C: New.
777
778 2009-03-07  Jason Merrill  <jason@redhat.com>
779
780         PR c++/39367
781         * g++.dg/opt/new1.C: New.
782
783 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
784
785         PR c++/33492
786         * g++.dg/other/error32.C: New.
787
788 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
789
790         PR middle-end/39360
791         * gcc.c-torture/compile/pr39360.c: New test.
792
793         PR debug/39372
794         * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
795
796 2009-03-05  Jason Merrill  <jason@redhat.com>
797
798         PR c++/38908
799         * g++.dg/warn/Wuninitialized-3.C: New test.
800
801 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
802
803         PR debug/39379
804         * g++.dg/debug/dwarf2/imported-module-3.C: New test.
805         * g++.dg/debug/dwarf2/imported-module-4.C: New test.
806
807 2009-03-04  Jason Merrill  <jason@redhat.com>
808
809         PR c++/13549
810         * g++.dg/template/koenig7.C: New test.
811
812 2009-03-04  Nathan Sidwell  <nathan@codesourcery.com>
813
814         * g++.dg/torture/predcom-1.C: New test.
815
816 2009-03-04  Richard Guenther  <rguenther@suse.de>
817
818         PR tree-optimization/39362
819         * g++.dg/torture/pr39362.C: New testcase.
820
821 2009-03-04  Jason Merrill  <jason@redhat.com>
822             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
823
824         PR c++/9634
825         PR c++/29469
826         PR c++/29607
827         * g++.dg/template/dependent-name5.C: New test.
828
829 2009-03-04  Steve Ellcey  <sje@cup.hp.com>
830
831         PR testsuite/39357
832         * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
833         vect_int to vect_int_mult.
834
835 2009-03-04  Richard Guenther  <rguenther@suse.de>
836
837         PR tree-optimization/39358
838         * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
839         * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
840
841 2009-03-04  Richard Guenther  <rguenther@suse.de>
842
843         PR tree-optimization/39339
844         * gcc.c-torture/execute/pr39339.c: New testcase.
845
846 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
847
848         * gcc.c-torture/compile/20090303-1.c,
849         gcc.c-torture/compile/20090303-2.c: New tests.
850
851 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
852
853         PR fortran/39354
854         * gfortran.dg/gomp/pr39354.f90: New test.
855
856         PR tree-optimization/39343
857         * gcc.dg/pr39343.c: New test.
858
859 2009-03-03  Ira Rosen  <irar@il.ibm.com>
860
861         PR tree-optimization/39248
862         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
863         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
864         on targets without vector misalignment support.
865         * lib/target-supports.exp 
866         (check_effective_target_vect_short_mult): Add 
867         check_effective_target_arm32.
868
869 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
870
871         PR middle-end/39335
872         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
873         * testsuite/gcc.dg/graphite/pr39335.c: New.
874
875 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
876
877         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
878         of andl.
879         * gcc.target/i386/stackalign/return-5.c: Likewise.
880         * gcc.target/i386/stackalign/return-6.c: Likewise.
881
882 2009-03-02  Richard Guenther  <rguenther@suse.de>
883             Ira Rosen  <irar@il.ibm.com>
884
885         PR tree-optimization/39318
886         * gfortran.dg/vect/pr39318.f90: New test.
887
888 2009-03-01  Jan Hubicka  <jh@suse.cz>
889
890         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
891
892 2009-03-01  Jan Hubicka  <jh@suse.cz>
893
894         PR debug/39267
895         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
896
897 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
898
899         * gnat.dg/pack12.adb: New test.
900
901 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
902
903         PR c++/37789
904         * g++.dg/other/pr37789.C: New.
905
906 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
907
908         PR fortran/39295
909         * gfortran.dg/interface_25.f90: New test.
910         * gfortran.dg/interface_26.f90: New test.
911
912 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
913
914         PR fortran/39292
915         * gfortran.dg/initialization_22.f90: New test.
916
917 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
918
919         PR rtl-optimization/39241
920         * gcc.dg/torture/pr39241.c: New.
921
922 2009-02-25  Martin Jambor  <mjambor@suse.cz>
923
924         PR tree-optimizations/39259
925         * g++.dg/torture/pr39259.C: New testcase.
926
927 2009-02-24  Richard Guenther  <rguenther@suse.de>
928
929         PR c++/39242
930         * g++.dg/template/instantiate10.C: New testcase.
931
932 2009-02-24  Richard Guenther  <rguenther@suse.de>
933             Zdenek Dvorak  <ook@ucw.cz>
934
935         PR tree-optimization/39233
936         * gcc.c-torture/execute/pr39233.c: New testcase.
937
938 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
939
940         PR tree-optimization/39260
941         * gcc.dg/graphite/pr39260.c: New.
942
943 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
944
945         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
946
947 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
948
949         PR c++/36411
950         * g++.dg/template/void14.C: New.
951
952 2009-02-23  Jason Merrill  <jason@redhat.com>
953
954         PR c++/38880
955         * g++.dg/init/const7.C: Remove XFAIL.
956         * g++.dg/init/static-init1.C: New test.
957
958         * g++.dg/cpp0x/initlist14.C: New test.
959
960 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
961
962         PR fortran/38914
963         * bound_simplification_2.f90:  New test case.
964         * bound_7.f90:  New test case.
965
966 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
967
968         * gcc.dg/cpp/include4.c: New test.
969
970 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
971
972         PR target/39256
973         * gcc.target/i386/abi-2.c: New.
974
975 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
976
977         * gcc.c-torture/execute/pr39228.x: New.
978
979 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
980
981         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
982         scan-assembler to check for xmm0 register.
983
984 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
985             Joseph Myers  <joseph@codesourcery.com>
986
987         * gcc.target/arm/va_list.c: New test.
988         * g++.dg/abi/arm_va_list.C: Likewise.
989         * lib/target-supports.exp (check_effective_target_arm_eabi): New
990         function.
991         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
992         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
993         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
994         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
995         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
996         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
997
998 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
999
1000         PR testsuite/38164
1001         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
1002         to dg-options.
1003
1004 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
1005
1006         PR target/39240
1007         * gcc.c-torture/execute/pr39240.c: New test.
1008
1009 2009-02-20  Jason Merrill  <jason@redhat.com>
1010
1011         PR c++/39225
1012         * g++.dg/parse/dtor15.C: New test.
1013
1014 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
1015
1016         * gcc.c-torture/execute/20090219-1.c: New.
1017
1018 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
1019
1020         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
1021         (mips-dg-options): When matching isa* pseudo-options make
1022         'value' optional and accept ! entries.  Use $spec instead of
1023         $isa_spec in the isa pseudo-option error message.  Only
1024         perform the ISA-range check when 'value' is set.  If arch is
1025         matching any CPU in the ! entries switch to its generic ISA.
1026         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
1027         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
1028
1029 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1030
1031         PR target/39175
1032         * gcc.dg/visibility-20.c: New test.
1033         * g++.dg/ext/visibility/visibility-11.C: New test.
1034
1035 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1036
1037         PR c++/39188
1038         * g++.dg/abi/pr39188-1a.C: New.
1039         * g++.dg/abi/pr39188-1b.C: Likewise.
1040         * g++.dg/abi/pr39188-1.h: Likewise.
1041         * g++.dg/abi/pr39188-2a.C: Likewise.
1042         * g++.dg/abi/pr39188-2b.C: Likewise.
1043         * g++.dg/abi/pr39188-2.h: Likewise.
1044         * g++.dg/abi/pr39188-3a.C: Likewise.
1045         * g++.dg/abi/pr39188-3b.C: Likewise.
1046         * g++.dg/abi/pr39188-3.h: Likewise.
1047
1048 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
1049
1050         PR c/38483
1051         * gcc.c-torture/execute/call-trap-1.c,
1052         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
1053         tests.
1054
1055 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
1056
1057         PR target/39228
1058         * gcc.c-torture/execute/pr39228.c: New test.
1059
1060 2009-02-19  Richard Guenther  <rguenther@suse.de>
1061
1062         PR tree-optimization/39074
1063         * gcc.dg/torture/pr39074.c: New testcase.
1064         * gcc.dg/torture/pr39074-2.c: Likewise.
1065         * gcc.dg/torture/pr39074-3.c: Likewise.
1066
1067 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1068
1069         PR c++/39219
1070         * g++.dg/parse/attr3.C: New.
1071
1072 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
1073
1074         PR testsuite/38165
1075         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
1076
1077         PR testsuite/38166
1078         * g++.dg/ext/visibility/class1.C: Revert revision 122348
1079         and skip on Darwin.
1080
1081 2009-02-18  Jason Merrill  <jason@redhat.com>
1082
1083         PR c++/38880
1084         * g++.dg/init/const7.C: Remove XFAIL.
1085
1086         PR target/39179
1087         * g++.dg/opt/const6.C: New test.
1088
1089 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1090
1091         * gcc.dg/callabi/callabi.exp: Moved to ...
1092         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
1093         in 64bit mode.
1094
1095         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
1096         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1097         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1098         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
1099         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
1100         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
1101         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
1102
1103         * gcc.dg/callabi/callabi.h: Moved to ...
1104         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
1105
1106         * gcc.dg/callabi/func-1.c: Moved to ...
1107         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
1108
1109         * gcc.dg/callabi/func-indirect.c: Moved to ...
1110         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
1111
1112         * gcc.dg/callabi/pr38891.c: Moved to ...
1113         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
1114
1115         * gcc.dg/callabi/vaarg-1.c: Moved to ...
1116         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
1117
1118         * gcc.dg/callabi/vaarg-2.c: Moved to ...
1119         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
1120
1121         * gcc.dg/callabi/vaarg-3.c: Moved to ...
1122         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
1123
1124 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
1125
1126         PR target/38891
1127         * gcc.dg/callabi/pr38891.c: New.
1128
1129 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1130
1131         * gcc.dg/callabi/callabi.exp: New.
1132
1133 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1134
1135         PR target/39082
1136         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
1137         -Wno-abi for x86.
1138         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
1139
1140         * gcc.target/i386/pr39082-1.c: New.
1141
1142         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
1143         -Wno-abi.
1144
1145         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
1146         CHECK_M64_M128 is defined.
1147         (check_f_arguments): Add "do".
1148         (check_vector_arguments): New.
1149         (check_m64_arguments): Likewise.
1150         (check_m128_arguments): Likewise.
1151
1152         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
1153         (CHECK_M64_M128): Define.
1154
1155         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
1156         on abitest.
1157         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
1158
1159         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
1160         tests only if CHECK_M64_M128 is defined.
1161
1162         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
1163         (m128_2_struct): Likewise.
1164         (check_struct_passing5): Likewise.
1165         (check_struct_passing6): Likewise.
1166         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
1167
1168         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
1169         (un5): Likewise.
1170         (check_union_passing4): Likewise.
1171         (main): Test union with __m128 if CHECK_M64_M128 is defined.
1172
1173 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
1174
1175         PR c/35447
1176         * gcc.dg/noncompile/pr35447-1.c: New test.
1177
1178 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
1179
1180         PR tree-optimization/36922
1181         * gfortran.dg/pr36922.f: New test.
1182
1183 2009-02-17  Richard Guenther  <rguenther@suse.de>
1184
1185         PR tree-optimization/39202
1186         * gcc.c-torture/compile/pr39202.c: New testcase.
1187
1188 2009-02-17  Richard Guenther  <rguenther@suse.de>
1189
1190         PR tree-optimization/39204
1191         * gcc.dg/torture/pr39204.c: New testcase.
1192
1193 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
1194
1195         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
1196         * gcc.dg/vect/vect-outer-6.c: Ditto.
1197
1198 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
1199
1200         PR c/35446
1201         * gcc.dg/noncompile/init-5.c: New test.
1202         * gcc.dg/init-bad-4.c: Adjust expected errors.
1203
1204 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1205
1206         PR target/37049
1207         * gcc.target/i386/push-1.c: New.
1208
1209 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
1210
1211         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
1212         
1213 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1214
1215         * gcc.target/spu/intrinsics-sr.c: New test.
1216
1217 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
1218
1219         PR target/38056
1220         * gcc.target/ia64/sibcall-opt-1.c: New test.
1221         * gcc.target/ia64/sibcall-opt-2.c: New test.
1222
1223 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
1224
1225         PR fortran/36528
1226         * gfortran.dg/cray_pointers_8.f90: New test.
1227
1228         PR fortran/36703
1229         * gfortran.dg/cray_pointers_9.f90: New test.
1230
1231 2009-02-13  Jason Merrill  <jason@redhat.com>
1232
1233         PR c++/39070
1234         * g++.dg/cpp0x/decltype16.C: New.
1235
1236 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1237
1238         PR target/39152
1239         * gfortran.dg/gomp/pr39152.f90: New.
1240
1241 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1242
1243         PR target/39162
1244         * gcc.target/i386/pr39162.c: New.
1245
1246 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1247
1248         PR c/35444
1249         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
1250         New tests.
1251
1252 2009-02-12  Jason Merrill  <jason@redhat.com>
1253
1254         PR c++/38950
1255         * g++.dg/template/array20.C: New test.
1256
1257 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
1258
1259         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
1260         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
1261         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
1262
1263 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1264
1265         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
1266
1267 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1268
1269         PR target/39152
1270         * gfortran.dg/pr39152.f: New.
1271
1272 2009-02-11  Jason Merrill  <jason@redhat.com>
1273
1274         PR c++/39153
1275         * g++.dg/cpp0x/defaulted9.C: New test.
1276
1277         PR c++/30111
1278         * g++.dg/init/value7.C: New test.
1279
1280 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
1281
1282         PR target/38824
1283         * gcc.target/i386/pr38824.c: New testcase.
1284
1285 2009-02-11  Jason Merrill  <jason@redhat.com>
1286
1287         PR c++/38649
1288         * g++.dg/cpp0x/defaulted8.C: New test.
1289
1290         PR c++/36744
1291         * g++.dg/cpp0x/rv9p.C: New test.
1292
1293 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
1294
1295         * gnat.dg/aliasing3.adb: New test.
1296         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
1297
1298 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
1299
1300         PR c++/34397
1301         * g++.dg/template/crash88.C: New.
1302         * g++.dg/template/crash89.C: Likewise.
1303
1304 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
1305
1306         PR c/39084
1307         * gcc.dg/pr39084.c: New test.
1308
1309 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
1310
1311         PR target/39139
1312         * gcc.target/i386/pr39139.c: New test.
1313
1314 2009-02-10  Richard Guenther  <rguenther@suse.de>
1315
1316         PR tree-optimization/39132
1317         * gcc.dg/torture/pr39132.c: New testcase.
1318
1319 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1320
1321         PR target/39119
1322         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
1323         * gcc.target/x86_64/abi/avx/args.h: Likewise.
1324         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
1325         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
1326         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
1327         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
1328         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
1329         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
1330
1331 2009-02-09  Jason Merrill  <jason@redhat.com>
1332
1333         PR c++/39109
1334         * g++.dg/init/value6.C: New test.
1335
1336 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
1337
1338         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
1339
1340 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
1341
1342         * gcc.c-torture/compile/20090209-1.c: New test.
1343
1344 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
1345
1346         PR c++/35147
1347         PR c++/37737
1348         * g++.dg/cpp0x/vt-35147.C: New.
1349         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
1350         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
1351
1352 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1353
1354         PR c/35434
1355         * gcc.dg/attr-alias-4.c: New test.
1356
1357 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
1358
1359         PR c/39035
1360         * gcc.dg/dfp/pr39035.c: New test.
1361
1362 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1363
1364         PR c/36432
1365         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
1366
1367 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
1368
1369         PR c++/39106
1370         * g++.dg/opt/thunk3.C: New test.
1371
1372 2009-02-05  Nick Clifton  <nickc@redhat.com>
1373
1374         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
1375         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
1376         * gcc.dg/cdce1.c: Likewise.
1377         * gcc.dg/cpp/_Pragma6.c: Likewise.
1378         * g++.dg/cpp/_Pragma1.C: Likewise.
1379         * gcc.dg/utf32-2.c: Xfail for M32C.
1380         * gcc.dg/utf32-1.c: Likewise.
1381         * gcc.dg/utf32-3.c: Likewise.
1382         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
1383         targets.
1384         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
1385         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
1386         * gcc.dg/Wconversion-5.c: Likewise.
1387         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
1388         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
1389         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
1390         * gcc.dg/utf-inc-init.c: Likewise.
1391         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
1392         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
1393         * gcc.dg/utf-array-short-wchar.c: Likewise.
1394         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
1395         * gcc.dg/mallign.c: Use size_t instead of long.
1396
1397 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
1398
1399         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
1400
1401 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
1402
1403         * gcc.c-torture/execute/pr39100.c: New.
1404
1405 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1406
1407         PR c/35435
1408         * gcc.dg/tls/diag-6.c: New test.
1409
1410 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1411
1412         AVX Programming Reference (January, 2009)
1413         * gcc.target/i386/avx-vpclmulqdq.c: New.
1414         * gcc.target/i386/pclmul-avx-check.h: Likewise.
1415
1416         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
1417
1418         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
1419         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
1420         (pclmul_test): Renamed to ...
1421         (TEST): This.
1422
1423 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1424
1425         PR c++/39095
1426         * g++.dg/abi/mangle31.C: New test.
1427
1428 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1429
1430         PR c/29129
1431         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
1432         declarator.
1433         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
1434         inside function prototype but not part of parameter declarator.
1435         * vla-11.c: New test.
1436
1437 2009-02-03  Jason Merrill  <jason@redhat.com>
1438
1439         * g++.dg/warn/main-4.C: New test.
1440         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
1441
1442 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1443
1444         PR C++/36607
1445         * g++.dg/expr/cast10.C: New test.
1446
1447 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1448
1449         PR c/35433
1450         * gcc.dg/init-bad-6.c: New test.
1451
1452 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1453
1454         PR target/35318
1455         * gcc.c-torture/compile/pr35318.c: New test.
1456
1457         PR inline-asm/39059
1458         * gcc.dg/nofixed-point-2.c: New test.
1459         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
1460         * g++.dg/ext/fixed2.C: Likewise.
1461         * g++.dg/other/error25.C: Likewise.
1462         * g++.dg/lookup/crash7.C: Likewise.
1463         * g++.dg/cpp0x/decltype-38655.C: Likewise.
1464
1465         PR c++/39056
1466         * g++.dg/cpp0x/initlist13.C: New test.
1467
1468 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
1469
1470         PR c++/36897
1471         * g++.dg/template/func2.C: New test.
1472
1473         PR c++/37314
1474         * g++.dg/template/typename15.C: New.
1475         * g++.dg/template/typename16.C: New.
1476
1477 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
1478             Ben Elliston  <bje@au.ibm.com>
1479
1480         PR c/39034
1481         * gcc.dg/dfp/pr39034.c: New test.
1482
1483 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1484
1485         PR testsuite/38263
1486         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
1487
1488 2009-02-02  Jason Merrill  <jason@redhat.com>
1489
1490         PR c++/39054
1491         * g++.dg/parse/dtor14.C: New test.
1492
1493 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
1494
1495         * lib/target-supports.exp
1496         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
1497         * g++.dg/ext/builtin10.C: New test.
1498
1499         PR inline-asm/39058
1500         * gcc.target/i386/pr39058.c: New test.
1501
1502 2009-02-02  Richard Guenther  <rguenther@suse.de>
1503
1504         PR tree-optimization/38937
1505         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
1506
1507 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
1508
1509         PR c++/39053
1510         * g++.dg/parse/crash52.C: New.
1511
1512 2009-01-30  Richard Guenther  <rguenther@suse.de>
1513
1514         PR tree-optimization/39041
1515         * gcc.c-torture/compile/pr39041.c: New testcase.
1516
1517 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1518
1519         PR target/39013
1520         * gcc.target/i386/pr39013-1.c: New test.
1521         * gcc.target/i386/pr39013-2.c: New test.
1522
1523         PR c++/39028
1524         * g++.dg/ext/label12.C: New test.
1525
1526 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1527
1528         PR c++/33465
1529         * g++.dg/parse/error34.C: New.
1530         * g++.dg/parse/error35.C: Likewise.
1531
1532 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1533
1534         PR c++/38655
1535         * g++.dg/cpp0x/decltype-38655.C: New.
1536
1537 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1538
1539         PR target/39002
1540         * g++.dg/torture/pr39002.C: New test.
1541
1542 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
1543
1544         PR tree-optimization/39007
1545         * gcc.dg/tree-ssa/pr39007.c: New.
1546
1547 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
1548
1549         PR middle-end/35854
1550         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
1551         to "subreg1".
1552         
1553 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
1554
1555         PR middle-end/38857
1556         * gcc.c-torture/compile/pr38857.c: New test.
1557
1558 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
1559
1560         PR fortran/38852
1561         PR fortran/39006
1562         * gfortran.dg/bound_6.f90: New test.
1563
1564 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
1565
1566         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
1567
1568 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
1569
1570         PR tree-optimization/38997
1571         * gcc.dg/tree-ssa/pr38997.c: New.
1572
1573 2009-01-28  Richard Guenther  <rguenther@suse.de>
1574
1575         PR tree-optimization/38926
1576         * gcc.c-torture/compile/pr38926.c: New testcase.
1577
1578 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
1579
1580         PR middle-end/38934
1581         * gcc.dg/pr38934.c: New test.
1582
1583 2009-01-28  Richard Guenther  <rguenther@suse.de>
1584
1585         PR middle-end/38908
1586         * g++.dg/warn/Wuninitialized-2.C: New testcase.
1587
1588 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
1589
1590         PR tree-optimization/38984
1591         * gcc.dg/pr38984.c: New XFAILed testcase.
1592
1593
1594 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
1595
1596         PR target/38988
1597         * gcc.target/i386/pr38988.c: New test.
1598
1599 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
1600
1601         PR c++/37554
1602         * g++.dg/parse/crash51.C: New.
1603         * g++.old-deja/g++.pt/crash9.C: Adjust.
1604
1605 2009-01-27  Daniel Kraft  <d@domob.eu>
1606
1607         PR fortran/38883
1608         * gfortran.dg/mvbits_6.f90:  New test.
1609         * gfortran.dg/mvbits_7.f90:  New test.
1610         * gfortran.dg/mvbits_8.f90:  New test.
1611
1612 2009-01-27  Richard Guenther  <rguenther@suse.de>
1613
1614         PR tree-optimization/38503
1615         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
1616
1617 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
1618
1619         PR middle-end/38969
1620         * gcc.c-torture/execute/pr38969.c: New test.
1621
1622 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
1623
1624         PR testsuite/38864
1625         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
1626         to dg-do compile.
1627         * gcc.target/mips/fixed-scalar-type.c: Likewise.
1628         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
1629         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
1630
1631 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
1632
1633         PR target/38952
1634         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
1635         if __USING_SJLJ_EXCEPTIONS__ is defined.
1636
1637         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
1638         __USING_SJLJ_EXCEPTIONS__ is defined.
1639         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
1640         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
1641         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
1642         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
1643         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
1644         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
1645
1646 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
1647
1648         PR testsuite/38949
1649         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
1650         Use instead of C name in asm statements.
1651
1652 2009-01-26  Richard Guenther  <rguenther@suse.de>
1653
1654         PR tree-optimization/38745
1655         * g++.dg/torture/pr38745.C: New testcase.
1656
1657 2009-01-26  Richard Guenther  <rguenther@suse.de>
1658
1659         PR middle-end/38851
1660         * g++.dg/warn/Wuninitialized-1.C: New testcase.
1661
1662 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
1663
1664         * gcc.dg/bitfld-15.c: Gate warning on target
1665         pcc_bitfield_type_matters.
1666         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
1667         g++.dg/ext/bitfield4.C: Likewise.
1668         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
1669         bitfield for any target.
1670
1671 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
1672
1673         PR c/38957
1674         * gcc.dg/pr38957.c: New test.
1675
1676 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
1677
1678         PR fortran/38955
1679         * gfortran.dg/array_constructor_24.f: Allow tolerance when
1680         comparing floats.
1681
1682 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
1683
1684         PR tree-optimization/38953
1685         * gfortran.dg/graphite/pr38953.f90: New.
1686
1687 2009-01-24  Paul Brook  <paul@codesourcery.com>
1688
1689         * gcc.target/arm/neon-cond-1.c: New test.
1690
1691 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
1692
1693         PR tree-optimization/38932
1694         * gcc.dg/pr38932.c: New.
1695
1696 2009-01-23  Revital Eres  <eres@il.ibm.com>
1697
1698         * gcc.dg/sms-7.c: Fix test.
1699
1700 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
1701
1702         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
1703         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
1704         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
1705         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
1706
1707 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
1708
1709         * gcc.dg/pr35729.c: Make test x86 specific.
1710
1711 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
1712
1713         PR middle-end/38615
1714         * gcc.dg/pr38615.c: New test.
1715
1716 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
1717
1718         PR target/38931
1719         * gcc.target/i386/pr38931.c: New test.
1720
1721 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
1722
1723         PR c++/38930
1724         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
1725         * g++.dg/template/typedef12.C: Likewise.
1726         * g++.dg/template/typedef13.C: Likewise.
1727         * g++.dg/template/typedef14.C: Likewise.
1728         * g++.dg/template/sfinae3.C: Likewise.
1729         * g++.old-deja/g++.pt/typename8.C: Likewise.
1730         * g++.dg/template/access11.C: Likewise
1731
1732 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
1733
1734         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
1735         and mips*-*-irix*.
1736         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
1737
1738 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
1739
1740         PR c++/26693
1741         * g++.dg/template/typedef11.C: New test.
1742         * g++.dg/template/typedef12.C: Likewise.
1743         * g++.dg/template/typedef13.C: Likewise.
1744         * g++.dg/template/typedef14.C: Likewise.
1745         * g++.dg/template/sfinae3.C: Compile this pedantically.
1746         The only errors expected should be the one saying the typedef is ill
1747         formed.
1748         * g++.old-deja/g++.pt/typename8.C: Likewise.
1749         * g++.dg/template/access11.C: Update this.
1750
1751 2009-01-21  Daniel Kraft  <d@domob.eu>
1752
1753         PR fortran/38887
1754         * gfortran.dg/mvbits_5.f90:  New test.
1755
1756 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
1757
1758         * gcc.dg/sms-6.c: New test.
1759         * gcc.dg/sms-7.c: Likewise.
1760
1761 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
1762
1763         PR fortran/38907
1764         * gfortran.dg/host_assoc_function_7.f90: New test
1765
1766 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1767             Richard Guenther  <rguenther@suse.de>
1768
1769         PR tree-optimization/38747
1770         PR tree-optimization/38748
1771         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
1772         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
1773         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
1774
1775 2009-01-20  Kees Cook  <kees@ubuntu.com>
1776             H.J. Lu  <hongjiu.lu@intel.com>
1777
1778         PR target/38902
1779         * gcc.dg/pr38902.c: New.
1780
1781 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
1782
1783         PR target/38868
1784         * gfortran.dg/pr38868.f: New testcase.
1785
1786 2009-01-20  Richard Guenther  <rguenther@suse.de>
1787
1788         * gcc.c-torture/execute/pr36227.c: Move ...
1789         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
1790
1791 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
1792
1793         * lib/gfortran.exp: Add -B options for targets that use
1794         libgfortran.a%s in their specs.
1795
1796 2009-01-19  Jason Merrill  <jason@redhat.com>
1797
1798         PR c++/23287
1799         * g++.dg/template/dtor5.C: New test.
1800
1801 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
1802
1803         PR fortran/38859
1804         * gfortran.dg/bound_5.f90: New test.
1805
1806 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1807
1808         PR target/38736
1809         * g++.dg/compat/abi/pr38736_main.C: New.
1810         * g++.dg/compat/abi/pr38736_x.C: Likewise.
1811         * g++.dg/compat/abi/pr38736_y.C: Likewise.
1812         * g++.dg/other/macro-1.C: Likewise.
1813         * gcc.dg/macro-1.c: Likewise.
1814         * gcc.dg/compat/pr38736_main.c: Likewise.
1815         * gcc.dg/compat/pr38736_x.c: Likewise.
1816         * gcc.dg/compat/pr38736_y.c: Likewise.
1817
1818 2009-01-18  Richard Guenther  <rguenther@suse.de>
1819
1820         PR tree-optimization/38819
1821         * gcc.c-torture/execute/pr38819.c: New testcase.
1822
1823 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1824
1825         PR fortran/38657
1826         * gfortran.dg/module_commons_3.f90: Reapply.
1827
1828 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1829
1830         PR fortran/34955
1831         * gfortran.dg/transfer_intrinsic_1.f90: New test.
1832         * gfortran.dg/transfer_intrinsic_2.f90: New test.
1833
1834 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
1835
1836         PR fortran/38657
1837         * gfortran.dg/module_commons_3.f90: Remove
1838
1839 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1840
1841         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
1842
1843 2009-01-16  Jason Merrill  <jason@redhat.com>
1844
1845         PR c++/38877
1846         * g++.dg/template/lvalue1.C: New test.
1847
1848         PR c++/29470
1849         * g++.dg/template/access20.C: New test.
1850         * g++.dg/torture/pr34641.C: Fix access.
1851
1852 2009-01-16  Richard Guenther  <rguenther@suse.de>
1853
1854         PR tree-optimization/38835
1855         PR middle-end/36227
1856         * gcc.c-torture/execute/pr36227.c: New testcase.
1857         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
1858         * g++.dg/init/const7.C: Likewise.
1859
1860 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
1861
1862         PR target/38554
1863         * gcc.c-torture/compile/pr38554.c: New test.
1864
1865 2009-01-16  Jason Merrill  <jason@redhat.com>
1866
1867         PR c++/38579
1868         * g++.dg/conversion/access1.C: New test.
1869
1870 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
1871
1872         PR tree-optimization/38789
1873         * gcc.c-torture/compile/pr38789.c: New test.
1874
1875 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
1876
1877         PR fortran/38152
1878         * gfortran.dg/proc_ptr_13.f90: New.
1879
1880 2009-01-15  Jason Merrill  <jason@redhat.com>
1881
1882         PR c++/38850
1883         * g++.dg/template/koenig6.C: New test.
1884
1885 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1886
1887         PR C++/29388
1888         * g++.dg/template/error37.C: New testcase.
1889
1890 2009-01-15  Jason Merrill  <jason@redhat.com>
1891
1892         PR c++/36334
1893         * g++.dg/conversion/memfn1.C: New test.
1894
1895         PR c++/37646
1896         * g++.dg/conversion/memfn2.C: New test.
1897
1898 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
1899
1900         PR c++/38357
1901         * g++.dg/template/crash87.C: New test.
1902
1903 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1904
1905         PR middle-end/37843
1906         * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
1907
1908 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
1909
1910         PR c++/38636
1911         * g++.dg/parse/crash50.C: New test.
1912
1913 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
1914
1915         PR rtl-optimization/38245
1916         * gcc.dg/pr38245-3.c: New test.
1917         * gcc.dg/pr38245-3.h: New file.
1918         * gcc.dg/pr38245-4.c: New file.
1919         * gcc.dg/pr38364.c: New test.
1920
1921 2009-01-14  Adam Nemet  <anemet@caviumnetworks.com>
1922
1923         * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
1924         sequence PC-relative.
1925
1926 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1927
1928         * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
1929         calls and/or PLT markers.
1930         * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
1931         calls and/or PLT markers.
1932         * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
1933         calls and/or PLT markers.
1934         * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
1935         calls and/or PLT markers.
1936
1937 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
1938             Nathan Froyd  <froydnj@codesourcery.com>
1939             Joseph Myers  <joseph@codesourcery.com>
1940
1941         * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
1942         New function.
1943         * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
1944         and use consistent CFLAGS.
1945         * gcc.target/powerpc/20030505.c: Likewise.
1946         * gcc.target/powerpc/20081204-1.c: Likewise.
1947         * gcc.target/powerpc/ppc-spe.c: Likewise.
1948         * gcc.target/powerpc/spe1.c: Likewise.
1949         * g++.dg/ext/spe1.C: Likewise.
1950         * g++.dg/other/opaque-1.C: Likewise.
1951         * g++.dg/other/opaque-2.C: Likewise.
1952         * g++.dg/other/opaque-3.C: Likewise.
1953
1954 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1955
1956         * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
1957         out of loop.
1958
1959 2009-01-14  Vladimir Makarov  <vmakarov@redhat.com>
1960
1961         PR target/38811
1962         * g++.dg/torture/pr38811.C: New file.
1963
1964 2009-01-14  Richard Guenther  <rguenther@suse.de>
1965
1966         PR tree-optimization/38826
1967         PR middle-end/38477
1968         * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
1969
1970 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1971
1972         * gcc.dg/graphite/pr38786.c: Fix commit problem.
1973
1974 2009-01-14  Nick Clifton  <nickc@redhat.com>
1975
1976         PR c++/37862
1977         * g++.cp/parse/pr37862.C: New test.
1978
1979 2009-01-14  Julian Brown  <julian@codesourcery.com>
1980
1981         * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
1982         (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
1983         to...
1984         (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
1985         These.
1986
1987 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1988
1989         PR rtl-optimization/38774
1990         * gcc.dg/torture/pr38774.c: New test.
1991
1992         PR c++/38795
1993         * g++.dg/cpp0x/pr38795.C: New test.
1994
1995 2009-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
1996             Nathan Froyd  <froydnj@codesourcery.com>
1997             Joseph Myers  <joseph@codesourcery.com>
1998
1999         * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
2000         otherwise.  Do not check for AltiVec at runtime.
2001         * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
2002         * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
2003         * gcc.target/powerpc/altivec-1.c: Likewise.
2004         * gcc.target/powerpc/altivec-3.c: Likewise.
2005         * gcc.target/powerpc/altivec-10.c: Likewise.
2006         * gcc.target/powerpc/altivec-12.c: Likewise.
2007         * gcc.target/powerpc/altivec-24.c: Likewise.
2008         * gcc.target/powerpc/altivec-cell-2.c: Likewise.
2009         * gcc.target/powerpc/altivec-cell-3.c: Likewise.
2010         * gcc.target/powerpc/altivec-cell-4.c: Likewise.
2011         * gcc.target/powerpc/pr35907.c: Likewise.
2012         * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
2013         otherwise.  Do not check for Cell at runtime.
2014         * gcc.target/powerpc/altivec_check.h: Delete.
2015
2016         * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
2017         * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise.  Do
2018         not check for AltiVec at runtime.
2019         * g++.dg/ext/altivec-cell-2.C: Likewise.
2020         * g++.dg/ext/altivec-cell-3.C: Likewise.
2021         * g++.dg/ext/altivec-cell-4.C: Likewise.
2022         * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
2023         * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
2024         check.
2025         * g++.dg/ext/altivec_check.h: Delete.
2026         
2027 2009-01-13  Nathan Froyd  <froydnj@codesourcery.com>
2028
2029         * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
2030         effective target.  Adjust line numbers accordingly.
2031
2032 2009-01-13  Mark Mitchell  <mark@codesourcery.com>
2033
2034         * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
2035
2036 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2037
2038         PR tree-optimization/38786
2039         * gcc.dg/graphite/pr38786.c: New.
2040
2041 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
2042
2043         Revert:
2044         2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2045
2046         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2047         for alpha*-*-* targets.
2048         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2049
2050 2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2051
2052         PR libfortran/38772
2053         * gfortran.dg/fmt_bz_bn_err.f: New test.
2054
2055 2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
2056
2057         * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
2058
2059 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2060
2061         * lib/target-supports.exp (check_effective_target_powerpc64): New.
2062         * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
2063         instruction support.  Do not check for it at runtime.
2064
2065 2009-01-12  Jason Merrill  <jason@redhat.com>
2066
2067         PR c++/35109
2068         * g++.dg/lookup/friend11.C: Remove expected error.
2069         * g++.dg/lookup/friend14.C: New test.
2070         * g++.dg/lookup/friend15.C: New test.
2071
2072 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
2073
2074         PR c++/36019
2075         * g++.dg/lookup/hidden-class12.C: New test.
2076         * g++.dg/lookup/hidden-class13.C: New test.
2077         * g++.dg/lookup/hidden-class14.C: New test.
2078         * g++.dg/lookup/hidden-class15.C: New test.
2079         * g++.dg/lookup/hidden-class16.C: New test.
2080
2081 2009-01-12  Mark Mitchell  <mark@codesourcery.com>
2082
2083         * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
2084         * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
2085         * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
2086
2087 2009-01-12  Jason Merrill  <jason@redhat.com>
2088
2089         PR c++/31488
2090         * g++.dg/other/vararg-3.C: New test.
2091
2092 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2093
2094         * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
2095         Explicitly enable SPE.
2096         * gcc.target/powerpc/20030505.c: Likewise.  Add dg-message
2097         directive.
2098
2099         * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
2100         Expect -flax-vector-conversions message.  Adjust incompatible
2101         types errors.
2102         * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
2103         Make Foo extern.
2104
2105         * gcc.dg/cpp/assert4.c: Recognize __PPC__.
2106
2107         * g++.dg/other/opaque-1.C: Run on targets with SPE.
2108
2109         * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
2110         * g++.dg/other/opaque-2.C: Likewise.
2111         * g++.dg/other/opaque-3.C: Likewise.
2112
2113 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2114
2115         PR c/32041
2116         * gcc.dg/pr32041.c: New test.
2117         * g++.dg/parse/offsetof9.C: New test.
2118
2119 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2120             Nathan Froyd  <froydnj@codesourcery.com>
2121
2122         * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
2123         * g++.dg/ext/attribute-test-1.C: Likewise.
2124         * g++.dg/ext/attribute-test-2.C: Likewise.
2125         * g++.dg/ext/attribute-test-3.C: Likewise.
2126         * g++.dg/ext/attribute-test-4.C: Likewise.
2127
2128 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
2129
2130         * gnat.dg/unchecked_convert3.adb: New test.
2131
2132 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2133
2134         PR c++/38794
2135         * g++.dg/parse/typedef9.C: New test.
2136
2137         PR tree-optimization/38807
2138         * gcc.c-torture/compile/pr38807.c: New test.
2139
2140 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
2141
2142         * gcc.target/mips/ins-2.c: New test.
2143
2144 2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2145
2146         PR testsuite/38809
2147         * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
2148
2149 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
2150
2151         PR c++/36254
2152         * g++.dg/warn/Wreturn-type-5.C: New test.
2153
2154 2009-01-11  Matthias Klose  <doko@ubuntu.com>
2155
2156         PR middle-end/38616
2157         * gcc.dg/pr38616.c: New test.
2158
2159 2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>
2160
2161         * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
2162
2163 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
2164
2165         PR c++/38648
2166         * g++.dg/expr/string-1.C: New test.
2167         * g++.dg/expr/string-2.C: New test.
2168
2169         PR c++/36695
2170         * g++.dg/ext/complex4.C: New test.
2171         * g++.dg/ext/complex5.C: New test.
2172         * g++.dg/init/reference1.C: New test.
2173         * g++.dg/init/reference2.C: New test.
2174         * g++.dg/init/reference3.C: New test.
2175
2176 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2177
2178         PR fortran/38763
2179         * gfortran.dg/transfer_null_1.f90: New test.
2180
2181 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2182
2183         PR fortran/38765
2184         * gfortran.dg/host_assoc_function_6.f90: New test.
2185
2186 2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>
2187
2188         * lib/target-supports.exp: Add method to determine if the effective
2189         target is really a ppc405 after applying all compile options.
2190         * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
2191         * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
2192         * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
2193         * gcc.target/powerpc/405-machhwu-1.c: Likewise.
2194         * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
2195         * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
2196         * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
2197         * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
2198         * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
2199         * gcc.target/powerpc/405-machhwu-2.c: Likewise.
2200         * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
2201         * gcc.target/powerpc/405-machhw-1.c: Likewise.
2202         * gcc.target/powerpc/405-mullhw-1.c: Likewise.
2203         * gcc.target/powerpc/405-maclhw-1.c: Likewise.
2204         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
2205         * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
2206         * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
2207         * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
2208         * gcc.target/powerpc/405-mulchw-1.c: Likewise.
2209         * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
2210         * gcc.target/powerpc/405-macchw-1.c: Likewise.
2211         * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
2212         * gcc.target/powerpc/405-machhw-2.c: Likewise.
2213         * gcc.target/powerpc/405-mullhw-2.c: Likewise.
2214         * gcc.target/powerpc/405-maclhw-2.c: Likewise.
2215         * gcc.target/powerpc/405-macchwu-1.c: Likewise.
2216         * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
2217         * gcc.target/powerpc/405-mulchw-2.c: Likewise.
2218         * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
2219         * gcc.target/powerpc/405-macchw-2.c: Likewise.
2220         * gcc.target/powerpc/405-macchwu-2.c: Likewise.
2221
2222 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2223
2224         PR c++/35335
2225         * g++.dg/other/error31.C: New testcase.
2226
2227         PR c/35742
2228         * gcc.dg/pr35742.c: New test.
2229
2230 2009-01-09  John F. Carr  <jfc@mit.edu>
2231
2232         PR c++/37877
2233         * g++.dg/parse/linkage3.C: New test.
2234
2235 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2236
2237         PR middle-end/38771
2238         * gcc.c-torture/compile/pr38771.c: New test.
2239
2240 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
2241
2242         * gcc.dg/pr34856.c: Ignore irrelevant warning.
2243
2244 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
2245
2246         * gcc.dg/sibcall-3.c: XFAIL for Thumb.
2247         * gcc.dg/sibcall-4.c: Likewise.
2248
2249 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
2250             Jan Sjodin  <jan.sjodin@amd.com>
2251
2252         PR tree-optimization/38559
2253         * testsuite/gcc.dg/graphite/pr38559.c: New.
2254
2255 2009-01-08  Ira Rosen  <irar@il.ibm.com>
2256
2257         PR tree-optimization/37194
2258         * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
2259
2260 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
2261
2262         PR c++/38725
2263         * g++.dg/ext/label11.C: New test.
2264
2265 2009-01-07  Joseph Myers  <joseph@codesourcery.com>
2266
2267         * lib/target-supports.exp (check_weak_override_available): New.
2268         * lib/target-supports-dg.exp (dg-require-weak-override): New.
2269         * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
2270         dg-require-weak-override.
2271
2272 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
2273             Alan Modra  <amodra@bigpond.net.au>
2274
2275         * gcc.c-torture/compile/20090107-1.c: New test.
2276
2277 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
2278
2279         PR target/38706
2280         * g++.dg/other/pr38706.C: New test.
2281
2282 2009-01-07  Jason Merrill  <jason@redhat.com>
2283
2284         * g++.dg/cpp0x/variadic92.C: New test.
2285         * g++.dg/cpp0x/variadic93.C: New test.
2286
2287 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
2288
2289         * lib/target-supports-dg.exp (current_compiler_flags): New.
2290         (check-flags): Use it; do not access dg-test local variables.
2291         (dg-skip-if): Do not access dg-test local variables.
2292         (dg-xfail-run-if): Ditto.
2293         (dg-shouldfail): Ditto.
2294         * gcc.test-framework/test-framework.exp
2295         (check_effective_target_def_nocache): New.
2296         * gcc.test-framework/test-framework.awk: Handle scan tests.
2297         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
2298         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
2299         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
2300         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
2301         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
2302         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
2303         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
2304         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
2305         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
2306
2307         * g++.dg/torture/pr38586.C: Ignore a possible warning.
2308
2309         * lib/target-supports-dg.exp (check_test_flags): Delete.
2310
2311 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
2312
2313         PR tree-optimization/38492
2314         PR tree-optimization/38498
2315         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
2316         in trunk.
2317         * testsuite/gcc.dg/graphite/block-0.c: Update test.
2318         * testsuite/gcc.dg/graphite/block-1.c: Same.
2319         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
2320         for blocking.
2321         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
2322         * testsuite/gcc.dg/graphite/block-3.c: New.
2323         * testsuite/gcc.dg/graphite/pr38498.c: New.
2324
2325 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2326
2327         AVX Programming Reference (December, 2008)
2328         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
2329         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
2330         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
2331
2332         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
2333         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
2334
2335 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
2336
2337         PR fortran/38220
2338         * gfortran.dg/c_loc_pure_1.f90:  New test.
2339
2340 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
2341
2342         PR fortran/38669
2343         * gfortran.dg/elemental_dependency_3.f90:
2344         Add the final tree dump cleanup.
2345
2346 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
2347
2348         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
2349         passing -m32.
2350
2351         PR rtl-optimization/38722
2352         * gfortran.dg/pr38722.f90: New test.
2353
2354 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
2355
2356         PR c/34252
2357         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
2358         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
2359
2360 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
2361
2362         * gfortran.dg/implicit_12.f90: Add space around dg directive.
2363         * gfortran.dg/typebound_call_8.f03: Same.
2364         * gfortran.dg/elemental_bind_c.f90: Same.
2365         * gfortran.dg/typebound_call_7.f03: Same.
2366         * gfortran.dg/interface_proc_end.f90: Same
2367         * gfortran.dg/pr37243.f: Fix typo.
2368
2369 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
2370
2371         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
2372         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
2373         large stack sizes.
2374
2375 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2376
2377         AVX Programming Reference (December, 2008)
2378         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
2379         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
2380         * gcc.target/i386/sse-14.c: Likewise.
2381
2382         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
2383         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
2384         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
2385         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
2386
2387 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2388
2389         PR libfortran/38735
2390         * gfortran.dg/fmt_bz_bn.f: Update test.
2391
2392 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
2393
2394         PR c++/38472
2395         * g++.dg/conversion/usual-arith-conv.C: New test.
2396
2397 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2398
2399         PR c/34911
2400         * gcc.dg/vector-3.c: New testcase.
2401         * g++.dg/ext/vector15.C: New test.
2402
2403 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2404
2405         PR tree-optimization/38510
2406         * gcc.dg/graphite/pr38510.c: New.
2407
2408 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2409             Jan Sjodin <jan.sjodin@amd.com>
2410
2411         PR tree-optimization/38500
2412         * gcc.dg/graphite/pr38500.c: New.
2413
2414 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
2415
2416         * gcc.c-torture/compile/20001226-1.c: Generalize
2417         dg-timeout-factor.
2418         * gcc.c-torture/compile/limits-fnargs.c: Add
2419         dg-timeout-factor.
2420         * gcc.dg/20020425-1.c: Likewise.
2421         * gcc.dg/pch/pch.exp: Likewise.
2422         
2423 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2424
2425         PR fortran/38657
2426         * gfortran.dg/module_commons_3.f90: New test.
2427
2428 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
2429
2430         PR fortran/37159
2431         * gfortran.dg/random_seed_1.f90: Updated.
2432
2433 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
2434
2435         PR fortran/38669
2436         PR fortran/38726
2437         * gfortran.dg/elemental_subroutine_7.f90: 
2438         Fix p values so that it can be used as vector subscript.
2439
2440 2009-01-05  Jason Merrill  <jason@redhat.com>
2441
2442         * g++.dg/cpp0x/initlist12.C: Add another test.
2443
2444         * g++.dg/cpp0x/defaulted7.C: New test.
2445
2446 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
2447
2448         PR fortran/38672
2449         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
2450         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
2451
2452 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2453
2454         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2455         for alpha*-*-* targets.
2456         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2457
2458 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2459
2460         PR fortran/38665
2461         * gfortran.dg/host_assoc_function_5.f90: New test.
2462
2463 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
2464
2465         PR fortran/38669
2466         * gfortran.dg/elemental_dependency_3.f90: New test.
2467         * gfortran.dg/elemental_subroutine_7.f90: New test.
2468
2469 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
2470
2471         * gcc.dg/struct-ret-3.c: Include unistd.h.
2472         (main): Exit early if system memory page size is
2473         larger than 4096 bytes.
2474
2475 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
2476
2477         PR fortran/38718
2478         * gfortran.dg/merge_init_expr.f90: New.
2479
2480 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
2481
2482         PR fortran/38536
2483         * gfortran.dg/c_loc_tests_13.f90: New test.
2484         * gfortran.dg/c_loc_tests_14.f90: New test.
2485
2486 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
2487
2488         * gfortran.dg/func_result_4.f90: New.
2489
2490 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
2491
2492         PR fortran/38594
2493         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
2494         interface still works, in addition to original tests.
2495         * gfortran.dg/host_assoc_call_6.f90: New test.
2496
2497 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
2498
2499         PR c++/38705
2500         * g++.dg/torture/pr38705.C: New test.
2501
2502         PR c/38700
2503         * gcc.dg/pr38700.c: New test.
2504
2505 2009-01-02  Jason Merrill  <jason@redhat.com>
2506
2507         * g++.dg/cpp0x/initlist11.C: New test.
2508         * g++.dg/cpp0x/initlist12.C: New test.
2509
2510 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
2511
2512         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
2513         Allow extra informative notes.
2514
2515 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
2516
2517         PR c/36489
2518         * gcc.dg/pr36489.c: New test.