OSDN Git Service

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