OSDN Git Service

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