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