OSDN Git Service

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