X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=9b7ec4fedfdf0ef63ebc9d2cb9bfdc4652f34979;hb=1c859206f532eebcb50770c6276e355e1ea3b946;hp=84ee84ca0a9324f2557696506992966a6c282b9a;hpb=7dff348fe85475866857eb3ea06914fbba3e98f3;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 84ee84ca0a9..9b7ec4fedfd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,8 +1,636 @@ +2008-07-02 H.J. Lu + + * g++.dg/abi/mangle24.C: Remove -mmmx. + * gcc.dg/const-float80-ped.c: Likewise. + * gcc.dg/const-float80.c: Likewise. + * gcc.dg/torture/fp-int-convert-float80.c: Likewise. + + * g++.dg/abi/mangle25.C: Enable x86. + * gcc.dg/const-float128-ped.c: Likewise. + * gcc.dg/const-float128.c: Likewise. + * gcc.dg/torture/fp-int-convert-float128.c: Likewise. + * gcc.target/i386/pr32191.c: Likewise. + * gcc.target/i386/pr32268.c: Likewise. + +2008-07-02 Ulrich Weigand + + PR target/36698 + * gcc.c-torture/compile/20001226-1.c: XFAIL -O0 case on SPU. + + * gcc.dg/pr27095.c: Provide target-specific regexp for SPU. + +2008-07-02 Ulrich Weigand + + * lib/compat.exp (compat-execute): Add -ffunction-sections + and -Wl,--auto-overlay when building for spu-*-elf*. + +2008-07-02 Ulrich Weigand + + * gcc.dg/nrv3.c (S): Increase size of padding for SPU. + * g++.dg/opt/temp1.C (struct T): Likewise. + +2008-07-02 Ulrich Weigand + + * gcc.c-torture/execute/20030222-1.x: New file. + * gcc.dg/tree-ssa/ssa-fre-3.c: Disable test on SPU. + * gcc.dg/lower-subreg-1.c: Likewise. + +2008-07-02 Ulrich Weigand + + SPU single-precision FP does not support subnormals: + * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: New file. + + SPU single-precision FP does not support Inf or Nan: + * gcc.c-torture/execute/ieee/inf-1.c: Disable "float" Inf test on SPU. + * gcc.c-torture/execute/ieee/compare-fp-1.x: New file. + * gcc.c-torture/execute/ieee/compare-fp-4.x: Disable test on SPU. + * gcc.c-torture/execute/ieee/fp-cmp-2.x: Disable test on SPU. + * gcc.c-torture/execute/ieee/fp-cmp-4f.x: New file. + * gcc.c-torture/execute/ieee/fp-cmp-8f.x: New file. + * gcc.dg/pr15784-3.c: Disable test on SPU. + * gcc.dg/pr28796-2.c: Likewise. + * gcc.dg/float-range-1.c: Likewise. + * gcc.dg/float-range-3.c: Likewise. + * gcc.dg/float-range-4.c: Likewise. + * gcc.dg/float-range-5.c: Likewise. + * gcc.dg/fold-overflow-1.c: Likewise. + * gcc.dg/builtins-1.c: SPU does not support __builtin_inff. + * gcc.dg/builtin-inf-1.c: SPU does not support __builtin_inff. + Check for error instead of warning "does not support infinity". + * gcc.dg/builtins-43.c: Disable "float" Inf/Nan tests on SPU. + * gcc.dg/builtins-44.c: Likewise. + * gcc.dg/builtins-45.c: Likewise. + * gcc.dg/torture/builtin-math-2.c: Likewise. + * gcc.dg/torture/builtin-logb-1.c: Likewise. + * gcc.dg/torture/builtin-modf-1.c: Likewise. + * gcc.dg/torture/builtin-ldexp-1.c: Likewise. + * gcc.dg/torture/builtin-frexp-1.c: Likewise. + * gcc.dg/torture/type-generic-1.c: Disable test on SPU. + * g++.dg/torture/type-generic-1.C: Likewise. + + SPU single-precision FP always rounds towards zero: + * gcc.c-torture/execute/ieee/920518-1.x: New file. + * gcc.c-torture/execute/ieee/20010114-2.x: New file. + * gcc.c-torture/execute/ieee/20030331-1.x: New file. + * gcc.dg/torture/fp-int-convert-float.c: Disable test on SPU. + * gcc.dg/torture/fp-int-convert-timode.c: Disable "float" test on SPU. + +2008-07-02 Thomas Koenig + + PR fortran/36590 + PR fortran/36681 + * gfortran.dg/count_mask_1.f90: New test. + +2008-07-02 Ira Rosen + + * gcc.dg/vect/costmodel/spu/costmodel-vect-iv-9.c: Add noinline + attribute to main1(). + * gcc.dg/vect/costmodel/spu/costmodel-vect-33.c: Increase the loop + bound in order to make it worth to vectorize the loop. + * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Likewise. + +2008-07-01 Jerry DeLisle + + PR fortran/36676 + * gfortran.dg/namelist_51.f90: New test. + +2008-07-01 Joseph Myers + + * lib/target-supports.exp (check_effective_target_vect_int, + check_effective_target_vect_shift, + check_effective_target_vect_long, + check_effective_target_vect_float, + check_effective_target_vect_no_align, + check_effective_target_vect_int_mult): Check for ARM. + (check_effective_target_arm_neon): New. + (check_effective_target_vect_cmdline_needed): Use it. + +2008-07-01 Daniel Jacobowitz + + * g++.dg/other/opaque-1.C, g++.dg/other/opaque-2.C, + g++.dg/other/opaque-3.C: Also run on powerpc*-*-linux*spe*. + +2008-07-01 Uros Bizjak + + * gcc.target/i386/quad-sse.c: New test. + +2008-07-01 Richard Guenther + + PR tree-optimization/36666 + * gcc.c-torture/compile/pr36666.c: New testcase. + +2008-07-01 Eric Botcazou + + * gnat.dg/pack10.adb: New test. + +2008-06-30 Andy Hutchinson + + PR target/36598 + * gcc.dg/memcpy-1.c: Mark test XFAIL for avr target. + +2008-06-30 Uros Bizjak + + * gcc.target/i386/movti.c: New test. + +2008-06-30 Jakub Jelinek + + PR c++/36662 + * g++.dg/ext/altivec-16.C: New test. + +2008-06-30 Ira Rosen + + PR tree-optimization/36648 + * g++.dg/vect/pr36648.cc: New testcase. + +2008-06-29 Paolo Carlini + + PR c++/36655 + * g++.dg/cpp0x/extern_template-2.C: New. + * g++.dg/cpp0x/extern_template.C: Rename to... + * g++.dg/cpp0x/extern_template-1.C: ... this. + +2008-06-29 Thomas Koenig + + PR fortran/36341 + * gfortran.dg/matmul_bounds_1.f90: New test. + +2008-06-29 Jakub Jelinek + + PR testsuite/36620 + * gcc.dg/pr36504.c: Add -w to dg-options. + +2008-06-29 Ira Rosen + + * gcc.dg/vect/pr36493.c: Require vect_long. + +2008-06-28 Jerry DeLisle + + * gfortran.dg/namelist_50.f90: New test. + +2008-06-28 Joseph Myers + + * gcc.c-torture/compile/20080628-1.c: New test. + +2008-06-28 Richard Guenther + + * gcc.c-torture/execute/pta-field-1.c: Add return 0. + * gcc.c-torture/execute/pta-field-2.c: Likewise. + +2008-06-28 Richard Guenther + + * gcc.dg/tree-ssa/pr24287.c: Remove XFAIL. + +2008-06-27 Mark Mitchell + + * g++.dg/abi/arm_cxa_vec2.C: New test. + +2008-06-28 Jakub Jelinek + + PR c++/36364 + * g++.dg/template/repo9.C: New test. + +2008-06-27 Paolo Carlini + + PR c++/36655 + * g++.dg/cpp0x/extern_template.C: New. + +2008-06-27 Jakub Jelinek + + * gcc.dg/gomp/pr27388-3.c: Adjust dg-final. + +2008-06-27 Richard Guenther + + PR tree-optimization/36400 + PR tree-optimization/36373 + PR tree-optimization/36344 + * gcc.dg/torture/pr36373-1.c: New testcase. + * gcc.dg/torture/pr36373-2.c: Likewise. + * gcc.dg/torture/pr36373-3.c: Likewise. + * gcc.dg/torture/pr36373-4.c: Likewise. + * gcc.dg/torture/pr36373-5.c: Likewise. + * gcc.dg/torture/pr36373-6.c: Likewise. + * gcc.dg/torture/pr36373-7.c: Likewise. + * gcc.dg/torture/pr36373-8.c: Likewise. + * gcc.dg/torture/pr36373-9.c: Likewise. + * gcc.dg/torture/pr36373-10.c: Likewise. + * gcc.dg/torture/pr36400.c: Likewise. + * gcc.c-torture/execute/pta-field-1.c: Likewise. + * gcc.c-torture/execute/pta-field-2.c: Likewise. + * gcc.dg/tree-ssa/loadpre8.c: Remove XFAIL. + * gcc.dg/tree-ssa/pr24287.c: XFAIL. + +2008-06-27 Eric Botcazou + + * gnat.dg/aggr9.ad[sb]: New test. + * gnat.dg/aggr9_pkg.ads: New helper. + +2008-06-27 Olivier Hainque + + * gnat.dg/aligned_vla.adb: New test. + +2008-06-26 Joseph Myers + + * gcc.dg/inline-32.c, gcc.dg/inline-32a.c: New tests. + +2008-06-26 Ira Rosen + + * lib/target-supports.exp + (check_effective_target_vect_cmdline_needed): Add SPU to the list + of targets that do not need command line argument to enable SIMD. + +2008-06-26 Ira Rosen + + * gcc.dg/vect/vect.exp: Run tests with -funroll-loops for SPU in case + of -O3. + +2008-06-26 Ira Rosen + + PR target/36510 + * gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c: Change the loop + bound. + * gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c, + gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c: Likewise. + +2008-06-25 Paul Thomas + + PR fortran/36526 + * gfortran.dg/proc_formal_proc_2.f90: New test. + +2008-06-25 Richard Guenther + + * gcc.c-torture/compile/20080625-1.c: New testcase. + +2008-06-25 Richard Guenther + + * g++.dg/torture/20080625-1.C: New testcase. + +2008-06-24 Paul Thomas + + PR fortran/36371 + * gfortran.dg/data_array_5.f90: New test. + +2008-06-24 Eric Botcazou + + * gnat.dg/warn5.adb: New test. + +2008-06-24 Jakub Jelinek + + PR tree-optimization/36504 + * gcc.dg/pr36504.c: New test. + +2008-06-23 Uros Bizjak + + PR middle-end/36584 + * gcc.dg/pr36584.c: New test. + * gcc.target/i386/local2.c: Remove invalid test. + +2008-06-23 Jakub Jelinek + + PR target/36533 + * gcc.target/i386/pr36533.c: New test. + + PR tree-optimization/36508 + * gcc.dg/pr36508.c: New test. + +2008-06-20 Joseph Myers + + * gcc.dg/inline-31.c: New test. + +2008-06-19 Jerry DeLisle + + * gfortran.dg/fmt_l.f90: Fix end of line test pattern. + +2008-06-19 Andy Hutchinson + + * lib/target-supports.exp + (check_effective_target_keeps_null_pointer_checks) : New function. + * gcc.dg/tree-ssa/20030730-1.c: Use keeps_null_pointer_checks to + determine correct test response. + * gcc.dg/tree-ssa/20030730-2.c: Ditto. + * gcc.dg/tree-ssa/pr20701.c: Ditto. + * gcc.dg/tree-ssa/pr20702.c: Ditto. + * gcc.dg/tree-ssa/pr21086.c: Ditto. + * gcc.dg/tree-ssa/vrp02.c:: Ditto. + * gcc.dg/tree-ssa/vrp07.c:: Ditto. + * gcc.dg/tree-ssa/vrp08.c:: Ditto. + +2008-06-19 Andy Hutchinson + + * gcc.dg/pragma-pack-4.c: Skip for AVR target. + +2008-06-18 Andy Hutchinson + + * gcc.dg/builtin-apply2.c: Mark skip for avr target. + +2008-06-18 Andy Hutchinson + + PR c/36571 + * gcc.dg/builtin-return-1.c: Mark as xfail on AVR. + +2008-06-18 Andy Hutchinson + + * gcc.dg/tree-ssa/loop-35.c: xfail avr target. Add new avr specific + tests. + +2008-06-18 Andy Hutchinson + + * gcc.dg/tree-ssa/forwprop-6.c: Use long or int to match size of + float. Otherwise error. + * gcc.dg/tree-ssa/ssa-fre-7.c: Ditto. + * gcc.dg/tree-ssa/ssa-fre-8.c: Ditto. + +2008-06-18 Andy Hutchinson + + * gcc.c-torture/execute/20020619-1.c: Correct for targets + without 32 bit int. + +2008-06-18 Andy Hutchinson + + * gcc.c-torture/execute/ieee/20000320-1.x: Skip for AVR target. + * gcc.c-torture/execute/ieee/rbug.x: Ditto. + * gcc.c-torture/execute/ieee/pr30704.x: Add new file. Skip for AVR + target. + * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.x: Ditto. + +2008-06-18 Andy Hutchinson + + PR testsuite/36284 + * gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Require + int32plus for generated main files. + +2008-06-18 Andy Hutchinson + + PR c/36460 + * gcc.dg/utf32-1.c: Mark xfail for AVR target. + * gcc.dg/utf32-2.c: Ditto. + * gcc.dg/utf32-3.c: Ditto. + +2008-06-18 Andy Hutchinson + + * gcc.c-torture/compile/limits-fndefn.c: Skip for AVR. + * gcc.dg/builtins-config.h: Use standard independent __AVR__ symbol. + * gcc.dg/cdce1.c: Skip for AVR. + * gcc.dg/cdce2.c: Ditto. + * gcc.dg/fold-bitand-1.c: Ignore warnings such as alignment. + * gcc.dg/fold-eqandshift-3.c: Use long on AVR. + * gcc.dg/fold-overflow-1.c: Skip for AVR. + * gcc.dg/multiple-overflow-warn-3.c: Use target independent macro + for ms bit position. + * gcc.dg/pch/struct-1.c: Allow for target without 32 bit int. + * gcc.dg/tree-ssa/pr33920.c: Add warning check for AVR. + * gcc.dg/ucnid-5.c: Skip for AVR. + * gcc.dg/Wconversion-5.c: Mark warning xfail for AVR target. + * gcc.dg/Wconversion-real-integer.c: Skip for AVR. + * gcc.dg/Wconversion-real.c: Ditto. + * gcc.dg/wtr-conversion-1.c: Add warning test for AVR. + * gcc.dg/utf-cvt.c: Skip tests and mark excess xfail for AVR. + * gcc.dg/Wtype-limits-Wextra.c: Ditto. + * gcc.dg/Wtype-limits.c: Ditto. + +2008-06-18 Joseph Myers + + * gcc.dg/dfp/convert-bfp-6.c, gcc.dg/dfp/convert-bfp-9.c: XFAIL + for lax_strtofp. + +2008-06-18 Joseph Myers + + * lib/target-supports.exp + (check_effective_target_powerpc_hard_double): New. + * gcc.dg/tree-ssa/loop-19.c: Use powerpc_hard_double instead of + powerpc*-*-*. + +2008-06-16 Jan Hubicka + + * gcc.dg/weak/weak-2.c: We no longer complain about incompatibilty. + * gcc.dg/weak/weak-3.c: We no longer complain about incompatibilty. + * gcc.dg/weak/weak-4.c: We no longer complain about incompatibilty. + * gcc.dg/weak/weak-5.c: We no longer complain about incompatibilty. + * gcc.dg/weak/weak-6.c: Fix thinko in previous change. + * gcc.dg/weak/weak-7.c: Likewise. + +2008-06-16 Jan Hubicka + + * gcc.dg/asm-wide-1.c: Do not require extra errors we output + confused by earlier errors. + * gcc.target/i386/sseregparm-2.c: Remove markers for errors not + output at parsing time. + * gcc.target/i386/sseregparm-8.c: Move here compile time errors + from gcc.target/i386/sseregparm-2.c. + * gcc.dg/weak/weak-6.c: Do not require extra errors we output + confused by earlier errors. + * gcc.dg/weak/weak-7.c: Likewise. + +2008-06-18 Daniel Kraft + + PR fortran/36517, fortran/36492 + * gfortran.dg/array_constructor_25.f03: New test. + * gfortran.dg/array_constructor_26.f03: New test. + * gfortran.dg/array_constructor_27.f03: New test. + * gfortran.dg/array_constructor_28.f03: New test. + * gfortran.dg/array_constructor_29.f03: New test. + * gfortran.dg/array_constructor_30.f03: New test. + * gfortran.dg/array_constructor_type_19.f03: New test. + * gfortran.dg/array_constructor_type_20.f03: New test. + * gfortran.dg/array_constructor_type_21.f03: New test. + +2008-06-17 Daniel Kraft + + PR fortran/36112 + * gfortran.dg/bounds_check_array_ctor_1.f90: New test. + * gfortran.dg/bounds_check_array_ctor_2.f90: New test. + * gfortran.dg/bounds_check_array_ctor_3.f90: New test. + * gfortran.dg/bounds_check_array_ctor_4.f90: New test. + * gfortran.dg/bounds_check_array_ctor_5.f90: New test. + * gfortran.dg/bounds_check_array_ctor_6.f90: New test. + * gfortran.dg/bounds_check_array_ctor_7.f90: New test. + * gfortran.dg/bounds_check_array_ctor_8.f90: New test. + * gfortran.dg/arrayio_0.f90: Fixed invalid array constructor. + * gfortran.dg/char_cons_len.f90: Ditto. + * gfortran.dg/char_initializer_actual.f90: Ditto. + * gfortran.dg/pr15959.f90: Ditto. + * gfortran.dg/transfer_simplify_2.f90: Ditto. + * gfortran.dg/char_length_1.f90: Changed expected error messages. + +2008-06-17 Paul Thomas + + PR fortran/36366 + * gfortran.dg/used_types_20.f90: New test. + +2008-06-16 Jerry DeLisle + + PR fortran/36546 + * gfortran.dg: namelist_49.f90: New test. + +2008-06-16 Jerry DeLisle + + PR fortran/36544 + * gfortran.dg/fseek.f90: Adjust test conditions for variable newline. + +2008-06-16 Ira Rosen + + PR tree-optimization/36493 + * gcc.dg/vect/pr36493.c: New testcase. + +2008-06-15 Jerry DeLisle + + PR fortran/36515 + * gfortran.dg/no_range_check_2.f90: New test. + +2008-06-15 Mark Shinwell + + * lib/target-supports.exp (check_effective_target_mips_loongson): New. + * gcc.target/mips/loongson-simd.c: New. + +2008-06-14 Simon Martin + + PR c++/35320 + * g++.dg/parse/bitfield3.C: New test. + +2008-06-14 Jerry DeLisle + + PR fortran/36538 + * gfortran.dg: namelist_48.f90: New test. + +2008-06-14 Simon Martin + + PR c++/35317 + * g++.dg/other/dtor2.C: New test. + +2008-06-13 Olivier Hainque + + * gnat.dg/task_stack_align.adb: New test. + +2008-06-13 Jerry DeLisle + + PR fortran/35863 + * gfortran.dg/widechar_IO_1.f90: New test. + * gfortran.dg/widechar_IO_2.f90: New test. + * gfortran.dg/widechar_IO_3.f90: New test. + * gfortran.dg/widechar_IO_4.f90: New test. + +2008-06-13 Tobias Burnus + + PR fortran/36476 + * gfortran.dg/parameter_array_init_4.f90: New. + +2008-06-13 Eric Botcazou + + * gcc.c-torture/compile/20080613-1.c: New test. + +2008-06-13 Jakub Jelinek + + PR c/36507 + * gcc.dg/inline-28.c: New test. + * gcc.dg/inline-29.c: New test. + * gcc.dg/inline-30.c: New test. + +2008-06-12 Tobias Burnus + + PR fortran/36462 + * gfortran.dg/index_2.f90: New. + +2008-06-12 Eric Botcazou + + * gnat.dg/discr9.ad[sb]: New test. + +2008-06-12 Joseph Myers + + * gcc.dg/compat/struct-layout-1.exp (orig_gcc_exec_prefix_saved): + Always initialize. + * g++.dg/compat/struct-layout-1.exp (orig_gcc_exec_prefix_saved): + Always initialize. + +2008-06-12 Jakub Jelinek + + PR testsuite/36443 + * gcc.dg/compat/struct-layout-1.exp: Temporarily unset + GCC_EXEC_PREFIX from environment when running $HOSTCC. + * g++.dg/compat/struct-layout-1.exp: Likewise. + +2008-06-12 Richard Guenther + + PR tree-optimization/36345 + * gcc.c-torture/execute/20020619-1.c: Remove broken part of + the testcase. + +2008-06-11 Edmar Wienskoski + + PR target/36425 + * gcc.target/powerpc/e500-1.c: New test case to verify + mno-isel option. + +2008-06-11 Eric Botcazou + + * gnat.dg/specs/varsize_copy.ad[sb]: New test. + +2008-06-10 Uros Bizjak + + * gcc.target/i386/bt-mask-1.c: New test. + * gcc.target/i386/bt-mask-2.c: Ditto. + +2008-06-10 Uros Bizjak + + PR target/36473 + * gcc.target/i386/bt-1.c: New test. + * gcc.target/i386/bt-2.c: Ditto. + +2008-06-09 Andy Hutchinson + + * gcc.c-torture/execute/builtins/lib/chk.c: Only include sys/types.h + for unix to check for uClibc. + +2008-06-09 Andy Hutchinson + + PR testsuite/36285 + * gcc.dg/compat/struct-return-10_y.c: Remove test_va. + * gcc.dg/compat/vector-defs.h: Add check for availability of 8 byte + double. + * gcc.dg/compat/struct-layout-1_test.h: Change bitfield to match + integer size. + +2008-06-09 Joseph Myers + + * gcc.dg/pr34856.c: Condition use of -maltivec on + powerpc_altivec_ok. Use -w on other powerpc*-*-linux*. + +2008-06-09 Richard Sandiford + + * gcc.dg/torture/mips-hilo-1.c: Delete. + * gcc.target/mips/pr35232.c: Likewise. + * gcc.target/mips/fix-vr4130-1.c: Use modulus to create an mfhi. + * gcc.target/mips/fix-vr4130-3.c: Likewise. + * gcc.target/mips/int-moves-1.c: New test. + * gcc.target/mips/int-moves-2.c: Likewise. + * gcc.target/mips/fix-r4000-1.c: Likewise. + * gcc.target/mips/fix-r4000-2.c: Likewise. + * gcc.target/mips/fix-r4000-3.c: Likewise. + * gcc.target/mips/fix-r4000-4.c: Likewise. + * gcc.target/mips/fix-r4000-5.c: Likewise. + * gcc.target/mips/fix-r4000-6.c: Likewise. + * gcc.target/mips/fix-r4000-7.c: Likewise. + * gcc.target/mips/fix-r4000-8.c: Likewise. + * gcc.target/mips/fix-r4000-9.c: Likewise. + * gcc.target/mips/fix-r4000-10.c: Likewise. + * gcc.target/mips/fix-r4000-11.c: Likewise. + * gcc.target/mips/fix-r4000-12.c: Likewise. + * gcc.target/mips/timode-1.c: Likewise. + * gcc.target/mips/timode-2.c: Likewise. + +2008-06-09 Eric Botcazou + + * gnat.dg/specs/pack3.ads: New test. + * gnat.dg/specs/pack3_pkg.ads: New helper. + +2008-06-08 Paolo Carlini + + PR c++/35242 + * g++.dg/cpp0x/vt-35242.C: New. + 2008-06-08 Janus Weil PR fortran/36459 * gfortran.dg/proc_decl_16.f90: New. - + 2008-06-08 Tobias Burnus PR fortran/35830 @@ -75,8 +703,8 @@ 2008-06-07 Paolo Carlini - PR c++/35327 - * g++.dg/parse/crash41.C: New. + PR c++/35327 + * g++.dg/parse/crash41.C: New. 2008-06-06 Jakub Jelinek @@ -132,7 +760,7 @@ * gfortran.dg/proc_decl_2.f90: Extended. 2008-06-04 Joseph Myers - Maxim Kuvyrkov + Maxim Kuvyrkov * gcc.target/m68k/xgot-1.c: New test. @@ -188,8 +816,8 @@ 2008-06-02 Paolo Carlini - PR c++/36404 - * g++.dg/template/crash79.C: New. + PR c++/36404 + * g++.dg/template/crash79.C: New. * g++.dg/other/pr28114.C: Adjust. 2008-06-02 Daniel Kraft @@ -252,8 +880,8 @@ 2008-05-29 Paolo Carlini - PR c++/35243 - * g++.dg/cpp0x/vt-35243.C: New. + PR c++/35243 + * g++.dg/cpp0x/vt-35243.C: New. 2008-05-29 H.J. Lu @@ -284,7 +912,7 @@ * gfortran.dg/gomp/reduction3.f90: Fixed invalid code. * gfortran.dg/proc_decl_12.f90: New: * gfortran.dg/external_procedures_1.f90: Fixed error message. - + 2008-05-28 Francois-Xavier Coudert PR fortran/36319 @@ -446,8 +1074,8 @@ 2008-05-23 Rafael Espindola - * gcc/testsuite/gcc.c-torture/compile/20080522-1.c: Move to gcc.dg. - * gcc/testsuite/gcc.dg/20080522-1.c: Moved from gcc.c-torture. + * gcc.c-torture/compile/20080522-1.c: Move to gcc.dg. + * gcc.dg/20080522-1.c: Moved from gcc.c-torture. 2008-05-23 Paul Brook Carlos O'Donell @@ -584,7 +1212,7 @@ * gcc.dg/array-quals-1.c: xfail read only section check for avr target. - + 2008-05-20 Andy Hutchinson PR testsuite/34889 @@ -602,7 +1230,7 @@ 2008-05-20 Andy Hutchinson * gcc.dg/builtins-config.h: AVR does not have C99 runtime. - + 2008-05-20 Janis Johnson PR testsuite/22523 @@ -665,7 +1293,7 @@ Sebastian Pop PR tree-optimization/36206 - * testsuite/gfortran.dg/pr36206.f: New. + * gfortran.dg/pr36206.f: New. 2008-05-20 Arnaud Charlet @@ -1269,7 +1897,7 @@ 2008-05-08 Sa Liu - * testsuite/gcc.target/spu/subti3.c: New. + * gcc.target/spu/subti3.c: New. 2008-05-08 Richard Guenther @@ -1336,7 +1964,7 @@ 2008-05-06 Olivier Hainque * gnat.dg/fatp_sra.adb: New test. - + 2008-05-05 Andrew Pinski PR middle-end/36141 @@ -1408,23 +2036,23 @@ 2008-05-01 Simon Baldwin PR bootstrap/36108 - * testsuite/gcc.dg/Warray-bounds.c: Removed frontend warnings update. - * testsuite/g++.dg/warn/Warray-bounds.c: Ditto. - * testsuite/gcc.dg/Warray-bounds-noopt.c: Removed testcase. - * testsuite/g++.dg/warn/Warray-bounds-noopt.c: Ditto. + * gcc.dg/Warray-bounds.c: Removed frontend warnings update. + * g++.dg/warn/Warray-bounds.c: Ditto. + * gcc.dg/Warray-bounds-noopt.c: Removed testcase. + * g++.dg/warn/Warray-bounds-noopt.c: Ditto. 2008-05-01 Bud Davis - PR fortran/PR35940 + PR fortran/35940 * gfortran.dg/index.f90: New test. 2008-05-01 Simon Baldwin - * testsuite/gcc.dg/Warray-bounds.c: Updated for frontend warnings, + * gcc.dg/Warray-bounds.c: Updated for frontend warnings, additional tests for arrays of size 0 and size 1. - * testsuite/g++.dg/warn/Warray-bounds.c: Ditto. - * testsuite/gcc.dg/Warray-bounds-noopt.c: New testcase. - * testsuite/g++.dg/warn/Warray-bounds-noopt.c: Ditto. + * g++.dg/warn/Warray-bounds.c: Ditto. + * gcc.dg/Warray-bounds-noopt.c: New testcase. + * g++.dg/warn/Warray-bounds-noopt.c: Ditto. 2008-05-01 Richard Guenther @@ -1495,7 +2123,7 @@ 2008-04-29 Kai Tietz - * testsuite/gcc.dg/sync-2.c: Set dg-options "-ansi". + * gcc.dg/sync-2.c: Set dg-options "-ansi". 2008-04-29 Jakub Jelinek @@ -1565,7 +2193,7 @@ 2008-04-26 George Helffrich - PRs fortran/PR35154, fortran/PR23057 + PRs fortran/35154, fortran/23057 * gfortran.dg/debug/pr35154-stabs.f: New test case for .stabs functionality. * gfortran.dg/debug/pr35154-dwarf2.f: New test case for @@ -1796,7 +2424,7 @@ PR fortran/35882 * gfortran.dg/continuation_5.f: Add some comment lines. * gfortran.dg/continuation_3.f90: Add some comment lines. - + 2008-04-20 Thomas Koenig PR libfortran/35960 @@ -1825,7 +2453,7 @@ PR fortran/35892 * gfortran.dg/pr35154-dwarf2.f: Remove. * gfortran.dg/pr35154-stabs.f: Remove. - + 2008-04-18 Ian Lance Taylor PR tree-optimization/35977 @@ -1899,7 +2527,7 @@ 2008-04-17 Christian Bruel * gcc.dg/long-long-compare-1.c: New testcase. - + 2008-04-16 Jerry DeLisle PR fortran/35724 @@ -2022,7 +2650,7 @@ * gfortran.dg/continuation_3.f90: Update test. * gfortran.dg/continuation_5.f: Update test. * gfortran.dg/continuation_10.f90: New test. - + 2008-04-13 Thomas Koenig PR libfortran/32972 @@ -2031,7 +2659,7 @@ * gfortran.dg/intrinsic_spread_1.f90: Likewise. * gfortran.dg/intrinsic_pack_1.f90: Likewise. * gfortran.dg/intrinsic_unpack_1.f90: Likewise. - + 2008-04-13 Samuel Tardieu PR ada/17985 @@ -2483,7 +3111,7 @@ 2008-03-29 Laurent GUERBY * gnat.dg/socket2.adb: Remove since identical to socket1.adb. - + 2008-03-29 Paul Thomas PR fortran/35698 @@ -2644,7 +3272,7 @@ PR objc/29197 * objc.dg/method-20.m: New testcase. - + 2008-03-25 Richard Sandiford PR rtl-optimization/35232 @@ -2918,8 +3546,8 @@ 2008-03-19 Richard Guenther PR middle-end/35609 - * gcc.dg/testsuite/uninit-15.c: New testcase. - * gcc.dg/testsuite/uninit-16.c: Likewise. + * gcc.dg/uninit-15.c: New testcase. + * gcc.dg/uninit-16.c: Likewise. 2008-03-18 Mikulas Patocka @@ -3078,7 +3706,7 @@ 2008-03-13 Alon Dayan Olga Golovanevsky - + PR tree-optimization/35041 * gcc.dg/struct/wo_prof_double_malloc.c: New test. @@ -3412,7 +4040,7 @@ * g++.dg/cpp/string-2.C: This is a warning now. * g++.dg/cpp/pedantic-errors.C: -pedantic-errors is not enabled by default, so add it. - + 2008-03-01 Douglas Gregor * g++.dg/cpp0x/auto1.C: New. @@ -3561,15 +4189,15 @@ __builtin_stdarg_start. * pr17301-1.c: Likewise. * pr17301-2.c: Likewise. - + 2008-02-26 Manuel Lopez-Ibanez - + * gcc.dg/pr34351.c: New. - + 2008-02-26 Manuel Lopez-Ibanez * gcc.dg/Wlarger-than2.c: New. - + 2008-02-26 Paolo Carlini PR c++/35323 @@ -3609,9 +4237,9 @@ * gcc.dg/Wswitch-error.c: New. * gcc.dg/20011021-1.c: Use two directives to match two different messages. - + 2008-02-26 Manuel Lopez-Ibanez - + PR 28322 * gcc.dg/pr28322.c: New. * gcc.dg/pr28322-2.c: New. @@ -3781,7 +4409,7 @@ PR libfortran/35132 * gfortran.dg/streamio_15.f90: New test. - + 2008-02-20 Jerry DeLisle PR libfortran/35036 @@ -3859,7 +4487,7 @@ PR target/33555 * gcc.target/i386/pr33555.c: New test. - + 2008-02-18 H.J. Lu PR target/35189 @@ -4119,7 +4747,7 @@ * lib/target-supports.exp (check_effective_target_hard_float): Remove special case for xtensa-*-*. - + 2008-02-05 Francois-Xavier Coudert PR fortran/35037 @@ -4639,7 +5267,7 @@ PR tree-optimization/34701 * gcc.dg/struct/wo_prof_array_field.c: New test. - + 2008-01-20 Paolo Carlini PR c++/34891 @@ -4681,7 +5309,7 @@ PR libfortran/34795 * gfortran.dg/inquire_13.f90: New test. - + PR libfortran/34659 * gfortran.dg/continuation_9.f90: New test. @@ -4889,7 +5517,7 @@ * gfortran.dg/argument_checking_14.f90: New. 2008-01-15 Thomas Koenig - + PR libfortran/34671 * gfortran.dg/anyallcount_1.f90: New test. @@ -4934,7 +5562,7 @@ PR c++/34052 * g++.dg/cpp0x/vt-34052.C: New. * g++.dg/template/ttp26.C: New. - + 2008-01-14 Eric Botcazou * gnat.dg/rep_clause2.ad[sb]: New test. @@ -4945,7 +5573,7 @@ PR c++/24924 * g++.dg/cpp/pedantic-errors.C: Delete. * g++.dg/cpp/permissive.C: Delete. - + 2008-01-14 Eric Botcazou * gcc.c-torture/compile/20080114-1.c: New test.