1 2009-03-23 Jakub Jelinek <jakub@redhat.com>
4 * gcc.dg/gomp/pr39495-2.c: Remove xfails.
6 2009-03-23 Jason Merrill <jason@redhat.com>
8 * g++.dg/cpp0x/auto12.C: Add variadic test.
11 * g++.dg/warn/Wshadow-4.C: New test.
13 2009-03-23 Jakub Jelinek <jakub@redhat.com>
15 PR tree-optimization/39516
16 * gfortran.dg/pr39516.f: New test.
18 2009-03-22 Hans-Peter Nilsson <hp@axis.com>
20 * lib/target-libpath.exp (set_ld_library_path_env_vars):
21 Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
22 variable, not environment variable.
24 2009-03-21 Jason Merrill <jason@redhat.com>
27 * g++.dg/ext/vla6.C: New test.
29 2009-03-20 Jason Merrill <jason@redhat.com>
31 * g++.dg/cpp0x/initlist5.C: Add additional test.
33 2009-03-19 Jakub Jelinek <jakub@redhat.com>
34 Janis Johnson <janis187@us.ibm.com>
36 * lib/compat.exp (compat-get-options-main, compat-get-options):
37 Handle dg-prune-output in source file.
38 * lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
39 * gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
40 * gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
43 2009-03-19 Jakub Jelinek <jakub@redhat.com>
46 * gcc.dg/gomp/pr39495-1.c: New test.
47 * gcc.dg/gomp/pr39495-2.c: New test.
48 * g++.dg/gomp/pr39495-1.C: New test.
49 * g++.dg/gomp/pr39495-2.C: New test.
52 * gcc.target/i386/pr39496.c: New test.
53 * g++.dg/other/pr39496.C: New test.
55 2009-03-19 Li Feng <nemokingdom@gmail.com>
58 * gcc.dg/autopar/pr39500-1.c: New.
59 * gcc.dg/autopar/pr39500-2.c: New.
61 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
63 * g++.dg/dg.exp: Prune graphite.
65 2009-03-18 Sebastian Pop <sebastian.pop@amd.com>
68 * g++.dg/graphite: New.
69 * g++.dg/graphite/graphite.exp: New.
70 * g++.dg/graphite/pr39447.C: New.
72 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
75 * g++.dg/template/pr39425.C: New.
77 * g++.dg/template/spec33.C: Updated.
79 2009-03-17 Jason Merrill <jason@redhat.com>
81 * g++.dg/cpp0x/auto6.C, auto12.C: Update mangling.
83 2009-03-17 Paolo Carlini <paolo.carlini@oracle.com>
86 * g++.dg/ext/unary_trait_incomplete.C: New.
88 2009-03-17 Jing Yu <jingyu@google.com>
91 * g++.dg/inherit/thunk10.C: New test.
93 2009-03-17 Uros Bizjak <ubizjak@gmail.com>
96 * gcc.target/i386/pr39482.c: New test.
98 2009-03-17 Jakub Jelinek <jakub@redhat.com>
101 * g++.dg/debug/dwarf2/imported-module-2.C: Expect
102 DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
103 * g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
104 * g++.dg/debug/dwarf2/imported-module-4.C: Likewise.
107 * gcc.dg/pr39443.c: New test.
110 * gcc.dg/debug/pr39412.c: New test.
112 2009-03-17 Janis Johnson <janis187@us.ibm.com>
115 * lib/target-libpath.exp (set_ld_library_path_env_vars): Save
116 existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
118 (restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
119 its original value, or unset if it was not defined.
120 * gcc.dg/compat/struct-layout-1.exp: Use set/restore library
121 path procs around use of HOSTCC.
122 * g++.dg/compat/struct-layout-1.exp: Ditto.
123 * objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.
125 2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
127 * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
129 2009-03-16 Janis Johnson <janis187@us.ibm.com>
131 Revert patch for PR testsuite/37630.
134 * gcc.dg/pr11492.c: Replace constant and remove xfail.
137 * lib/target-supports.exp (check_effective_target_ieee): New.
138 * gcc.c-torture/execute/ieee/ieee.exp: Use it.
139 * gcc.dg/20001012-1.c: Require ieee.
142 * gcc.c-torture/execute/pr35456.x: New, skip test for vax.
144 2009-03-16 Jakub Jelinek <jakub@redhat.com>
146 PR tree-optimization/39455
147 * gcc.dg/pr39455.c: New test.
149 2009-03-13 David Ayers <ayers@fsfe.org>
151 * objc/execute/trivial.m. New test.
153 2009-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
156 * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
158 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
161 * gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
164 2009-03-12 David Ayers <ayers@fsfe.org>
167 * objc/execute/exceptions/handler-1.m. New test.
169 2008-03-12 Jakub Jelinek <jakub@redhat.com>
172 * gcc.target/i386/pr39431.c: New test.
174 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
177 * gcc.target/i386/pr39445.c: New.
179 * gcc.target/i386/push-1.c: XFAIL.
181 2009-03-11 Adam Nemet <anemet@caviumnetworks.com>
183 * gcc.dg/inline-33.c: New test.
185 2009-03-11 Nathan Froyd <froydnj@codesourcery.com>
187 * gcc.dg/vect/vect-82.c: Combine dg-do and
188 dg-require-effective-target into dg-skip-if.
189 * gcc.dg/vect/vect-83.c: Likewise.
191 2009-03-11 Jakub Jelinek <jakub@redhat.com>
194 * gcc.target/i386/stackalign/longlong-1.c: New test.
195 * gcc.target/i386/stackalign/longlong-2.c: New test.
197 2009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
199 * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
201 2009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
203 * gcc.c-torture/execute/ieee/inf-3.c: New test.
204 * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
206 2009-03-11 Olivier Hainque <hainque@adacore.com>
208 * gnat.dg/slice_enum.adb: New test.
210 2009-03-11 Jason Merrill <jason@redhat.com>
213 * g++.dg/opt/nrv15.C: New test.
215 2009-03-10 Ira Rosen <irar@il.ibm.com>
217 PR tree-optimization/39422
218 * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
219 constant array with static initialization to global memory.
220 * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
222 2009-03-10 Hariharan Sandanagobalane <hariharan@picochip.com>
224 * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
227 2009-03-09 Jakub Jelinek <jakub@redhat.com>
230 * g++.dg/opt/switch2.C: Add -w to dg-options.
231 * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
232 * g++.dg/warn/switch1.C: New test.
233 * g++.dg/other/switch3.C: New test.
235 PR tree-optimization/39394
236 * gcc.c-torture/compile/pr39394.c: New test.
238 2009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
240 * gcc.target/s390/20090223-1.c: New testcase.
242 2009-03-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
245 * gfortran.dg/fmt_f0_1.f90: New test.
247 2009-03-08 H.J. Lu <hongjiu.lu@intel.com>
250 * g++.dg/other/new1.C: Adjusted.
251 * g++.dg/parse/crash40.C: Likewise.
252 * g++.dg/parse/defarg12.C: Likewise.
253 * g++.dg/template/error15.C: Likewise.
255 * g++.dg/other/pr39060.C: New.
257 2009-03-07 Jason Merrill <jason@redhat.com>
260 * g++.dg/opt/new1.C: New.
262 2009-03-06 Paolo Carlini <paolo.carlini@oracle.com>
265 * g++.dg/other/error32.C: New.
267 2009-03-06 Jakub Jelinek <jakub@redhat.com>
270 * gcc.c-torture/compile/pr39360.c: New test.
273 * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
275 2009-03-05 Jason Merrill <jason@redhat.com>
278 * g++.dg/warn/Wuninitialized-3.C: New test.
280 2009-03-05 Jakub Jelinek <jakub@redhat.com>
283 * g++.dg/debug/dwarf2/imported-module-3.C: New test.
284 * g++.dg/debug/dwarf2/imported-module-4.C: New test.
286 2009-03-04 Jason Merrill <jason@redhat.com>
289 * g++.dg/template/koenig7.C: New test.
291 2009-03-04 Nathan Sidwell <nathan@codesourcery.com>
293 * g++.dg/torture/predcom-1.C: New test.
295 2009-03-04 Richard Guenther <rguenther@suse.de>
297 PR tree-optimization/39362
298 * g++.dg/torture/pr39362.C: New testcase.
300 2009-03-04 Jason Merrill <jason@redhat.com>
301 Giovanni Bajo <giovannibajo@gcc.gnu.org>
306 * g++.dg/template/dependent-name5.C: New test.
308 2009-03-04 Steve Ellcey <sje@cup.hp.com>
311 * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
312 vect_int to vect_int_mult.
314 2009-03-04 Richard Guenther <rguenther@suse.de>
316 PR tree-optimization/39358
317 * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
318 * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
320 2009-03-04 Richard Guenther <rguenther@suse.de>
322 PR tree-optimization/39339
323 * gcc.c-torture/execute/pr39339.c: New testcase.
325 2009-03-03 Joseph Myers <joseph@codesourcery.com>
327 * gcc.c-torture/compile/20090303-1.c,
328 gcc.c-torture/compile/20090303-2.c: New tests.
330 2009-03-03 Jakub Jelinek <jakub@redhat.com>
333 * gfortran.dg/gomp/pr39354.f90: New test.
335 PR tree-optimization/39343
336 * gcc.dg/pr39343.c: New test.
338 2009-03-03 Ira Rosen <irar@il.ibm.com>
340 PR tree-optimization/39248
341 * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
342 * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
343 on targets without vector misalignment support.
344 * lib/target-supports.exp
345 (check_effective_target_vect_short_mult): Add
346 check_effective_target_arm32.
348 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
351 * testsuite/gcc.dg/graphite/pr39335_1.c: New.
352 * testsuite/gcc.dg/graphite/pr39335.c: New.
354 2009-03-02 H.J. Lu <hongjiu.lu@intel.com>
356 * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
358 * gcc.target/i386/stackalign/return-5.c: Likewise.
359 * gcc.target/i386/stackalign/return-6.c: Likewise.
361 2009-03-02 Richard Guenther <rguenther@suse.de>
362 Ira Rosen <irar@il.ibm.com>
364 PR tree-optimization/39318
365 * gfortran.dg/vect/pr39318.f90: New test.
367 2009-03-01 Jan Hubicka <jh@suse.cz>
369 * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
371 2009-03-01 Jan Hubicka <jh@suse.cz>
374 * gcc.dg/debug/dwarf2/inline1.c: New testcase.
376 2009-03-01 Eric Botcazou <ebotcazou@adacore.com>
378 * gnat.dg/pack12.adb: New test.
380 2009-02-26 H.J. Lu <hongjiu.lu@intel.com>
383 * g++.dg/other/pr37789.C: New.
385 2009-02-26 Paul Thomas <pault@gcc.gnu.org>
388 * gfortran.dg/interface_25.f90: New test.
389 * gfortran.dg/interface_26.f90: New test.
391 2009-02-26 Paul Thomas <pault@gcc.gnu.org>
394 * gfortran.dg/initialization_22.f90: New test.
396 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
398 PR rtl-optimization/39241
399 * gcc.dg/torture/pr39241.c: New.
401 2009-02-25 Martin Jambor <mjambor@suse.cz>
403 PR tree-optimizations/39259
404 * g++.dg/torture/pr39259.C: New testcase.
406 2009-02-24 Richard Guenther <rguenther@suse.de>
409 * g++.dg/template/instantiate10.C: New testcase.
411 2009-02-24 Richard Guenther <rguenther@suse.de>
412 Zdenek Dvorak <ook@ucw.cz>
414 PR tree-optimization/39233
415 * gcc.c-torture/execute/pr39233.c: New testcase.
417 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
419 PR tree-optimization/39260
420 * gcc.dg/graphite/pr39260.c: New.
422 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
424 * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
426 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
429 * g++.dg/template/void14.C: New.
431 2009-02-23 Jason Merrill <jason@redhat.com>
434 * g++.dg/init/const7.C: Remove XFAIL.
435 * g++.dg/init/static-init1.C: New test.
437 * g++.dg/cpp0x/initlist14.C: New test.
439 2009-02-21 Thomas Koenig <tkoenig@gcc.gnu.org>
442 * bound_simplification_2.f90: New test case.
443 * bound_7.f90: New test case.
445 2009-02-21 Joseph Myers <joseph@codesourcery.com>
447 * gcc.dg/cpp/include4.c: New test.
449 2009-02-21 Uros Bizjak <ubizjak@gmail.com>
452 * gcc.target/i386/abi-2.c: New.
454 2009-02-21 Kaz Kojima <kkojima@gcc.gnu.org>
456 * gcc.c-torture/execute/pr39228.x: New.
458 2009-02-21 Uros Bizjak <ubizjak@gmail.com>
460 * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
461 scan-assembler to check for xmm0 register.
463 2009-02-20 Mark Mitchell <mark@codesourcery.com>
464 Joseph Myers <joseph@codesourcery.com>
466 * gcc.target/arm/va_list.c: New test.
467 * g++.dg/abi/arm_va_list.C: Likewise.
468 * lib/target-supports.exp (check_effective_target_arm_eabi): New
470 * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
471 g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
472 g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
473 g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
474 g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
475 g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
477 2009-02-20 Jack Howarth <howarth@bromo.med.uc.edu>
480 * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
483 2009-02-20 Jakub Jelinek <jakub@redhat.com>
486 * gcc.c-torture/execute/pr39240.c: New test.
488 2009-02-20 Jason Merrill <jason@redhat.com>
491 * g++.dg/parse/dtor15.C: New test.
493 2009-02-19 Kazu Hirata <kazu@codesourcery.com>
495 * gcc.c-torture/execute/20090219-1.c: New.
497 2009-02-19 Adam Nemet <anemet@caviumnetworks.com>
499 * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
500 (mips-dg-options): When matching isa* pseudo-options make
501 'value' optional and accept ! entries. Use $spec instead of
502 $isa_spec in the isa pseudo-option error message. Only
503 perform the ISA-range check when 'value' is set. If arch is
504 matching any CPU in the ! entries switch to its generic ISA.
505 * gcc.target/mips/branch-1.c: Pass isa=!octeon.
506 * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
508 2009-02-19 Jakub Jelinek <jakub@redhat.com>
511 * gcc.dg/visibility-20.c: New test.
512 * g++.dg/ext/visibility/visibility-11.C: New test.
514 2009-02-19 H.J. Lu <hongjiu.lu@intel.com>
517 * g++.dg/abi/pr39188-1a.C: New.
518 * g++.dg/abi/pr39188-1b.C: Likewise.
519 * g++.dg/abi/pr39188-1.h: Likewise.
520 * g++.dg/abi/pr39188-2a.C: Likewise.
521 * g++.dg/abi/pr39188-2b.C: Likewise.
522 * g++.dg/abi/pr39188-2.h: Likewise.
523 * g++.dg/abi/pr39188-3a.C: Likewise.
524 * g++.dg/abi/pr39188-3b.C: Likewise.
525 * g++.dg/abi/pr39188-3.h: Likewise.
527 2009-02-19 Joseph Myers <joseph@codesourcery.com>
530 * gcc.c-torture/execute/call-trap-1.c,
531 gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
534 2009-02-19 Uros Bizjak <ubizjak@gmail.com>
537 * gcc.c-torture/execute/pr39228.c: New test.
539 2009-02-19 Richard Guenther <rguenther@suse.de>
541 PR tree-optimization/39074
542 * gcc.dg/torture/pr39074.c: New testcase.
543 * gcc.dg/torture/pr39074-2.c: Likewise.
544 * gcc.dg/torture/pr39074-3.c: Likewise.
546 2009-02-18 H.J. Lu <hongjiu.lu@intel.com>
549 * g++.dg/parse/attr3.C: New.
551 2009-02-18 Jack Howarth <howarth@bromo.med.uc.edu>
554 * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
557 * g++.dg/ext/visibility/class1.C: Revert revision 122348
560 2009-02-18 Jason Merrill <jason@redhat.com>
563 * g++.dg/init/const7.C: Remove XFAIL.
566 * g++.dg/opt/const6.C: New test.
568 2009-02-18 H.J. Lu <hongjiu.lu@intel.com>
570 * gcc.dg/callabi/callabi.exp: Moved to ...
571 * gcc.target/x86_64/abi/callabi/callabi.exp: Here. Only run
574 * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
575 * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
576 * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
577 * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
578 * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
579 * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
580 * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
582 * gcc.dg/callabi/callabi.h: Moved to ...
583 * gcc.target/x86_64/abi/callabi/callabi.h: Here.
585 * gcc.dg/callabi/func-1.c: Moved to ...
586 * gcc.target/x86_64/abi/callabi/func-1.c: Here.
588 * gcc.dg/callabi/func-indirect.c: Moved to ...
589 * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
591 * gcc.dg/callabi/pr38891.c: Moved to ...
592 * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
594 * gcc.dg/callabi/vaarg-1.c: Moved to ...
595 * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
597 * gcc.dg/callabi/vaarg-2.c: Moved to ...
598 * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
600 * gcc.dg/callabi/vaarg-3.c: Moved to ...
601 * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
603 2009-02-17 Xuepeng Guo <xuepeng.guo@intel.com>
606 * gcc.dg/callabi/pr38891.c: New.
608 2009-02-17 H.J. Lu <hongjiu.lu@intel.com>
610 * gcc.dg/callabi/callabi.exp: New.
612 2009-02-17 H.J. Lu <hongjiu.lu@intel.com>
615 * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
617 * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
619 * gcc.target/i386/pr39082-1.c: New.
621 * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
624 * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
625 CHECK_M64_M128 is defined.
626 (check_f_arguments): Add "do".
627 (check_vector_arguments): New.
628 (check_m64_arguments): Likewise.
629 (check_m128_arguments): Likewise.
631 * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
632 (CHECK_M64_M128): Define.
634 * gcc.target/x86_64/abi/test_m64m128_returning.c: New. Based
636 * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
638 * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
639 tests only if CHECK_M64_M128 is defined.
641 * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
642 (m128_2_struct): Likewise.
643 (check_struct_passing5): Likewise.
644 (check_struct_passing6): Likewise.
645 (main): Test struct with __m128 if CHECK_M64_M128 is defined.
647 * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
649 (check_union_passing4): Likewise.
650 (main): Test union with __m128 if CHECK_M64_M128 is defined.
652 2009-02-18 Joseph Myers <joseph@codesourcery.com>
655 * gcc.dg/noncompile/pr35447-1.c: New test.
657 2009-02-18 Jakub Jelinek <jakub@redhat.com>
659 PR tree-optimization/36922
660 * gfortran.dg/pr36922.f: New test.
662 2009-02-17 Richard Guenther <rguenther@suse.de>
664 PR tree-optimization/39202
665 * gcc.c-torture/compile/pr39202.c: New testcase.
667 2009-02-17 Richard Guenther <rguenther@suse.de>
669 PR tree-optimization/39204
670 * gcc.dg/torture/pr39204.c: New testcase.
672 2009-02-17 Bingfeng Mei <bmei@broadcom.com>
674 * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
675 * gcc.dg/vect/vect-outer-6.c: Ditto.
677 2009-02-16 Joseph Myers <joseph@codesourcery.com>
680 * gcc.dg/noncompile/init-5.c: New test.
681 * gcc.dg/init-bad-4.c: Adjust expected errors.
683 2009-02-16 H.J. Lu <hongjiu.lu@intel.com>
686 * gcc.target/i386/push-1.c: New.
688 2009-02-15 Uros Bizjak <ubizjak@gmail.com>
690 * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
692 2009-02-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
694 * gcc.target/spu/intrinsics-sr.c: New test.
696 2009-02-13 Steve Ellcey <sje@cup.hp.com>
699 * gcc.target/ia64/sibcall-opt-1.c: New test.
700 * gcc.target/ia64/sibcall-opt-2.c: New test.
702 2009-02-13 Paul Thomas <pault@gcc.gnu.org>
705 * gfortran.dg/cray_pointers_8.f90: New test.
708 * gfortran.dg/cray_pointers_9.f90: New test.
710 2009-02-13 Jason Merrill <jason@redhat.com>
713 * g++.dg/cpp0x/decltype16.C: New.
715 2009-02-13 H.J. Lu <hongjiu.lu@intel.com>
718 * gfortran.dg/gomp/pr39152.f90: New.
720 2009-02-13 H.J. Lu <hongjiu.lu@intel.com>
723 * gcc.target/i386/pr39162.c: New.
725 2009-02-13 Joseph Myers <joseph@codesourcery.com>
728 * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
731 2009-02-12 Jason Merrill <jason@redhat.com>
734 * g++.dg/template/array20.C: New test.
736 2009-02-12 Uros Bizjak <ubizjak@gmail.com>
738 * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
739 for lp64 in "dg-do run" directive. Remove dg-xfail-if directive.
740 * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
742 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
744 * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
746 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
749 * gfortran.dg/pr39152.f: New.
751 2009-02-11 Jason Merrill <jason@redhat.com>
754 * g++.dg/cpp0x/defaulted9.C: New test.
757 * g++.dg/init/value7.C: New test.
759 2009-02-11 Paolo Bonzini <bonzini@gnu.org>
762 * gcc.target/i386/pr38824.c: New testcase.
764 2009-02-11 Jason Merrill <jason@redhat.com>
767 * g++.dg/cpp0x/defaulted8.C: New test.
770 * g++.dg/cpp0x/rv9p.C: New test.
772 2009-02-10 Eric Botcazou <ebotcazou@adacore.com>
774 * gnat.dg/aliasing3.adb: New test.
775 * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
777 2009-02-10 Paolo Carlini <paolo.carlini@oracle.com>
780 * g++.dg/template/crash88.C: New.
781 * g++.dg/template/crash89.C: Likewise.
783 2009-02-10 Steve Ellcey <sje@cup.hp.com>
786 * gcc.dg/pr39084.c: New test.
788 2009-02-10 Jakub Jelinek <jakub@redhat.com>
791 * gcc.target/i386/pr39139.c: New test.
793 2009-02-10 Richard Guenther <rguenther@suse.de>
795 PR tree-optimization/39132
796 * gcc.dg/torture/pr39132.c: New testcase.
798 2009-02-10 H.J. Lu <hongjiu.lu@intel.com>
801 * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
802 * gcc.target/x86_64/abi/avx/args.h: Likewise.
803 * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
804 * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
805 * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
806 * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
807 * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
808 * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
810 2009-02-09 Jason Merrill <jason@redhat.com>
813 * g++.dg/init/value6.C: New test.
815 2009-02-09 H.J. Lu <hongjiu.lu@intel.com>
817 * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
819 2009-02-09 Eric Botcazou <ebotcazou@adacore.com>
821 * gcc.c-torture/compile/20090209-1.c: New test.
823 2009-02-06 Paolo Carlini <paolo.carlini@oracle.com>
827 * g++.dg/cpp0x/vt-35147.C: New.
828 * g++.dg/cpp0x/vt-37737-1.C: Likewise.
829 * g++.dg/cpp0x/vt-37737-2.C: Likewise.
831 2009-02-06 Joseph Myers <joseph@codesourcery.com>
834 * gcc.dg/attr-alias-4.c: New test.
836 2009-02-06 Janis Johnson <janis187@us.ibm.com>
839 * gcc.dg/dfp/pr39035.c: New test.
841 2009-02-06 Joseph Myers <joseph@codesourcery.com>
844 * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
846 2009-02-05 Jakub Jelinek <jakub@redhat.com>
849 * g++.dg/opt/thunk3.C: New test.
851 2009-02-05 Nick Clifton <nickc@redhat.com>
853 * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
854 * gcc.c-torture/compile/limits-stringlit.c: Likewise.
855 * gcc.dg/cdce1.c: Likewise.
856 * gcc.dg/cpp/_Pragma6.c: Likewise.
857 * g++.dg/cpp/_Pragma1.C: Likewise.
858 * gcc.dg/utf32-2.c: Xfail for M32C.
859 * gcc.dg/utf32-1.c: Likewise.
860 * gcc.dg/utf32-3.c: Likewise.
861 * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
863 * gcc.dg/Wtype-limits-Wextra.c: Likewise.
864 * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
865 * gcc.dg/Wconversion-5.c: Likewise.
866 * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
867 * gcc.dg/tree-ssa/ldist-3.c: Likewise.
868 * gcc.dg/tree-ssa/ldist-5.c: Likewise.
869 * gcc.dg/utf-inc-init.c: Likewise.
870 * gcc.dg/pr11492.c: Xfail for 16-bit targets.
871 * gcc.dg/utf-array.c: Add expected warning messages for M32C.
872 * gcc.dg/utf-array-short-wchar.c: Likewise.
873 * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
874 * gcc.dg/mallign.c: Use size_t instead of long.
876 2009-02-05 Uros Bizjak <ubizjak@gmail.com>
878 * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
880 2009-02-05 Daniel Berlin <dberlin@dberlin.org>
882 * gcc.c-torture/execute/pr39100.c: New.
884 2009-02-05 Joseph Myers <joseph@codesourcery.com>
887 * gcc.dg/tls/diag-6.c: New test.
889 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
891 AVX Programming Reference (January, 2009)
892 * gcc.target/i386/avx-vpclmulqdq.c: New.
893 * gcc.target/i386/pclmul-avx-check.h: Likewise.
895 * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
897 * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
898 (TEST): Likewise. Include CHECK_H instead of "pclmul-check.h".
899 (pclmul_test): Renamed to ...
902 2009-02-04 Jakub Jelinek <jakub@redhat.com>
905 * g++.dg/abi/mangle31.C: New test.
907 2009-02-03 Joseph Myers <joseph@codesourcery.com>
910 * c90-arraydecl-1.c: Do not expect error for [*] in abstract
912 * vla-6.c: Likewise. Expect warning not error for [*] lexically
913 inside function prototype but not part of parameter declarator.
914 * vla-11.c: New test.
916 2009-02-03 Jason Merrill <jason@redhat.com>
918 * g++.dg/warn/main-4.C: New test.
919 * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
921 2009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
924 * g++.dg/expr/cast10.C: New test.
926 2009-02-03 Joseph Myers <joseph@codesourcery.com>
929 * gcc.dg/init-bad-6.c: New test.
931 2009-02-03 Jakub Jelinek <jakub@redhat.com>
934 * gcc.c-torture/compile/pr35318.c: New test.
937 * gcc.dg/nofixed-point-2.c: New test.
938 * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
939 * g++.dg/ext/fixed2.C: Likewise.
940 * g++.dg/other/error25.C: Likewise.
941 * g++.dg/lookup/crash7.C: Likewise.
942 * g++.dg/cpp0x/decltype-38655.C: Likewise.
945 * g++.dg/cpp0x/initlist13.C: New test.
947 2009-02-03 Paolo Bonzini <bonzini@gnu.org>
950 * g++.dg/template/func2.C: New test.
953 * g++.dg/template/typename15.C: New.
954 * g++.dg/template/typename16.C: New.
956 2009-02-03 Janis Johnson <janis187@us.ibm.com>
957 Ben Elliston <bje@au.ibm.com>
960 * gcc.dg/dfp/pr39034.c: New test.
962 2009-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
965 * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
967 2009-02-02 Jason Merrill <jason@redhat.com>
970 * g++.dg/parse/dtor14.C: New test.
972 2009-02-02 Jakub Jelinek <jakub@redhat.com>
974 * lib/target-supports.exp
975 (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
976 * g++.dg/ext/builtin10.C: New test.
979 * gcc.target/i386/pr39058.c: New test.
981 2009-02-02 Richard Guenther <rguenther@suse.de>
983 PR tree-optimization/38937
984 * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
986 2009-02-01 Paolo Carlini <paolo.carlini@oracle.com>
989 * g++.dg/parse/crash52.C: New.
991 2009-01-30 Richard Guenther <rguenther@suse.de>
993 PR tree-optimization/39041
994 * gcc.c-torture/compile/pr39041.c: New testcase.
996 2009-01-30 Jakub Jelinek <jakub@redhat.com>
999 * gcc.target/i386/pr39013-1.c: New test.
1000 * gcc.target/i386/pr39013-2.c: New test.
1003 * g++.dg/ext/label12.C: New test.
1005 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
1008 * g++.dg/parse/error34.C: New.
1009 * g++.dg/parse/error35.C: Likewise.
1011 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
1014 * g++.dg/cpp0x/decltype-38655.C: New.
1016 2009-01-30 Jakub Jelinek <jakub@redhat.com>
1019 * g++.dg/torture/pr39002.C: New test.
1021 2009-01-29 Kazu Hirata <kazu@codesourcery.com>
1023 PR tree-optimization/39007
1024 * gcc.dg/tree-ssa/pr39007.c: New.
1026 2009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
1029 * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
1032 2009-01-29 Steve Ellcey <sje@cup.hp.com>
1035 * gcc.c-torture/compile/pr38857.c: New test.
1037 2009-01-28 Paul Thomas <pault@gcc.gnu.org>
1041 * gfortran.dg/bound_6.f90: New test.
1043 2009-01-28 Pat Haugen <pthaugen@us.ibm.com>
1045 * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
1047 2009-01-28 Kazu Hirata <kazu@codesourcery.com>
1049 PR tree-optimization/38997
1050 * gcc.dg/tree-ssa/pr38997.c: New.
1052 2009-01-28 Richard Guenther <rguenther@suse.de>
1054 PR tree-optimization/38926
1055 * gcc.c-torture/compile/pr38926.c: New testcase.
1057 2009-01-28 Jakub Jelinek <jakub@redhat.com>
1060 * gcc.dg/pr38934.c: New test.
1062 2009-01-28 Richard Guenther <rguenther@suse.de>
1065 * g++.dg/warn/Wuninitialized-2.C: New testcase.
1067 2009-01-28 Paolo Bonzini <bonzini@gnu.org>
1069 PR tree-optimization/38984
1070 * gcc.dg/pr38984.c: New XFAILed testcase.
1073 2009-01-28 Uros Bizjak <ubizjak@gmail.com>
1076 * gcc.target/i386/pr38988.c: New test.
1078 2009-01-27 Paolo Carlini <paolo.carlini@oracle.com>
1081 * g++.dg/parse/crash51.C: New.
1082 * g++.old-deja/g++.pt/crash9.C: Adjust.
1084 2009-01-27 Daniel Kraft <d@domob.eu>
1087 * gfortran.dg/mvbits_6.f90: New test.
1088 * gfortran.dg/mvbits_7.f90: New test.
1089 * gfortran.dg/mvbits_8.f90: New test.
1091 2009-01-27 Richard Guenther <rguenther@suse.de>
1093 PR tree-optimization/38503
1094 * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
1096 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
1099 * gcc.c-torture/execute/pr38969.c: New test.
1101 2009-01-26 Adam Nemet <anemet@caviumnetworks.com>
1104 * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
1106 * gcc.target/mips/fixed-scalar-type.c: Likewise.
1107 * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
1108 * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
1110 2009-01-26 H.J. Lu <hongjiu.lu@intel.com>
1113 * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
1114 if __USING_SJLJ_EXCEPTIONS__ is defined.
1116 * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
1117 __USING_SJLJ_EXCEPTIONS__ is defined.
1118 * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
1119 * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
1120 * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
1121 * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
1122 * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
1123 * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
1125 2009-01-26 Danny Smith <dannysmith@users.sourceforge.net>
1128 * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
1129 Use instead of C name in asm statements.
1131 2009-01-26 Richard Guenther <rguenther@suse.de>
1133 PR tree-optimization/38745
1134 * g++.dg/torture/pr38745.C: New testcase.
1136 2009-01-26 Richard Guenther <rguenther@suse.de>
1139 * g++.dg/warn/Wuninitialized-1.C: New testcase.
1141 2009-01-25 Hans-Peter Nilsson <hp@axis.com>
1143 * gcc.dg/bitfld-15.c: Gate warning on target
1144 pcc_bitfield_type_matters.
1145 * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
1146 g++.dg/ext/bitfield4.C: Likewise.
1147 * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
1148 bitfield for any target.
1150 2009-01-24 Jakub Jelinek <jakub@redhat.com>
1153 * gcc.dg/pr38957.c: New test.
1155 2009-01-24 David Billinghurst <billingd@gcc.gnu.org>
1158 * gfortran.dg/array_constructor_24.f: Allow tolerance when
1161 2009-01-24 Sebastian Pop <sebastian.pop@amd.com>
1163 PR tree-optimization/38953
1164 * gfortran.dg/graphite/pr38953.f90: New.
1166 2009-01-24 Paul Brook <paul@codesourcery.com>
1168 * gcc.target/arm/neon-cond-1.c: New test.
1170 2009-01-23 Paolo Bonzini <bonzini@gnu.org>
1172 PR tree-optimization/38932
1173 * gcc.dg/pr38932.c: New.
1175 2009-01-23 Revital Eres <eres@il.ibm.com>
1177 * gcc.dg/sms-7.c: Fix test.
1179 2009-01-22 Adam Nemet <anemet@caviumnetworks.com>
1181 * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
1182 gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
1183 * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
1184 g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
1186 2009-01-22 Steve Ellcey <sje@cup.hp.com>
1188 * gcc.dg/pr35729.c: Make test x86 specific.
1190 2009-01-22 Steve Ellcey <sje@cup.hp.com>
1193 * gcc.dg/pr38615.c: New test.
1195 2009-01-22 Uros Bizjak <ubizjak@gmail.com>
1198 * gcc.target/i386/pr38931.c: New test.
1200 2009-01-22 Dodji Seketeli <dodji@redhat.com>
1203 * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
1204 * g++.dg/template/typedef12.C: Likewise.
1205 * g++.dg/template/typedef13.C: Likewise.
1206 * g++.dg/template/typedef14.C: Likewise.
1207 * g++.dg/template/sfinae3.C: Likewise.
1208 * g++.old-deja/g++.pt/typename8.C: Likewise.
1209 * g++.dg/template/access11.C: Likewise
1211 2009-01-21 Richard Sandiford <rdsandiford@googlemail.com>
1213 * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
1215 * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
1217 2009-01-21 Dodji Seketeli <dodji@redhat.com>
1220 * g++.dg/template/typedef11.C: New test.
1221 * g++.dg/template/typedef12.C: Likewise.
1222 * g++.dg/template/typedef13.C: Likewise.
1223 * g++.dg/template/typedef14.C: Likewise.
1224 * g++.dg/template/sfinae3.C: Compile this pedantically.
1225 The only errors expected should be the one saying the typedef is ill
1227 * g++.old-deja/g++.pt/typename8.C: Likewise.
1228 * g++.dg/template/access11.C: Update this.
1230 2009-01-21 Daniel Kraft <d@domob.eu>
1233 * gfortran.dg/mvbits_5.f90: New test.
1235 2009-01-21 Bingfeng Mei <bmei@broadcom.com>
1237 * gcc.dg/sms-6.c: New test.
1238 * gcc.dg/sms-7.c: Likewise.
1240 2009-01-20 Paul Thomas <pault@gcc.gnu.org>
1243 * gfortran.dg/host_assoc_function_7.f90: New test
1245 2009-01-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
1246 Richard Guenther <rguenther@suse.de>
1248 PR tree-optimization/38747
1249 PR tree-optimization/38748
1250 * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
1251 * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
1252 * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
1254 2009-01-20 Kees Cook <kees@ubuntu.com>
1255 H.J. Lu <hongjiu.lu@intel.com>
1258 * gcc.dg/pr38902.c: New.
1260 2009-01-20 Paolo Bonzini <bonzini@gnu.org>
1263 * gfortran.dg/pr38868.f: New testcase.
1265 2009-01-20 Richard Guenther <rguenther@suse.de>
1267 * gcc.c-torture/execute/pr36227.c: Move ...
1268 * gcc.dg/torture/pr36227.c: ... here. Require stdint_types.
1270 2009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
1272 * lib/gfortran.exp: Add -B options for targets that use
1273 libgfortran.a%s in their specs.
1275 2009-01-19 Jason Merrill <jason@redhat.com>
1278 * g++.dg/template/dtor5.C: New test.
1280 2009-01-19 Mikael Morin <mikael.morin@tele2.fr>
1283 * gfortran.dg/bound_5.f90: New test.
1285 2009-01-18 H.J. Lu <hongjiu.lu@intel.com>
1288 * g++.dg/compat/abi/pr38736_main.C: New.
1289 * g++.dg/compat/abi/pr38736_x.C: Likewise.
1290 * g++.dg/compat/abi/pr38736_y.C: Likewise.
1291 * g++.dg/other/macro-1.C: Likewise.
1292 * gcc.dg/macro-1.c: Likewise.
1293 * gcc.dg/compat/pr38736_main.c: Likewise.
1294 * gcc.dg/compat/pr38736_x.c: Likewise.
1295 * gcc.dg/compat/pr38736_y.c: Likewise.
1297 2009-01-18 Richard Guenther <rguenther@suse.de>
1299 PR tree-optimization/38819
1300 * gcc.c-torture/execute/pr38819.c: New testcase.
1302 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
1305 * gfortran.dg/module_commons_3.f90: Reapply.
1307 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
1310 * gfortran.dg/transfer_intrinsic_1.f90: New test.
1311 * gfortran.dg/transfer_intrinsic_2.f90: New test.
1313 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
1316 * gfortran.dg/module_commons_3.f90: Remove
1318 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
1320 * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
1322 2009-01-16 Jason Merrill <jason@redhat.com>
1325 * g++.dg/template/lvalue1.C: New test.
1328 * g++.dg/template/access20.C: New test.
1329 * g++.dg/torture/pr34641.C: Fix access.
1331 2009-01-16 Richard Guenther <rguenther@suse.de>
1333 PR tree-optimization/38835
1335 * gcc.c-torture/execute/pr36227.c: New testcase.
1336 * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
1337 * g++.dg/init/const7.C: Likewise.
1339 2009-01-16 Adam Nemet <anemet@caviumnetworks.com>
1342 * gcc.c-torture/compile/pr38554.c: New test.
1344 2009-01-16 Jason Merrill <jason@redhat.com>
1347 * g++.dg/conversion/access1.C: New test.
1349 2009-01-16 Jakub Jelinek <jakub@redhat.com>
1351 PR tree-optimization/38789
1352 * gcc.c-torture/compile/pr38789.c: New test.
1354 2009-01-16 Janus Weil <janus@gcc.gnu.org>
1357 * gfortran.dg/proc_ptr_13.f90: New.
1359 2009-01-15 Jason Merrill <jason@redhat.com>
1362 * g++.dg/template/koenig6.C: New test.
1364 2009-01-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
1367 * g++.dg/template/error37.C: New testcase.
1369 2009-01-15 Jason Merrill <jason@redhat.com>
1372 * g++.dg/conversion/memfn1.C: New test.
1375 * g++.dg/conversion/memfn2.C: New test.
1377 2009-01-15 Steve Ellcey <sje@cup.hp.com>
1380 * g++.dg/template/crash87.C: New test.
1382 2009-01-15 H.J. Lu <hongjiu.lu@intel.com>
1385 * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
1387 2009-01-15 Dodji Seketeli <dodji@redhat.com>
1390 * g++.dg/parse/crash50.C: New test.
1392 2009-01-14 Jakub Jelinek <jakub@redhat.com>
1394 PR rtl-optimization/38245
1395 * gcc.dg/pr38245-3.c: New test.
1396 * gcc.dg/pr38245-3.h: New file.
1397 * gcc.dg/pr38245-4.c: New file.
1398 * gcc.dg/pr38364.c: New test.
1400 2009-01-14 Adam Nemet <anemet@caviumnetworks.com>
1402 * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
1403 sequence PC-relative.
1405 2009-01-14 Mark Mitchell <mark@codesourcery.com>
1407 * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
1408 calls and/or PLT markers.
1409 * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
1410 calls and/or PLT markers.
1411 * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
1412 calls and/or PLT markers.
1413 * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
1414 calls and/or PLT markers.
1416 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1417 Nathan Froyd <froydnj@codesourcery.com>
1418 Joseph Myers <joseph@codesourcery.com>
1420 * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
1422 * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
1423 and use consistent CFLAGS.
1424 * gcc.target/powerpc/20030505.c: Likewise.
1425 * gcc.target/powerpc/20081204-1.c: Likewise.
1426 * gcc.target/powerpc/ppc-spe.c: Likewise.
1427 * gcc.target/powerpc/spe1.c: Likewise.
1428 * g++.dg/ext/spe1.C: Likewise.
1429 * g++.dg/other/opaque-1.C: Likewise.
1430 * g++.dg/other/opaque-2.C: Likewise.
1431 * g++.dg/other/opaque-3.C: Likewise.
1433 2009-01-14 Mark Mitchell <mark@codesourcery.com>
1435 * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
1438 2009-01-14 Vladimir Makarov <vmakarov@redhat.com>
1441 * g++.dg/torture/pr38811.C: New file.
1443 2009-01-14 Richard Guenther <rguenther@suse.de>
1445 PR tree-optimization/38826
1447 * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
1449 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
1451 * gcc.dg/graphite/pr38786.c: Fix commit problem.
1453 2009-01-14 Nick Clifton <nickc@redhat.com>
1456 * g++.cp/parse/pr37862.C: New test.
1458 2009-01-14 Julian Brown <julian@codesourcery.com>
1460 * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
1461 (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
1463 (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
1466 2009-01-13 Jakub Jelinek <jakub@redhat.com>
1468 PR rtl-optimization/38774
1469 * gcc.dg/torture/pr38774.c: New test.
1472 * g++.dg/cpp0x/pr38795.C: New test.
1474 2009-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1475 Nathan Froyd <froydnj@codesourcery.com>
1476 Joseph Myers <joseph@codesourcery.com>
1478 * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
1479 otherwise. Do not check for AltiVec at runtime.
1480 * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
1481 * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
1482 * gcc.target/powerpc/altivec-1.c: Likewise.
1483 * gcc.target/powerpc/altivec-3.c: Likewise.
1484 * gcc.target/powerpc/altivec-10.c: Likewise.
1485 * gcc.target/powerpc/altivec-12.c: Likewise.
1486 * gcc.target/powerpc/altivec-24.c: Likewise.
1487 * gcc.target/powerpc/altivec-cell-2.c: Likewise.
1488 * gcc.target/powerpc/altivec-cell-3.c: Likewise.
1489 * gcc.target/powerpc/altivec-cell-4.c: Likewise.
1490 * gcc.target/powerpc/pr35907.c: Likewise.
1491 * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
1492 otherwise. Do not check for Cell at runtime.
1493 * gcc.target/powerpc/altivec_check.h: Delete.
1495 * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
1496 * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise. Do
1497 not check for AltiVec at runtime.
1498 * g++.dg/ext/altivec-cell-2.C: Likewise.
1499 * g++.dg/ext/altivec-cell-3.C: Likewise.
1500 * g++.dg/ext/altivec-cell-4.C: Likewise.
1501 * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
1502 * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
1504 * g++.dg/ext/altivec_check.h: Delete.
1506 2009-01-13 Nathan Froyd <froydnj@codesourcery.com>
1508 * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
1509 effective target. Adjust line numbers accordingly.
1511 2009-01-13 Mark Mitchell <mark@codesourcery.com>
1513 * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
1515 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
1517 PR tree-optimization/38786
1518 * gcc.dg/graphite/pr38786.c: New.
1520 2009-01-13 Uros Bizjak <ubizjak@gmail.com>
1523 2009-01-05 Uros Bizjak <ubizjak@gmail.com>
1525 * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1526 for alpha*-*-* targets.
1527 * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1529 2009-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1532 * gfortran.dg/fmt_bz_bn_err.f: New test.
1534 2009-01-12 Nathan Froyd <froydnj@codesourcery.com>
1536 * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
1538 2009-01-12 Daniel Jacobowitz <dan@codesourcery.com>
1540 * lib/target-supports.exp (check_effective_target_powerpc64): New.
1541 * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
1542 instruction support. Do not check for it at runtime.
1544 2009-01-12 Jason Merrill <jason@redhat.com>
1547 * g++.dg/lookup/friend11.C: Remove expected error.
1548 * g++.dg/lookup/friend14.C: New test.
1549 * g++.dg/lookup/friend15.C: New test.
1551 2009-01-12 Dodji Seketeli <dodji@redhat.com>
1554 * g++.dg/lookup/hidden-class12.C: New test.
1555 * g++.dg/lookup/hidden-class13.C: New test.
1556 * g++.dg/lookup/hidden-class14.C: New test.
1557 * g++.dg/lookup/hidden-class15.C: New test.
1558 * g++.dg/lookup/hidden-class16.C: New test.
1560 2009-01-12 Mark Mitchell <mark@codesourcery.com>
1562 * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
1563 * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
1564 * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
1566 2009-01-12 Jason Merrill <jason@redhat.com>
1569 * g++.dg/other/vararg-3.C: New test.
1571 2009-01-12 Daniel Jacobowitz <dan@codesourcery.com>
1573 * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
1574 Explicitly enable SPE.
1575 * gcc.target/powerpc/20030505.c: Likewise. Add dg-message
1578 * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
1579 Expect -flax-vector-conversions message. Adjust incompatible
1581 * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
1584 * gcc.dg/cpp/assert4.c: Recognize __PPC__.
1586 * g++.dg/other/opaque-1.C: Run on targets with SPE.
1588 * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
1589 * g++.dg/other/opaque-2.C: Likewise.
1590 * g++.dg/other/opaque-3.C: Likewise.
1592 2009-01-12 Jakub Jelinek <jakub@redhat.com>
1595 * gcc.dg/pr32041.c: New test.
1596 * g++.dg/parse/offsetof9.C: New test.
1598 2009-01-12 Daniel Jacobowitz <dan@codesourcery.com>
1599 Nathan Froyd <froydnj@codesourcery.com>
1601 * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
1602 * g++.dg/ext/attribute-test-1.C: Likewise.
1603 * g++.dg/ext/attribute-test-2.C: Likewise.
1604 * g++.dg/ext/attribute-test-3.C: Likewise.
1605 * g++.dg/ext/attribute-test-4.C: Likewise.
1607 2009-01-12 Eric Botcazou <ebotcazou@adacore.com>
1609 * gnat.dg/unchecked_convert3.adb: New test.
1611 2009-01-12 Jakub Jelinek <jakub@redhat.com>
1614 * g++.dg/parse/typedef9.C: New test.
1616 PR tree-optimization/38807
1617 * gcc.c-torture/compile/pr38807.c: New test.
1619 2009-01-11 Adam Nemet <anemet@caviumnetworks.com>
1621 * gcc.target/mips/ins-2.c: New test.
1623 2009-01-11 H.J. Lu <hongjiu.lu@intel.com>
1626 * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
1628 2009-01-11 Jakub Jelinek <jakub@redhat.com>
1631 * g++.dg/warn/Wreturn-type-5.C: New test.
1633 2009-01-11 Matthias Klose <doko@ubuntu.com>
1636 * gcc.dg/pr38616.c: New test.
1638 2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
1640 * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
1642 2009-01-10 Andrew Pinski <pinskia@gmail.com>
1645 * g++.dg/expr/string-1.C: New test.
1646 * g++.dg/expr/string-2.C: New test.
1649 * g++.dg/ext/complex4.C: New test.
1650 * g++.dg/ext/complex5.C: New test.
1651 * g++.dg/init/reference1.C: New test.
1652 * g++.dg/init/reference2.C: New test.
1653 * g++.dg/init/reference3.C: New test.
1655 2009-01-10 Paul Thomas <pault@gcc.gnu.org>
1658 * gfortran.dg/transfer_null_1.f90: New test.
1660 2009-01-10 Paul Thomas <pault@gcc.gnu.org>
1663 * gfortran.dg/host_assoc_function_6.f90: New test.
1665 2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
1667 * lib/target-supports.exp: Add method to determine if the effective
1668 target is really a ppc405 after applying all compile options.
1669 * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
1670 * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
1671 * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
1672 * gcc.target/powerpc/405-machhwu-1.c: Likewise.
1673 * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
1674 * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
1675 * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
1676 * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
1677 * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
1678 * gcc.target/powerpc/405-machhwu-2.c: Likewise.
1679 * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
1680 * gcc.target/powerpc/405-machhw-1.c: Likewise.
1681 * gcc.target/powerpc/405-mullhw-1.c: Likewise.
1682 * gcc.target/powerpc/405-maclhw-1.c: Likewise.
1683 * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
1684 * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
1685 * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
1686 * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
1687 * gcc.target/powerpc/405-mulchw-1.c: Likewise.
1688 * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
1689 * gcc.target/powerpc/405-macchw-1.c: Likewise.
1690 * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
1691 * gcc.target/powerpc/405-machhw-2.c: Likewise.
1692 * gcc.target/powerpc/405-mullhw-2.c: Likewise.
1693 * gcc.target/powerpc/405-maclhw-2.c: Likewise.
1694 * gcc.target/powerpc/405-macchwu-1.c: Likewise.
1695 * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
1696 * gcc.target/powerpc/405-mulchw-2.c: Likewise.
1697 * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
1698 * gcc.target/powerpc/405-macchw-2.c: Likewise.
1699 * gcc.target/powerpc/405-macchwu-2.c: Likewise.
1701 2009-01-09 Jakub Jelinek <jakub@redhat.com>
1704 * g++.dg/other/error31.C: New testcase.
1707 * gcc.dg/pr35742.c: New test.
1709 2009-01-09 John F. Carr <jfc@mit.edu>
1712 * g++.dg/parse/linkage3.C: New test.
1714 2009-01-09 Jakub Jelinek <jakub@redhat.com>
1717 * gcc.c-torture/compile/pr38771.c: New test.
1719 2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
1721 * gcc.dg/pr34856.c: Ignore irrelevant warning.
1723 2009-01-08 Mark Mitchell <mark@codesourcery.com>
1725 * gcc.dg/sibcall-3.c: XFAIL for Thumb.
1726 * gcc.dg/sibcall-4.c: Likewise.
1728 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
1729 Jan Sjodin <jan.sjodin@amd.com>
1731 PR tree-optimization/38559
1732 * testsuite/gcc.dg/graphite/pr38559.c: New.
1734 2009-01-08 Ira Rosen <irar@il.ibm.com>
1736 PR tree-optimization/37194
1737 * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
1739 2009-01-07 Jakub Jelinek <jakub@redhat.com>
1742 * g++.dg/ext/label11.C: New test.
1744 2009-01-07 Joseph Myers <joseph@codesourcery.com>
1746 * lib/target-supports.exp (check_weak_override_available): New.
1747 * lib/target-supports-dg.exp (dg-require-weak-override): New.
1748 * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
1749 dg-require-weak-override.
1751 2009-01-07 Nathan Froyd <froydnj@codesourcery.com>
1752 Alan Modra <amodra@bigpond.net.au>
1754 * gcc.c-torture/compile/20090107-1.c: New test.
1756 2009-01-07 Uros Bizjak <ubizjak@gmail.com>
1759 * g++.dg/other/pr38706.C: New test.
1761 2009-01-07 Jason Merrill <jason@redhat.com>
1763 * g++.dg/cpp0x/variadic92.C: New test.
1764 * g++.dg/cpp0x/variadic93.C: New test.
1766 2009-01-07 Janis Johnson <janis187@us.ibm.com>
1768 * lib/target-supports-dg.exp (current_compiler_flags): New.
1769 (check-flags): Use it; do not access dg-test local variables.
1770 (dg-skip-if): Do not access dg-test local variables.
1771 (dg-xfail-run-if): Ditto.
1772 (dg-shouldfail): Ditto.
1773 * gcc.test-framework/test-framework.exp
1774 (check_effective_target_def_nocache): New.
1775 * gcc.test-framework/test-framework.awk: Handle scan tests.
1776 * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
1777 * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
1778 * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
1779 * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
1780 * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
1781 * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
1782 * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
1783 * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
1784 * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
1786 * g++.dg/torture/pr38586.C: Ignore a possible warning.
1788 * lib/target-supports-dg.exp (check_test_flags): Delete.
1790 2009-01-07 Jan Sjodin <jan.sjodin@amd.com>
1792 PR tree-optimization/38492
1793 PR tree-optimization/38498
1794 * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
1796 * testsuite/gcc.dg/graphite/block-0.c: Update test.
1797 * testsuite/gcc.dg/graphite/block-1.c: Same.
1798 * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
1800 * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
1801 * testsuite/gcc.dg/graphite/block-3.c: New.
1802 * testsuite/gcc.dg/graphite/pr38498.c: New.
1804 2009-01-07 H.J. Lu <hongjiu.lu@intel.com>
1806 AVX Programming Reference (December, 2008)
1807 * gcc.target/i386/avx-vmovntdq-256-1.c: New.
1808 * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
1809 * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
1811 * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
1812 * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
1814 2009-01-06 Thomas Koenig <tkoenig@gcc.gnu.org>
1817 * gfortran.dg/c_loc_pure_1.f90: New test.
1819 2009-01-06 Mikael Morin <mikael.morin@tele2.fr>
1822 * gfortran.dg/elemental_dependency_3.f90:
1823 Add the final tree dump cleanup.
1825 2009-01-06 Jakub Jelinek <jakub@redhat.com>
1827 * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
1830 PR rtl-optimization/38722
1831 * gfortran.dg/pr38722.f90: New test.
1833 2009-01-06 Janis Johnson <janis187@us.ibm.com>
1836 * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
1837 instead of DECnn_DEN. Support -DDBG to list lines that fail.
1839 2009-01-06 Dominique Dhumieres <dominiq@lps.ens.fr>
1841 * gfortran.dg/implicit_12.f90: Add space around dg directive.
1842 * gfortran.dg/typebound_call_8.f03: Same.
1843 * gfortran.dg/elemental_bind_c.f90: Same.
1844 * gfortran.dg/typebound_call_7.f03: Same.
1845 * gfortran.dg/interface_proc_end.f90: Same
1846 * gfortran.dg/pr37243.f: Fix typo.
1848 2009-01-06 Uros Bizjak <ubizjak@gmail.com>
1850 * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define. Use CHUNK_SIZE
1851 instead of hardcoded number. Increase CHUNK_SIZE to 16384 for
1854 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
1856 AVX Programming Reference (December, 2008)
1857 * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
1858 _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
1859 * gcc.target/i386/sse-14.c: Likewise.
1861 * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
1862 * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
1863 * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
1864 * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
1866 2009-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1869 * gfortran.dg/fmt_bz_bn.f: Update test.
1871 2009-01-05 Dodji Seketeli <dodji@redhat.com>
1874 * g++.dg/conversion/usual-arith-conv.C: New test.
1876 2009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
1879 * gcc.dg/vector-3.c: New testcase.
1880 * g++.dg/ext/vector15.C: New test.
1882 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
1884 PR tree-optimization/38510
1885 * gcc.dg/graphite/pr38510.c: New.
1887 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
1888 Jan Sjodin <jan.sjodin@amd.com>
1890 PR tree-optimization/38500
1891 * gcc.dg/graphite/pr38500.c: New.
1893 2009-01-05 Laurent GUERBY <laurent@guerby.net>
1895 * gcc.c-torture/compile/20001226-1.c: Generalize
1897 * gcc.c-torture/compile/limits-fnargs.c: Add
1899 * gcc.dg/20020425-1.c: Likewise.
1900 * gcc.dg/pch/pch.exp: Likewise.
1902 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
1905 * gfortran.dg/module_commons_3.f90: New test.
1907 2009-01-05 Daniel Franke <franke.daniel@gmail.com>
1910 * gfortran.dg/random_seed_1.f90: Updated.
1912 2009-01-05 Mikael Morin <mikael.morin@tele2.fr>
1916 * gfortran.dg/elemental_subroutine_7.f90:
1917 Fix p values so that it can be used as vector subscript.
1919 2009-01-05 Jason Merrill <jason@redhat.com>
1921 * g++.dg/cpp0x/initlist12.C: Add another test.
1923 * g++.dg/cpp0x/defaulted7.C: New test.
1925 2009-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1928 * gfortran.dg/host_assoc_blockdata_1.f90: New test.
1929 * gfortran.dg/host_assoc_blockdata_2.f90: New test.
1931 2009-01-05 Uros Bizjak <ubizjak@gmail.com>
1933 * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
1934 for alpha*-*-* targets.
1935 * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
1937 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
1940 * gfortran.dg/host_assoc_function_5.f90: New test.
1942 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
1945 * gfortran.dg/elemental_dependency_3.f90: New test.
1946 * gfortran.dg/elemental_subroutine_7.f90: New test.
1948 2009-01-04 Uros Bizjak <ubizjak@gmail.com>
1950 * gcc.dg/struct-ret-3.c: Include unistd.h.
1951 (main): Exit early if system memory page size is
1952 larger than 4096 bytes.
1954 2009-01-04 Daniel Franke <franke.daniel@gmail.com>
1957 * gfortran.dg/merge_init_expr.f90: New.
1959 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
1962 * gfortran.dg/c_loc_tests_13.f90: New test.
1963 * gfortran.dg/c_loc_tests_14.f90: New test.
1965 2009-01-03 Daniel Franke <franke.daniel@gmail.com>
1967 * gfortran.dg/func_result_4.f90: New.
1969 2009-01-03 Paul Thomas <pault@gcc.gnu.org>
1972 * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
1973 interface still works, in addition to original tests.
1974 * gfortran.dg/host_assoc_call_6.f90: New test.
1976 2009-01-03 Jakub Jelinek <jakub@redhat.com>
1979 * g++.dg/torture/pr38705.C: New test.
1982 * gcc.dg/pr38700.c: New test.
1984 2009-01-02 Jason Merrill <jason@redhat.com>
1986 * g++.dg/cpp0x/initlist11.C: New test.
1987 * g++.dg/cpp0x/initlist12.C: New test.
1989 2009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
1991 * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
1992 Allow extra informative notes.
1994 2009-01-01 Jakub Jelinek <jakub@redhat.com>
1997 * gcc.dg/pr36489.c: New test.