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