OSDN Git Service

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