OSDN Git Service

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