OSDN Git Service

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