OSDN Git Service

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