fc081f5ecc4b8a948dd6e58b697264c89005dc7c
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2009-03-04  Richard Guenther  <rguenther@suse.de>
2
3         PR tree-optimization/39339
4         * gcc.c-torture/execute/pr39339.c: New testcase.
5
6 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
7
8         * gcc.c-torture/compile/20090303-1.c,
9         gcc.c-torture/compile/20090303-2.c: New tests.
10
11 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
12
13         PR fortran/39354
14         * gfortran.dg/gomp/pr39354.f90: New test.
15
16         PR tree-optimization/39343
17         * gcc.dg/pr39343.c: New test.
18
19 2009-03-03  Ira Rosen  <irar@il.ibm.com>
20
21         PR tree-optimization/39248
22         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned
23         to the arrays.
24         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
25         on targets without vector misalignment support.
26         * lib/target-supports.exp 
27         (check_effective_target_vect_short_mult): Add 
28         check_effective_target_arm32.
29
30 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
31
32         PR middle-end/39335
33         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
34         * testsuite/gcc.dg/graphite/pr39335.c: New.
35
36 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
37
38         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
39         of andl.
40         * gcc.target/i386/stackalign/return-5.c: Likewise.
41         * gcc.target/i386/stackalign/return-6.c: Likewise.
42
43 2009-03-02  Richard Guenther  <rguenther@suse.de>
44             Ira Rosen  <irar@il.ibm.com>
45
46         PR tree-optimization/39318
47         * gfortran.dg/vect/pr39318.f90: New test.
48
49 2009-03-01  Jan Hubicka  <jh@suse.cz>
50
51         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
52
53 2009-03-01  Jan Hubicka  <jh@suse.cz>
54
55         PR debug/39267
56         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
57
58 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
59
60         * gnat.dg/pack12.adb: New test.
61
62 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
63
64         PR c++/37789
65         * other/pr37789.C: New.
66
67 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
68
69         PR fortran/39295
70         * gfortran.dg/interface_25.f90: New test.
71         * gfortran.dg/interface_26.f90: New test.
72
73 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
74
75         PR fortran/39292
76         * gfortran.dg/initialization_22.f90: New test.
77
78 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
79
80         PR rtl-optimization/39241
81         * gcc.dg/torture/pr39241.c: New.
82
83 2009-02-25  Martin Jambor  <mjambor@suse.cz>
84
85         PR tree-optimizations/39259
86         * g++.dg/torture/pr39259.C: New testcase.
87
88 2009-02-24  Richard Guenther  <rguenther@suse.de>
89
90         PR c++/39242
91         * g++.dg/template/instantiate10.C: New testcase.
92
93 2009-02-24  Richard Guenther  <rguenther@suse.de>
94             Zdenek Dvorak  <ook@ucw.cz>
95
96         PR tree-optimization/39233
97         * gcc.c-torture/execute/pr39233.c: New testcase.
98
99 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
100
101         PR tree-optimization/39260
102         * gcc.dg/graphite/pr39260.c: New.
103
104 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
105
106         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
107
108 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
109
110         PR c++/36411
111         * g++.dg/template/void14.C: New.
112
113 2009-02-23  Jason Merrill  <jason@redhat.com>
114
115         PR c++/38880
116         * g++.dg/init/const7.C: Remove XFAIL.
117         * g++.dg/init/static-init1.C: New test.
118
119         * g++.dg/cpp0x/initlist14.C: New test.
120
121 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
122
123         PR fortran/38914
124         * bound_simplification_2.f90:  New test case.
125         * bound_7.f90:  New test case.
126
127 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
128
129         * gcc.dg/cpp/include4.c: New test.
130
131 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
132
133         PR target/39256
134         * gcc.target/i386/abi-2.c: New.
135
136 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
137
138         * gcc.c-torture/execute/pr39228.x: New.
139
140 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
141
142         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
143         scan-assembler to check for xmm0 register.
144
145 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
146             Joseph Myers  <joseph@codesourcery.com>
147
148         * gcc.target/arm/va_list.c: New test.
149         * g++.dg/abi/arm_va_list.C: Likewise.
150         * lib/target-supports.exp (check_effective_target_arm_eabi): New
151         function.
152         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
153         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
154         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
155         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
156         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
157         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
158
159 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
160
161         PR testsuite/38164
162         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
163         to dg-options.
164
165 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
166
167         PR target/39240
168         * gcc.c-torture/execute/pr39240.c: New test.
169
170 2009-02-20  Jason Merrill  <jason@redhat.com>
171
172         PR c++/39225
173         * g++.dg/parse/dtor15.C: New test.
174
175 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
176
177         * gcc.c-torture/execute/20090219-1.c: New.
178
179 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
180
181         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
182         (mips-dg-options): When matching isa* pseudo-options make
183         'value' optional and accept ! entries.  Use $spec instead of
184         $isa_spec in the isa pseudo-option error message.  Only
185         perform the ISA-range check when 'value' is set.  If arch is
186         matching any CPU in the ! entries switch to its generic ISA.
187         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
188         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
189
190 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
191
192         PR target/39175
193         * gcc.dg/visibility-20.c: New test.
194         * g++.dg/ext/visibility/visibility-11.C: New test.
195
196 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
197
198         PR c++/39188
199         * g++.dg/abi/pr39188-1a.C: New.
200         * g++.dg/abi/pr39188-1b.C: Likewise.
201         * g++.dg/abi/pr39188-1.h: Likewise.
202         * g++.dg/abi/pr39188-2a.C: Likewise.
203         * g++.dg/abi/pr39188-2b.C: Likewise.
204         * g++.dg/abi/pr39188-2.h: Likewise.
205         * g++.dg/abi/pr39188-3a.C: Likewise.
206         * g++.dg/abi/pr39188-3b.C: Likewise.
207         * g++.dg/abi/pr39188-3.h: Likewise.
208
209 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
210
211         PR c/38483
212         * gcc.c-torture/execute/call-trap-1.c,
213         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
214         tests.
215
216 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
217
218         PR target/39228
219         * gcc.c-torture/execute/pr39228.c: New test.
220
221 2009-02-19  Richard Guenther  <rguenther@suse.de>
222
223         PR tree-optimization/39074
224         * gcc.dg/torture/pr39074.c: New testcase.
225         * gcc.dg/torture/pr39074-2.c: Likewise.
226         * gcc.dg/torture/pr39074-3.c: Likewise.
227
228 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
229
230         PR c++/39219
231         * g++.dg/parse/attr3.C: New.
232
233 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
234
235         PR testsuite/38165
236         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
237
238         PR testsuite/38166
239         * g++.dg/ext/visibility/class1.C: Revert revision 122348
240         and skip on Darwin.
241
242 2009-02-18  Jason Merrill  <jason@redhat.com>
243
244         PR c++/38880
245         * g++.dg/init/const7.C: Remove XFAIL.
246
247         PR target/39179
248         * g++.dg/opt/const6.C: New test.
249
250 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
251
252         * gcc.dg/callabi/callabi.exp: Moved to ...
253         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
254         in 64bit mode.
255
256         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
257         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
258         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
259         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
260         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
261         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
262         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
263
264         * gcc.dg/callabi/callabi.h: Moved to ...
265         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
266
267         * gcc.dg/callabi/func-1.c: Moved to ...
268         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
269
270         * gcc.dg/callabi/func-indirect.c: Moved to ...
271         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
272
273         * gcc.dg/callabi/pr38891.c: Moved to ...
274         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
275
276         * gcc.dg/callabi/vaarg-1.c: Moved to ...
277         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
278
279         * gcc.dg/callabi/vaarg-2.c: Moved to ...
280         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
281
282         * gcc.dg/callabi/vaarg-3.c: Moved to ...
283         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
284
285 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
286
287         PR target/38891
288         * gcc.dg/callabi/pr38891.c: New.
289
290 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
291
292         * gcc.dg/callabi/callabi.exp: New.
293
294 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
295
296         PR target/39082
297         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
298         -Wno-abi for x86.
299         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
300
301         * gcc.target/i386/pr39082-1.c: New.
302
303         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
304         -Wno-abi.
305
306         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
307         CHECK_M64_M128 is defined.
308         (check_f_arguments): Add "do".
309         (check_vector_arguments): New.
310         (check_m64_arguments): Likewise.
311         (check_m128_arguments): Likewise.
312
313         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
314         (CHECK_M64_M128): Define.
315
316         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
317         on abitest.
318         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
319
320         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
321         tests only if CHECK_M64_M128 is defined.
322
323         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
324         (m128_2_struct): Likewise.
325         (check_struct_passing5): Likewise.
326         (check_struct_passing6): Likewise.
327         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
328
329         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
330         (un5): Likewise.
331         (check_union_passing4): Likewise.
332         (main): Test union with __m128 if CHECK_M64_M128 is defined.
333
334 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
335
336         PR c/35447
337         * gcc.dg/noncompile/pr35447-1.c: New test.
338
339 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
340
341         PR tree-optimization/36922
342         * gfortran.dg/pr36922.f: New test.
343
344 2009-02-17  Richard Guenther  <rguenther@suse.de>
345
346         PR tree-optimization/39202
347         * gcc.c-torture/compile/pr39202.c: New testcase.
348
349 2009-02-17  Richard Guenther  <rguenther@suse.de>
350
351         PR tree-optimization/39204
352         * gcc.dg/torture/pr39204.c: New testcase.
353
354 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
355
356         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
357         * gcc.dg/vect/vect-outer-6.c: Ditto.
358
359 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
360
361         PR c/35446
362         * gcc.dg/noncompile/init-5.c: New test.
363         * gcc.dg/init-bad-4.c: Adjust expected errors.
364
365 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
366
367         PR target/37049
368         * gcc.target/i386/push-1.c: New.
369
370 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
371
372         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
373         
374 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
375
376         * gcc.target/spu/intrinsics-sr.c: New test.
377
378 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
379
380         PR target/38056
381         * gcc.target/ia64/sibcall-opt-1.c: New test.
382         * gcc.target/ia64/sibcall-opt-2.c: New test.
383
384 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
385
386         PR fortran/36528
387         * gfortran.dg/cray_pointers_8.f90: New test.
388
389         PR fortran/36703
390         * gfortran.dg/cray_pointers_9.f90: New test.
391
392 2009-02-13  Jason Merrill  <jason@redhat.com>
393
394         PR c++/39070
395         * g++.dg/cpp0x/decltype16.C: New.
396
397 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
398
399         PR target/39152
400         * gfortran.dg/gomp/pr39152.f90: New.
401
402 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
403
404         PR target/39162
405         * gcc.target/i386/pr39162.c: New.
406
407 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
408
409         PR c/35444
410         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
411         New tests.
412
413 2009-02-12  Jason Merrill  <jason@redhat.com>
414
415         PR c++/38950
416         * g++.dg/template/array20.C: New test.
417
418 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
419
420         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
421         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
422         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
423
424 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
425
426         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
427
428 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
429
430         PR target/39152
431         * gfortran.dg/pr39152.f: New.
432
433 2009-02-11  Jason Merrill  <jason@redhat.com>
434
435         PR c++/39153
436         * g++.dg/cpp0x/defaulted9.C: New test.
437
438         PR c++/30111
439         * g++.dg/init/value7.C: New test.
440
441 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
442
443         PR target/38824
444         * gcc.target/i386/pr38824.c: New testcase.
445
446 2009-02-11  Jason Merrill  <jason@redhat.com>
447
448         PR c++/38649
449         * g++.dg/cpp0x/defaulted8.C: New test.
450
451         PR c++/36744
452         * g++.dg/cpp0x/rv9p.C: New test.
453
454 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
455
456         * gnat.dg/aliasing3.adb: New test.
457         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
458
459 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
460
461         PR c++/34397
462         * g++.dg/template/crash88.C: New.
463         * g++.dg/template/crash89.C: Likewise.
464
465 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
466
467         PR c/39084
468         * gcc.dg/pr39084.c: New test.
469
470 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
471
472         PR target/39139
473         * gcc.target/i386/pr39139.c: New test.
474
475 2009-02-10  Richard Guenther  <rguenther@suse.de>
476
477         PR tree-optimization/39132
478         * gcc.dg/torture/pr39132.c: New testcase.
479
480 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
481
482         PR target/39119
483         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
484         * gcc.target/x86_64/abi/avx/args.h: Likewise.
485         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
486         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
487         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
488         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
489         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
490         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
491
492 2009-02-09  Jason Merrill  <jason@redhat.com>
493
494         PR c++/39109
495         * g++.dg/init/value6.C: New test.
496
497 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
498
499         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
500
501 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
502
503         * gcc.c-torture/compile/20090209-1.c: New test.
504
505 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
506
507         PR c++/35147
508         PR c++/37737
509         * g++.dg/cpp0x/vt-35147.C: New.
510         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
511         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
512
513 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
514
515         PR c/35434
516         * gcc.dg/attr-alias-4.c: New test.
517
518 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
519
520         PR c/39035
521         * gcc.dg/dfp/pr39035.c: New test.
522
523 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
524
525         PR c/36432
526         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
527
528 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
529
530         PR c++/39106
531         * g++.dg/opt/thunk3.C: New test.
532
533 2009-02-05  Nick Clifton  <nickc@redhat.com>
534
535         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
536         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
537         * gcc.dg/cdce1.c: Likewise.
538         * gcc.dg/cpp/_Pragma6.c: Likewise.
539         * g++.dg/cpp/_Pragma1.C: Likewise.
540         * gcc.dg/utf32-2.c: Xfail for M32C.
541         * gcc.dg/utf32-1.c: Likewise.
542         * gcc.dg/utf32-3.c: Likewise.
543         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
544         targets.
545         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
546         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
547         * gcc.dg/Wconversion-5.c: Likewise.
548         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
549         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
550         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
551         * gcc.dg/utf-inc-init.c: Likewise.
552         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
553         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
554         * gcc.dg/utf-array-short-wchar.c: Likewise.
555         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
556         * gcc.dg/mallign.c: Use size_t instead of long.
557
558 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
559
560         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
561
562 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
563
564         * gcc.c-torture/execute/pr39100.c: New.
565
566 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
567
568         PR c/35435
569         * gcc.dg/tls/diag-6.c: New test.
570
571 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
572
573         AVX Programming Reference (January, 2009)
574         * gcc.target/i386/avx-vpclmulqdq.c: New.
575         * gcc.target/i386/pclmul-avx-check.h: Likewise.
576
577         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
578
579         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
580         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
581         (pclmul_test): Renamed to ...
582         (TEST): This.
583
584 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
585
586         PR c++/39095
587         * g++.dg/abi/mangle31.C: New test.
588
589 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
590
591         PR c/29129
592         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
593         declarator.
594         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
595         inside function prototype but not part of parameter declarator.
596         * vla-11.c: New test.
597
598 2009-02-03  Jason Merrill  <jason@redhat.com>
599
600         * g++.dg/warn/main-4.C: New test.
601         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
602
603 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
604
605         PR C++/36607
606         * g++.dg/expr/cast10.C: New test.
607
608 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
609
610         PR c/35433
611         * gcc.dg/init-bad-6.c: New test.
612
613 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
614
615         PR target/35318
616         * gcc.c-torture/compile/pr35318.c: New test.
617
618         PR inline-asm/39059
619         * gcc.dg/nofixed-point-2.c: New test.
620         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
621         * g++.dg/ext/fixed2.C: Likewise.
622         * g++.dg/other/error25.C: Likewise.
623         * g++.dg/lookup/crash7.C: Likewise.
624         * g++.dg/cpp0x/decltype-38655.C: Likewise.
625
626         PR c++/39056
627         * g++.dg/cpp0x/initlist13.C: New test.
628
629 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
630
631         PR c++/36897
632         * g++.dg/template/func2.C: New test.
633
634         PR c++/37314
635         * g++.dg/template/typename15.C: New.
636         * g++.dg/template/typename16.C: New.
637
638 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
639             Ben Elliston  <bje@au.ibm.com>
640
641         PR c/39034
642         * gcc.dg/dfp/pr39034.c: New test.
643
644 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
645
646         PR testsuite/38263
647         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
648
649 2009-02-02  Jason Merrill  <jason@redhat.com>
650
651         PR c++/39054
652         * g++.dg/parse/dtor14.C: New test.
653
654 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
655
656         * lib/target-supports.exp
657         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
658         * g++.dg/ext/builtin10.C: New test.
659
660         PR inline-asm/39058
661         * gcc.target/i386/pr39058.c: New test.
662
663 2009-02-02  Richard Guenther  <rguenther@suse.de>
664
665         PR tree-optimization/38937
666         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
667
668 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
669
670         PR c++/39053
671         * g++.dg/parse/crash52.C: New.
672
673 2009-01-30  Richard Guenther  <rguenther@suse.de>
674
675         PR tree-optimization/39041
676         * gcc.c-torture/compile/pr39041.c: New testcase.
677
678 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
679
680         PR target/39013
681         * gcc.target/i386/pr39013-1.c: New test.
682         * gcc.target/i386/pr39013-2.c: New test.
683
684         PR c++/39028
685         * g++.dg/ext/label12.C: New test.
686
687 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
688
689         PR c++/33465
690         * g++.dg/parse/error34.C: New.
691         * g++.dg/parse/error35.C: Likewise.
692
693 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
694
695         PR c++/38655
696         * g++.dg/cpp0x/decltype-38655.C: New.
697
698 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
699
700         PR target/39002
701         * g++.dg/torture/pr39002.C: New test.
702
703 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
704
705         PR tree-optimization/39007
706         * gcc.dg/tree-ssa/pr39007.c: New.
707
708 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
709
710         PR middle-end/35854
711         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
712         to "subreg1".
713         
714 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
715
716         PR middle-end/38857
717         * gcc.c-torture/compile/pr38857.c: New test.
718
719 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
720
721         PR fortran/38852
722         PR fortran/39006
723         * gfortran.dg/bound_6.f90: New test.
724
725 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
726
727         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
728
729 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
730
731         PR tree-optimization/38997
732         * gcc.dg/tree-ssa/pr38997.c: New.
733
734 2009-01-28  Richard Guenther  <rguenther@suse.de>
735
736         PR tree-optimization/38926
737         * gcc.c-torture/compile/pr38926.c: New testcase.
738
739 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
740
741         PR middle-end/38934
742         * gcc.dg/pr38934.c: New test.
743
744 2009-01-28  Richard Guenther  <rguenther@suse.de>
745
746         PR middle-end/38908
747         * g++.dg/warn/Wuninitialized-2.C: New testcase.
748
749 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
750
751         PR tree-optimization/38984
752         * gcc.dg/pr38984.c: New XFAILed testcase.
753
754
755 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
756
757         PR target/38988
758         * gcc.target/i386/pr38988.c: New test.
759
760 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
761
762         PR c++/37554
763         * g++.dg/parse/crash51.C: New.
764         * g++.old-deja/g++.pt/crash9.C: Adjust.
765
766 2009-01-27  Daniel Kraft  <d@domob.eu>
767
768         PR fortran/38883
769         * gfortran.dg/mvbits_6.f90:  New test.
770         * gfortran.dg/mvbits_7.f90:  New test.
771         * gfortran.dg/mvbits_8.f90:  New test.
772
773 2009-01-27  Richard Guenther  <rguenther@suse.de>
774
775         PR tree-optimization/38503
776         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
777
778 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
779
780         PR middle-end/38969
781         * gcc.c-torture/execute/pr38969.c: New test.
782
783 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
784
785         PR testsuite/38864
786         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
787         to dg-do compile.
788         * gcc.target/mips/fixed-scalar-type.c: Likewise.
789         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
790         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
791
792 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
793
794         PR target/38952
795         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
796         if __USING_SJLJ_EXCEPTIONS__ is defined.
797
798         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
799         __USING_SJLJ_EXCEPTIONS__ is defined.
800         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
801         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
802         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
803         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
804         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
805         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
806
807 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
808
809         PR testsuite/38949
810         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
811         Use instead of C name in asm statements.
812
813 2009-01-26  Richard Guenther  <rguenther@suse.de>
814
815         PR tree-optimization/38745
816         * g++.dg/torture/pr38745.C: New testcase.
817
818 2009-01-26  Richard Guenther  <rguenther@suse.de>
819
820         PR middle-end/38851
821         * g++.dg/warn/Wuninitialized-1.C: New testcase.
822
823 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
824
825         * gcc.dg/bitfld-15.c: Gate warning on target
826         pcc_bitfield_type_matters.
827         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
828         g++.dg/ext/bitfield4.C: Likewise.
829         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
830         bitfield for any target.
831
832 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
833
834         PR c/38957
835         * gcc.dg/pr38957.c: New test.
836
837 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
838
839         PR fortran/38955
840         * gfortran.dg/array_constructor_24.f: Allow tolerance when
841         comparing floats.
842
843 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
844
845         PR tree-optimization/38953
846         * gfortran.dg/graphite/pr38953.f90: New.
847
848 2009-01-24  Paul Brook  <paul@codesourcery.com>
849
850         * gcc.target/arm/neon-cond-1.c: New test.
851
852 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
853
854         PR tree-optimization/38932
855         * gcc.dg/pr38932.c: New.
856
857 2009-01-23  Revital Eres  <eres@il.ibm.com>
858
859         * gcc.dg/sms-7.c: Fix test.
860
861 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
862
863         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
864         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
865         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
866         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
867
868 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
869
870         * gcc.dg/pr35729.c: Make test x86 specific.
871
872 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
873
874         PR middle-end/38615
875         * gcc.dg/pr38615.c: New test.
876
877 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
878
879         PR target/38931
880         * gcc.target/i386/pr38931.c: New test.
881
882 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
883
884         PR c++/38930
885         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
886         * g++.dg/template/typedef12.C: Likewise.
887         * g++.dg/template/typedef13.C: Likewise.
888         * g++.dg/template/typedef14.C: Likewise.
889         * g++.dg/template/sfinae3.C: Likewise.
890         * g++.old-deja/g++.pt/typename8.C: Likewise.
891         * g++.dg/template/access11.C: Likewise
892
893 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
894
895         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
896         and mips*-*-irix*.
897         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
898
899 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
900
901         PR c++/26693
902         * g++.dg/template/typedef11.C: New test.
903         * g++.dg/template/typedef12.C: Likewise.
904         * g++.dg/template/typedef13.C: Likewise.
905         * g++.dg/template/typedef14.C: Likewise.
906         * g++.dg/template/sfinae3.C: Compile this pedantically.
907         The only errors expected should be the one saying the typedef is ill
908         formed.
909         * g++.old-deja/g++.pt/typename8.C: Likewise.
910         * g++.dg/template/access11.C: Update this.
911
912 2009-01-21  Daniel Kraft  <d@domob.eu>
913
914         PR fortran/38887
915         * gfortran.dg/mvbits_5.f90:  New test.
916
917 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
918
919         * gcc.dg/sms-6.c: New test.
920         * gcc.dg/sms-7.c: Likewise.
921
922 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
923
924         PR fortran/38907
925         * gfortran.dg/host_assoc_function_7.f90: New test
926
927 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
928             Richard Guenther  <rguenther@suse.de>
929
930         PR tree-optimization/38747
931         PR tree-optimization/38748
932         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
933         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
934         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
935
936 2009-01-20  Kees Cook  <kees@ubuntu.com>
937             H.J. Lu  <hongjiu.lu@intel.com>
938
939         PR target/38902
940         * gcc.dg/pr38902.c: New.
941
942 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
943
944         PR target/38868
945         * gfortran.dg/pr38868.f: New testcase.
946
947 2009-01-20  Richard Guenther  <rguenther@suse.de>
948
949         * gcc.c-torture/execute/pr36227.c: Move ...
950         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
951
952 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
953
954         * lib/gfortran.exp: Add -B options for targets that use
955         libgfortran.a%s in their specs.
956
957 2009-01-19  Jason Merrill  <jason@redhat.com>
958
959         PR c++/23287
960         * g++.dg/template/dtor5.C: New test.
961
962 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
963
964         PR fortran/38859
965         * gfortran.dg/bound_5.f90: New test.
966
967 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
968
969         PR target/38736
970         * g++.dg/compat/abi/pr38736_main.C: New.
971         * g++.dg/compat/abi/pr38736_x.C: Likewise.
972         * g++.dg/compat/abi/pr38736_y.C: Likewise.
973         * g++.dg/other/macro-1.C: Likewise.
974         * gcc.dg/macro-1.c: Likewise.
975         * gcc.dg/compat/pr38736_main.c: Likewise.
976         * gcc.dg/compat/pr38736_x.c: Likewise.
977         * gcc.dg/compat/pr38736_y.c: Likewise.
978
979 2009-01-18  Richard Guenther  <rguenther@suse.de>
980
981         PR tree-optimization/38819
982         * gcc.c-torture/execute/pr38819.c: New testcase.
983
984 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
985
986         PR fortran/38657
987         * gfortran.dg/module_commons_3.f90: Reapply.
988
989 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
990
991         PR fortran/34955
992         * gfortran.dg/transfer_intrinsic_1.f90: New test.
993         * gfortran.dg/transfer_intrinsic_2.f90: New test.
994
995 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
996
997         PR fortran/38657
998         * gfortran.dg/module_commons_3.f90: Remove
999
1000 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1001
1002         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
1003
1004 2009-01-16  Jason Merrill  <jason@redhat.com>
1005
1006         PR c++/38877
1007         * g++.dg/template/lvalue1.C: New test.
1008
1009         PR c++/29470
1010         * g++.dg/template/access20.C: New test.
1011         * g++.dg/torture/pr34641.C: Fix access.
1012
1013 2009-01-16  Richard Guenther  <rguenther@suse.de>
1014
1015         PR tree-optimization/38835
1016         PR middle-end/36227
1017         * gcc.c-torture/execute/pr36227.c: New testcase.
1018         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
1019         * g++.dg/init/const7.C: Likewise.
1020
1021 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
1022
1023         PR target/38554
1024         * gcc.c-torture/compile/pr38554.c: New test.
1025
1026 2009-01-16  Jason Merrill  <jason@redhat.com>
1027
1028         PR c++/38579
1029         * g++.dg/conversion/access1.C: New test.
1030
1031 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
1032
1033         PR tree-optimization/38789
1034         * gcc.c-torture/compile/pr38789.c: New test.
1035
1036 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
1037
1038         PR fortran/38152
1039         * gfortran.dg/proc_ptr_13.f90: New.
1040
1041 2009-01-15  Jason Merrill  <jason@redhat.com>
1042
1043         PR c++/38850
1044         * g++.dg/template/koenig6.C: New test.
1045
1046 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1047
1048         PR C++/29388
1049         * g++.dg/template/error37.C: New testcase.
1050
1051 2009-01-15  Jason Merrill  <jason@redhat.com>
1052
1053         PR c++/36334
1054         * g++.dg/conversion/memfn1.C: New test.
1055
1056         PR c++/37646
1057         * g++.dg/conversion/memfn2.C: New test.
1058
1059 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
1060
1061         PR c++/38357
1062         * g++.dg/template/crash87.C: New test.
1063
1064 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1065
1066         PR middle-end/37843
1067         * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
1068
1069 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
1070
1071         PR c++/38636
1072         * g++.dg/parse/crash50.C: New test.
1073
1074 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
1075
1076         PR rtl-optimization/38245
1077         * gcc.dg/pr38245-3.c: New test.
1078         * gcc.dg/pr38245-3.h: New file.
1079         * gcc.dg/pr38245-4.c: New file.
1080         * gcc.dg/pr38364.c: New test.
1081
1082 2009-01-14  Adam Nemet  <anemet@caviumnetworks.com>
1083
1084         * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
1085         sequence PC-relative.
1086
1087 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1088
1089         * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
1090         calls and/or PLT markers.
1091         * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
1092         calls and/or PLT markers.
1093         * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
1094         calls and/or PLT markers.
1095         * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
1096         calls and/or PLT markers.
1097
1098 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
1099             Nathan Froyd  <froydnj@codesourcery.com>
1100             Joseph Myers  <joseph@codesourcery.com>
1101
1102         * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
1103         New function.
1104         * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
1105         and use consistent CFLAGS.
1106         * gcc.target/powerpc/20030505.c: Likewise.
1107         * gcc.target/powerpc/20081204-1.c: Likewise.
1108         * gcc.target/powerpc/ppc-spe.c: Likewise.
1109         * gcc.target/powerpc/spe1.c: Likewise.
1110         * g++.dg/ext/spe1.C: Likewise.
1111         * g++.dg/other/opaque-1.C: Likewise.
1112         * g++.dg/other/opaque-2.C: Likewise.
1113         * g++.dg/other/opaque-3.C: Likewise.
1114
1115 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
1116
1117         * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
1118         out of loop.
1119
1120 2009-01-14  Vladimir Makarov  <vmakarov@redhat.com>
1121
1122         PR target/38811
1123         * g++.dg/torture/pr38811.C: New file.
1124
1125 2009-01-14  Richard Guenther  <rguenther@suse.de>
1126
1127         PR tree-optimization/38826
1128         PR middle-end/38477
1129         * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
1130
1131 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1132
1133         * gcc.dg/graphite/pr38786.c: Fix commit problem.
1134
1135 2009-01-14  Nick Clifton  <nickc@redhat.com>
1136
1137         PR c++/37862
1138         * g++.cp/parse/pr37862.C: New test.
1139
1140 2009-01-14  Julian Brown  <julian@codesourcery.com>
1141
1142         * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
1143         (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
1144         to...
1145         (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
1146         These.
1147
1148 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1149
1150         PR rtl-optimization/38774
1151         * gcc.dg/torture/pr38774.c: New test.
1152
1153         PR c++/38795
1154         * g++.dg/cpp0x/pr38795.C: New test.
1155
1156 2009-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
1157             Nathan Froyd  <froydnj@codesourcery.com>
1158             Joseph Myers  <joseph@codesourcery.com>
1159
1160         * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
1161         otherwise.  Do not check for AltiVec at runtime.
1162         * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
1163         * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
1164         * gcc.target/powerpc/altivec-1.c: Likewise.
1165         * gcc.target/powerpc/altivec-3.c: Likewise.
1166         * gcc.target/powerpc/altivec-10.c: Likewise.
1167         * gcc.target/powerpc/altivec-12.c: Likewise.
1168         * gcc.target/powerpc/altivec-24.c: Likewise.
1169         * gcc.target/powerpc/altivec-cell-2.c: Likewise.
1170         * gcc.target/powerpc/altivec-cell-3.c: Likewise.
1171         * gcc.target/powerpc/altivec-cell-4.c: Likewise.
1172         * gcc.target/powerpc/pr35907.c: Likewise.
1173         * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
1174         otherwise.  Do not check for Cell at runtime.
1175         * gcc.target/powerpc/altivec_check.h: Delete.
1176
1177         * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
1178         * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise.  Do
1179         not check for AltiVec at runtime.
1180         * g++.dg/ext/altivec-cell-2.C: Likewise.
1181         * g++.dg/ext/altivec-cell-3.C: Likewise.
1182         * g++.dg/ext/altivec-cell-4.C: Likewise.
1183         * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
1184         * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
1185         check.
1186         * g++.dg/ext/altivec_check.h: Delete.
1187         
1188 2009-01-13  Nathan Froyd  <froydnj@codesourcery.com>
1189
1190         * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
1191         effective target.  Adjust line numbers accordingly.
1192
1193 2009-01-13  Mark Mitchell  <mark@codesourcery.com>
1194
1195         * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
1196
1197 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1198
1199         PR tree-optimization/38786
1200         * gcc.dg/graphite/pr38786.c: New.
1201
1202 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
1203
1204         Revert:
1205         2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
1206
1207         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1208         for alpha*-*-* targets.
1209         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1210
1211 2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1212
1213         PR libfortran/38772
1214         * gfortran.dg/fmt_bz_bn_err.f: New test.
1215
1216 2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
1217
1218         * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
1219
1220 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1221
1222         * lib/target-supports.exp (check_effective_target_powerpc64): New.
1223         * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
1224         instruction support.  Do not check for it at runtime.
1225
1226 2009-01-12  Jason Merrill  <jason@redhat.com>
1227
1228         PR c++/35109
1229         * g++.dg/lookup/friend11.C: Remove expected error.
1230         * g++.dg/lookup/friend14.C: New test.
1231         * g++.dg/lookup/friend15.C: New test.
1232
1233 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
1234
1235         PR c++/36019
1236         * g++.dg/lookup/hidden-class12.C: New test.
1237         * g++.dg/lookup/hidden-class13.C: New test.
1238         * g++.dg/lookup/hidden-class14.C: New test.
1239         * g++.dg/lookup/hidden-class15.C: New test.
1240         * g++.dg/lookup/hidden-class16.C: New test.
1241
1242 2009-01-12  Mark Mitchell  <mark@codesourcery.com>
1243
1244         * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
1245         * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
1246         * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
1247
1248 2009-01-12  Jason Merrill  <jason@redhat.com>
1249
1250         PR c++/31488
1251         * g++.dg/other/vararg-3.C: New test.
1252
1253 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1254
1255         * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
1256         Explicitly enable SPE.
1257         * gcc.target/powerpc/20030505.c: Likewise.  Add dg-message
1258         directive.
1259
1260         * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
1261         Expect -flax-vector-conversions message.  Adjust incompatible
1262         types errors.
1263         * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
1264         Make Foo extern.
1265
1266         * gcc.dg/cpp/assert4.c: Recognize __PPC__.
1267
1268         * g++.dg/other/opaque-1.C: Run on targets with SPE.
1269
1270         * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
1271         * g++.dg/other/opaque-2.C: Likewise.
1272         * g++.dg/other/opaque-3.C: Likewise.
1273
1274 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1275
1276         PR c/32041
1277         * gcc.dg/pr32041.c: New test.
1278         * g++.dg/parse/offsetof9.C: New test.
1279
1280 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
1281             Nathan Froyd  <froydnj@codesourcery.com>
1282
1283         * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
1284         * g++.dg/ext/attribute-test-1.C: Likewise.
1285         * g++.dg/ext/attribute-test-2.C: Likewise.
1286         * g++.dg/ext/attribute-test-3.C: Likewise.
1287         * g++.dg/ext/attribute-test-4.C: Likewise.
1288
1289 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1290
1291         * gnat.dg/unchecked_convert3.adb: New test.
1292
1293 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1294
1295         PR c++/38794
1296         * g++.dg/parse/typedef9.C: New test.
1297
1298         PR tree-optimization/38807
1299         * gcc.c-torture/compile/pr38807.c: New test.
1300
1301 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
1302
1303         * gcc.target/mips/ins-2.c: New test.
1304
1305 2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1306
1307         PR testsuite/38809
1308         * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
1309
1310 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
1311
1312         PR c++/36254
1313         * g++.dg/warn/Wreturn-type-5.C: New test.
1314
1315 2009-01-11  Matthias Klose  <doko@ubuntu.com>
1316
1317         PR middle-end/38616
1318         * gcc.dg/pr38616.c: New test.
1319
1320 2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>
1321
1322         * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
1323
1324 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
1325
1326         PR c++/38648
1327         * g++.dg/expr/string-1.C: New test.
1328         * g++.dg/expr/string-2.C: New test.
1329
1330         PR c++/36695
1331         * g++.dg/ext/complex4.C: New test.
1332         * g++.dg/ext/complex5.C: New test.
1333         * g++.dg/init/reference1.C: New test.
1334         * g++.dg/init/reference2.C: New test.
1335         * g++.dg/init/reference3.C: New test.
1336
1337 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
1338
1339         PR fortran/38763
1340         * gfortran.dg/transfer_null_1.f90: New test.
1341
1342 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
1343
1344         PR fortran/38765
1345         * gfortran.dg/host_assoc_function_6.f90: New test.
1346
1347 2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>
1348
1349         * lib/target-supports.exp: Add method to determine if the effective
1350         target is really a ppc405 after applying all compile options.
1351         * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
1352         * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
1353         * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
1354         * gcc.target/powerpc/405-machhwu-1.c: Likewise.
1355         * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
1356         * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
1357         * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
1358         * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
1359         * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
1360         * gcc.target/powerpc/405-machhwu-2.c: Likewise.
1361         * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
1362         * gcc.target/powerpc/405-machhw-1.c: Likewise.
1363         * gcc.target/powerpc/405-mullhw-1.c: Likewise.
1364         * gcc.target/powerpc/405-maclhw-1.c: Likewise.
1365         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
1366         * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
1367         * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
1368         * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
1369         * gcc.target/powerpc/405-mulchw-1.c: Likewise.
1370         * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
1371         * gcc.target/powerpc/405-macchw-1.c: Likewise.
1372         * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
1373         * gcc.target/powerpc/405-machhw-2.c: Likewise.
1374         * gcc.target/powerpc/405-mullhw-2.c: Likewise.
1375         * gcc.target/powerpc/405-maclhw-2.c: Likewise.
1376         * gcc.target/powerpc/405-macchwu-1.c: Likewise.
1377         * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
1378         * gcc.target/powerpc/405-mulchw-2.c: Likewise.
1379         * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
1380         * gcc.target/powerpc/405-macchw-2.c: Likewise.
1381         * gcc.target/powerpc/405-macchwu-2.c: Likewise.
1382
1383 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1384
1385         PR c++/35335
1386         * g++.dg/other/error31.C: New testcase.
1387
1388         PR c/35742
1389         * gcc.dg/pr35742.c: New test.
1390
1391 2009-01-09  John F. Carr  <jfc@mit.edu>
1392
1393         PR c++/37877
1394         * g++.dg/parse/linkage3.C: New test.
1395
1396 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1397
1398         PR middle-end/38771
1399         * gcc.c-torture/compile/pr38771.c: New test.
1400
1401 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
1402
1403         * gcc.dg/pr34856.c: Ignore irrelevant warning.
1404
1405 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
1406
1407         * gcc.dg/sibcall-3.c: XFAIL for Thumb.
1408         * gcc.dg/sibcall-4.c: Likewise.
1409
1410 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
1411             Jan Sjodin  <jan.sjodin@amd.com>
1412
1413         PR tree-optimization/38559
1414         * testsuite/gcc.dg/graphite/pr38559.c: New.
1415
1416 2009-01-08  Ira Rosen  <irar@il.ibm.com>
1417
1418         PR tree-optimization/37194
1419         * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
1420
1421 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
1422
1423         PR c++/38725
1424         * g++.dg/ext/label11.C: New test.
1425
1426 2009-01-07  Joseph Myers  <joseph@codesourcery.com>
1427
1428         * lib/target-supports.exp (check_weak_override_available): New.
1429         * lib/target-supports-dg.exp (dg-require-weak-override): New.
1430         * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
1431         dg-require-weak-override.
1432
1433 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
1434             Alan Modra  <amodra@bigpond.net.au>
1435
1436         * gcc.c-torture/compile/20090107-1.c: New test.
1437
1438 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1439
1440         PR target/38706
1441         * g++.dg/other/pr38706.C: New test.
1442
1443 2009-01-07  Jason Merrill  <jason@redhat.com>
1444
1445         * g++.dg/cpp0x/variadic92.C: New test.
1446         * g++.dg/cpp0x/variadic93.C: New test.
1447
1448 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
1449
1450         * lib/target-supports-dg.exp (current_compiler_flags): New.
1451         (check-flags): Use it; do not access dg-test local variables.
1452         (dg-skip-if): Do not access dg-test local variables.
1453         (dg-xfail-run-if): Ditto.
1454         (dg-shouldfail): Ditto.
1455         * gcc.test-framework/test-framework.exp
1456         (check_effective_target_def_nocache): New.
1457         * gcc.test-framework/test-framework.awk: Handle scan tests.
1458         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
1459         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
1460         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
1461         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
1462         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
1463         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
1464         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
1465         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
1466         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
1467
1468         * g++.dg/torture/pr38586.C: Ignore a possible warning.
1469
1470         * lib/target-supports-dg.exp (check_test_flags): Delete.
1471
1472 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
1473
1474         PR tree-optimization/38492
1475         PR tree-optimization/38498
1476         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
1477         in trunk.
1478         * testsuite/gcc.dg/graphite/block-0.c: Update test.
1479         * testsuite/gcc.dg/graphite/block-1.c: Same.
1480         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
1481         for blocking.
1482         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
1483         * testsuite/gcc.dg/graphite/block-3.c: New.
1484         * testsuite/gcc.dg/graphite/pr38498.c: New.
1485
1486 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1487
1488         AVX Programming Reference (December, 2008)
1489         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
1490         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
1491         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
1492
1493         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
1494         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
1495
1496 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
1497
1498         PR fortran/38220
1499         * gfortran.dg/c_loc_pure_1.f90:  New test.
1500
1501 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
1502
1503         PR fortran/38669
1504         * gfortran.dg/elemental_dependency_3.f90:
1505         Add the final tree dump cleanup.
1506
1507 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
1508
1509         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
1510         passing -m32.
1511
1512         PR rtl-optimization/38722
1513         * gfortran.dg/pr38722.f90: New test.
1514
1515 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
1516
1517         PR c/34252
1518         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
1519         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
1520
1521 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
1522
1523         * gfortran.dg/implicit_12.f90: Add space around dg directive.
1524         * gfortran.dg/typebound_call_8.f03: Same.
1525         * gfortran.dg/elemental_bind_c.f90: Same.
1526         * gfortran.dg/typebound_call_7.f03: Same.
1527         * gfortran.dg/interface_proc_end.f90: Same
1528         * gfortran.dg/pr37243.f: Fix typo.
1529
1530 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
1531
1532         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
1533         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
1534         large stack sizes.
1535
1536 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1537
1538         AVX Programming Reference (December, 2008)
1539         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
1540         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
1541         * gcc.target/i386/sse-14.c: Likewise.
1542
1543         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
1544         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
1545         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
1546         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
1547
1548 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1549
1550         PR libfortran/38735
1551         * gfortran.dg/fmt_bz_bn.f: Update test.
1552
1553 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
1554
1555         PR c++/38472
1556         * g++.dg/conversion/usual-arith-conv.C: New test.
1557
1558 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1559
1560         PR c/34911
1561         * gcc.dg/vector-3.c: New testcase.
1562         * g++.dg/ext/vector15.C: New test.
1563
1564 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1565
1566         PR tree-optimization/38510
1567         * gcc.dg/graphite/pr38510.c: New.
1568
1569 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1570             Jan Sjodin <jan.sjodin@amd.com>
1571
1572         PR tree-optimization/38500
1573         * gcc.dg/graphite/pr38500.c: New.
1574
1575 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
1576
1577         * gcc.c-torture/compile/20001226-1.c: Generalize
1578         dg-timeout-factor.
1579         * gcc.c-torture/compile/limits-fnargs.c: Add
1580         dg-timeout-factor.
1581         * gcc.dg/20020425-1.c: Likewise.
1582         * gcc.dg/pch/pch.exp: Likewise.
1583         
1584 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
1585
1586         PR fortran/38657
1587         * gfortran.dg/module_commons_3.f90: New test.
1588
1589 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
1590
1591         PR fortran/37159
1592         * gfortran.dg/random_seed_1.f90: Updated.
1593
1594 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
1595
1596         PR fortran/38669
1597         PR fortran/38726
1598         * gfortran.dg/elemental_subroutine_7.f90: 
1599         Fix p values so that it can be used as vector subscript.
1600
1601 2009-01-05  Jason Merrill  <jason@redhat.com>
1602
1603         * g++.dg/cpp0x/initlist12.C: Add another test.
1604
1605         * g++.dg/cpp0x/defaulted7.C: New test.
1606
1607 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
1608
1609         PR fortran/38672
1610         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
1611         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
1612
1613 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
1614
1615         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1616         for alpha*-*-* targets.
1617         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1618
1619 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
1620
1621         PR fortran/38665
1622         * gfortran.dg/host_assoc_function_5.f90: New test.
1623
1624 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
1625
1626         PR fortran/38669
1627         * gfortran.dg/elemental_dependency_3.f90: New test.
1628         * gfortran.dg/elemental_subroutine_7.f90: New test.
1629
1630 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
1631
1632         * gcc.dg/struct-ret-3.c: Include unistd.h.
1633         (main): Exit early if system memory page size is
1634         larger than 4096 bytes.
1635
1636 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
1637
1638         PR fortran/38718
1639         * gfortran.dg/merge_init_expr.f90: New.
1640
1641 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
1642
1643         PR fortran/38536
1644         * gfortran.dg/c_loc_tests_13.f90: New test.
1645         * gfortran.dg/c_loc_tests_14.f90: New test.
1646
1647 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
1648
1649         * gfortran.dg/func_result_4.f90: New.
1650
1651 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
1652
1653         PR fortran/38594
1654         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
1655         interface still works, in addition to original tests.
1656         * gfortran.dg/host_assoc_call_6.f90: New test.
1657
1658 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1659
1660         PR c++/38705
1661         * g++.dg/torture/pr38705.C: New test.
1662
1663         PR c/38700
1664         * gcc.dg/pr38700.c: New test.
1665
1666 2009-01-02  Jason Merrill  <jason@redhat.com>
1667
1668         * g++.dg/cpp0x/initlist11.C: New test.
1669         * g++.dg/cpp0x/initlist12.C: New test.
1670
1671 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1672
1673         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
1674         Allow extra informative notes.
1675
1676 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
1677
1678         PR c/36489
1679         * gcc.dg/pr36489.c: New test.