OSDN Git Service

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