X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=20c6345f6d1118d673f3a2c3869efd015bed4aaf;hb=4e4968182203cdcc62922d799ea2f6f7c5955183;hp=68e98fc48f66ae9259264cda82af24e7bcc8e595;hpb=e8dfa624ebe010ea22b6b3514aca0d696845bba3;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 68e98fc48f6..55d0839c183 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,940 @@ +2008-07-17 Julian Brown + Mark Mitchell + + * g++.dg/ext/visibility/arm3.C: Add explanatory text. Skip on + non-DLL targets. + * g++.dg/ext/visibility/arm1.C: Skip on non-DLL targets. + +2008-07-17 Paolo Carlini + + PR c++/36855 + * g++.dg/ext/has_trivial_destructor.C: Rename to... + * g++.dg/ext/has_trivial_destructor-1.C: ... this. + * g++.dg/ext/has_trivial_destructor-2.C: New. + +2008-07-17 Paolo Bonzini + + PR rtl-optimization/36753 + * gcc.target/i386/pr36753.c: New. + +2008-07-17 Tobias Burnus + + PR fortran/36825 + PR fortran/36824 + * gfortran.dg/rank_2.f90: Add additional array-rank test. + * gfortran.dg/array_4.f90: New. + +2008-07-17 H.J. Lu + + PR testsuite/36443 + * objc.dg/gnu-encoding/gnu-encoding.exp: Temporarily unset + GCC_EXEC_PREFIX from environment when running $HOSTCC. + +2008-07-16 Dodji Seketeli + + PR c++/13699 + * g++.dg/lookup/extern-c-redecl.C: New test. + +2008-07-15 Richard Guenther + + PR middle-end/36369 + * gcc.dg/Wstrict-aliasing-bogus-ref-all.c: New testcase. + +2008-07-15 Andrew Pinski + + PR target/31568 + * gcc.target/powerpc/asm-y.c: New testcase. + +2008-07-14 Eric Botcazou + + * case_optimization1.ad[sb]: New test. + * case_optimization_pkg1.ads: New helper. + +2008-07-14 Jakub Jelinek + + PR target/36745 + * g++.dg/torture/pr36745.C: Use __SIZE_TYPE__ in size_t typedef. + +2008-07-14 Andreas Krebbel + + PR target/36745 + * g++.dg/torture/pr36745.C: New testcase. + +2008-07-14 Ben Elliston + + * gcc.target/powerpc/altivec-macros.c: New test. + * gcc.target/powerpc/altviec-26.c: Likewise. + * gcc.dg/vmx/1b-06.c: Remove bool variable. + * gcc.dg/vmx/1b-07.c: Likewise. + * gcc.dg/vmx/1b-06-ansi.c: New test for the pre-define method. + * gcc.dg/vmx/1b-07-ansi.c: Likewise. + +2008-07-14 Jerry DeLisle + + PR fortran/36725 + gfortran.dg/fmt_go_4.f08: New test. + +2008-07-14 Hans-Peter Nilsson + + PR target/35492 + * gcc.c-torture/compile/pr35492.c: New test. + +2008-07-12 Daniel Kraft + + * gfortran.dg/used_types_21.f90: New test. + +2008-07-11 Ian Lance Taylor + + * gcc.dg/Wcxx-compat-2.c: New test. + +2008-07-11 Dodji Seketeli + + PR c++/13101 + * g++.dg/parse/func-ptr-decl.C: New test. + * gcc/testsuite/g++.old-deja/g++.jason/crash11.C: Update this to + catch a warning that is generated by virtue of fixing this bug. + +2008-07-11 Dodji Seketeli + + * g++.dg/other/semicolon.C: Tighten this test, making it column aware. + * g++.dg/parse/error15.C: update this because of more accurate column + numbers in error reporting. + * g++.old-deja/g++.brendan/crash16.C: Tighten the test, making it + column aware. + * g++.old-deja/g++.law/ctors5.C: Likewise. + * g++.old-deja/g++.other/crash25.C: Likewise. + +2008-06-30 Dodji Seketeli + + * g++.dg/parse/constructor1.C, g++.dg/parse/error*.C: Update these + tests to make them catch column number regressions. Make these tests + run with the -fshow-column option. + * g++.dg/parse/error-column.C: new column number test. + +2008-07-11 Richard Guenther + + PR tree-optimization/36765 + * gcc.c-torture/execute/pr36765.c: New testcase. + +2008-07-10 Joseph Myers + + PR middle-end/29056 + * gcc.target/powerpc/ppc-negeq0-1.c: Use long instead of int. + Adjust shift and scan-assembler-not pattern to allow for 64-bit + case. + +2008-07-10 Jakub Jelinek + + PR middle-end/36790 + * gcc.dg/gomp/pr36790.c: New test. + * g++.dg/gomp/pr36790.C: New test. + + PR rtl-optimization/36419 + * g++.dg/eh/async-unwind1.C: New test. + +2008-07-10 Peter Maydell + + PR other/28322 + * gcc.dg/pr28322-2.c: Check that emitted diagnostic for -Wno-foobar + is a warning and not an error. + +2008-07-09 Ian Lance Taylor + + * gcc.dg/no-asm-1.c: New test. + * gcc.dg/no-asm-2.c: New test. + * gcc.dg/no-asm-3.c: New test. + * gcc.dg/no-asm-4.c: New test. + * g++.dg/ext/no-asm-1.C: New test. + * g++.dg/ext/no-asm-2.C: New test. + * g++.dg/ext/no-gnu-keywords-1.C: New test. + +2008-07-09 Paolo Carlini + + PR c++/36760 + * g++.dg/warn/Wreturn-type-4.C: Adjust. + +2008-07-09 Richard Sandiford + + PR target/35802 + * gcc.target/mips/pr35802.c: New test. + +2008-07-09 Paolo Carlini + + PR c++/36760 + * g++.dg/warn/pragma-system_header5.C: New. + * g++.dg/warn/pragma-system_header5.h: Likewise. + +2008-07-09 Raksit Ashok + + * gcc.dg/wdisallowed-functions-1.c: New test. + * gcc.dg/wdisallowed-functions-2.c: New test. + * g++.dg/warn/Wdisallowed-functions-1.C: New test. + * g++.dg/warn/Wdisallowed-functions-2.C: New test. + +2008-07-08 Simon Martin + + PR c++/34963 + * g++.dg/parse/dtor13.C: New test. + +2008-07-07 H.J. Lu + + * gcc.dg/compat/struct-layout-1_generate.c (vector_types): Add + v32qi, v16hi, v8si, v4di, v8sf, v4df, u32qi, u16hi, u8si, u4di, + u8sf and u4df. + + * gcc.dg/compat/union-m128-1_main.c: Run only on x86. Remove + __x86_64__ check. Include "cpuid.h". + (main): Check SSE2 at runtime. + + * gcc.dg/compat/union-m128-1_x.c: Compile with -msse2. Remove + __x86_64__ check. + * gcc.dg/compat/union-m128-1_y.c: Likewise. + + * gcc.dg/compat/vector-1_x.c: Add 32byte vector tests. + * gcc.dg/compat/vector-1_y.c: Likewise. + * gcc.dg/compat/vector-2_x.c: Likewise. + * gcc.dg/compat/vector-2_y.c: Likewise. + + * gcc.dg/compat/vector-1a_main.c: New. + * gcc.dg/compat/vector-1a_x.c: Likewise. + * gcc.dg/compat/vector-1a_y.c: Likewise. + * gcc.dg/compat/vector-2a_main.c: Likewise. + * gcc.dg/compat/vector-2a_x.c: Likewise. + * gcc.dg/compat/vector-2a_y.c: Likewise. + + * gcc.dg/compat/vector-defs.h (v32qi): New. + (v16hi): Likewise. + (v8si): Likewise. + (v4di): Likewise. + (v8sf): Likewise. + (v4df): Likewise. + (u32qi): Likewise. + (u16hi): Likewise. + (u8si): Likewise. + (u4di): Likewise. + (u8sf): Likewise. + (u4df): Likewise. + + * lib/compat.exp (compat-get-options-main): Support dg-skip-if. + +2008-07-07 Andy Hutchinson + + * gcc.c-torture/compile/20080625-1.c: Skip for AVR target. + * gcc.dg/torture/pr36373-10.c: Correct test where target pointer + is not same size as unsigned long. + +2008-07-07 Thomas Koenig + + PR fortran/36670 + * gfortran.dg/product_sum_bounds_1.f90: New test case. + +2008-07-07 Thomas Koenig + + PR fortran/36341 + PR fortran/34670 + * gfortran.dg/matmul_bounds_2.f90: New test. + * gfortran.dg/matmul_bounds_3.f90: New test. + * gfortran.dg/matmul_bounds_4.f90: New test. + * gfortran.dg/matmul_bounds_5.f90: New test. + +2008-07-07 Richard Guenther + + * gcc.dg/torture/pta-ptrarith-1.c: New testcase. + * gcc.dg/torture/pta-ptrarith-2.c: Likewise. + * gcc.dg/torture/ipa-pta-1.c: Likewise. + +2008-07-07 Jakub Jelinek + + PR middle-end/36726 + * gfortran.dg/gomp/pr36726.f90: New test. + +2008-07-06 Richard Sandiford + + * gcc.target/mips/gcc-have-sync-compare-and-swap-1.c: Expect the + macros to be defined for MIPS16 too. + * gcc.target/mips/gcc-have-sync-compare-and-swap-2.c: Likewise. + * gcc.target/mips/gcc-have-sync-compare-and-swap-3.c: New test. + * gcc.target/mips/gcc-have-sync-compare-and-swap-4.c: Likewise. + +2008-07-06 Richard Guenther + + * gcc.dg/tree-ssa/pta-callused.c: Adjust testcase. + +2008-07-06 Kai Tietz + + * gcc.dg/callabi/callabi.h: New. + * gcc.dg/callabi/vaarg-1.c: New. + * gcc.dg/callabi/vaarg-2.c: New. + * gcc.dg/callabi/vaarg-3.c: New. + * gcc.dg/callabi/func-1.c: New. + +2008-07-05 Andrew Pinski + + * g++.dg/tree-ssa/ptrmemfield.C: New testcase. + +2008-07-05 Joseph Myers + + * lib/gcc-dg.exp (remove-build-file): Remove files on remote host + as well as on build. + +2008-07-04 Richard Guenther + + * gcc.dg/tree-ssa/pta-callused.c: New testcase. + +2008-07-04 Richard Sandiford + + * gcc.target/m68k/interrupt-2.c: New file. + * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL for m68k*-*-*. + +2008-07-03 H.J. Lu + + * gcc.dg/compat/struct-by-value-17a_x.c: Remove duplicated code. + * gcc.dg/compat/struct-by-value-17a_y.c: Likewise. + +2008-07-03 Eric Botcazou + + * gnat.dg/loop_optimization3.adb: New test. + * gnat.dg/loop_optimization3_pkg.ad[sb]: New helper. + +2008-07-03 Uros Bizjak + + PR target/36710 + * gcc.target/i386/float128-2.c: New test. + +2008-07-03 Michael Meissner + + PR middle-end/35736 + * gcc.dg/pr35736.c: New file. + +2008-07-03 Ulrich Weigand + + * gcc.dg/pr28243.c: Skip on SPU. + * gcc.dg/torture/pr25947-1.c: Likewise. + * gcc.dg/20030702-1.c: Likewise. + * g++.old-deja/g++.other/comdat5.C: Likewise. + * g++.old-deja/g++.other/local-alloc1.C: Likewise. + * g++.dg/opt/vt1.C: Likewise. + +2008-07-03 H.J. Lu + + * gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated code. + +2008-07-03 H.J. Lu + Uros Bizjak + + * gcc.target/i386/float128-1.c: New. + +2008-07-03 Andrew Haley + + PR preprocessor/33305 + * gcc.dg/cpp/avoidpaste1.c: Use dg-options "-ansi" to avoid + "-pedantic". + * gcc.dg/cpp/avoidpaste2.c: Likewise + * gcc.dg/cpp/20000519-1.c: Likewise. + * g++.dg/ext/gnu-inline-global-reject.C: Likewise. + * gcc.dg/cpp/c99-empty-macro-args.c: New test. + * gcc.dg/cpp/c90-empty-macro-args.c: New test. + +2008-07-03 Richard Guenther + + PR c++/36128 + * g++.dg/other/builtin1.C: New testcase. + +2008-07-02 Joseph Myers + + * g++.dg/compat/struct-layout-1.exp: Compile generator on build system. + * gcc.dg/compat/struct-layout-1.exp: Likewise. + * objc.dg/gnu-encoding/gnu-encoding.exp: Likewise. + +2008-07-02 Andy Hutchinson + + PR testsuite/36285 + * gcc.dg/compat/struct-by-value-16_x.c: Move some tests to new file + to reduce code size. + * gcc.dg/compat/struct-by-value-16_y.c: Ditto. + * gcc.dg/compat/struct-by-value-16a_main.c: New file. + * gcc.dg/compat/struct-by-value-16a_x.c: Ditto. + * gcc.dg/compat/struct-by-value-16a_y.c: Ditto. + * gcc.dg/compat/struct-by-value-17_x.c: Move some tests to new file + to reduce code size. + * gcc.dg/compat/struct-by-value-17_y.c: Ditto. + * gcc.dg/compat/struct-by-value-17a_main.c: New file. + * gcc.dg/compat/struct-by-value-17a_x.c: Ditto. + * gcc.dg/compat/struct-by-value-17a_y.c: Ditto. + * gcc.dg/compat/struct-by-value-18_x.c: Move some tests to new file + to reduce code size. + * gcc.dg/compat/struct-by-value-18_y.c: Ditto. + * gcc.dg/compat/struct-by-value-18a_main.c: New file. + * gcc.dg/compat/struct-by-value-18a_x.c: Ditto. + * gcc.dg/compat/struct-by-value-18a_y.c: Ditto. + + +2008-07-02 Andy Hutchinson + + * gcc.dg/pr36227.c: Correct test for targets where long is + not the same size as pointer. + +2008-07-02 Kaz Kojima + + * g++.dg/cdce3.C: Test long double math functions for + large_long_double target only. Skip pow10 and exp10 + functions for *-*-darwin*. + +2008-07-02 Janus Weil + Tobias Burnus + + PR fortran/32580 + * gfortran.dg/c_f_pointer_tests_3.f90: Updated. + * gfortran.dg/proc_decl_1.f90: Updated. + * gfortran.dg/proc_ptr_1.f90: New. + * gfortran.dg/proc_ptr_2.f90: New. + * gfortran.dg/proc_ptr_3.f90: New. + * gfortran.dg/proc_ptr_4.f90: New. + * gfortran.dg/proc_ptr_5.f90: New. + * gfortran.dg/proc_ptr_6.f90: New. + * gfortran.dg/proc_ptr_7.f90: New. + * gfortran.dg/proc_ptr_8.f90: New. + +2008-07-02 Joseph Myers + + * gcc.target/arm/neon/polytypes.c: Use dg-message separately from + dg-error to match separate messages. + +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): @@ -95,7 +1032,7 @@ PR fortran/36459 * gfortran.dg/proc_decl_16.f90: New. - + 2008-06-08 Tobias Burnus PR fortran/35830 @@ -377,7 +1314,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 @@ -539,8 +1476,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 @@ -677,7 +1614,7 @@ * gcc.dg/array-quals-1.c: xfail read only section check for avr target. - + 2008-05-20 Andy Hutchinson PR testsuite/34889 @@ -695,7 +1632,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 @@ -758,7 +1695,7 @@ Sebastian Pop PR tree-optimization/36206 - * testsuite/gfortran.dg/pr36206.f: New. + * gfortran.dg/pr36206.f: New. 2008-05-20 Arnaud Charlet @@ -1362,7 +2299,7 @@ 2008-05-08 Sa Liu - * testsuite/gcc.target/spu/subti3.c: New. + * gcc.target/spu/subti3.c: New. 2008-05-08 Richard Guenther @@ -1429,7 +2366,7 @@ 2008-05-06 Olivier Hainque * gnat.dg/fatp_sra.adb: New test. - + 2008-05-05 Andrew Pinski PR middle-end/36141 @@ -1501,23 +2438,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 @@ -1588,7 +2525,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 @@ -1658,7 +2595,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 @@ -1889,7 +2826,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 @@ -1918,7 +2855,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 @@ -1992,7 +2929,7 @@ 2008-04-17 Christian Bruel * gcc.dg/long-long-compare-1.c: New testcase. - + 2008-04-16 Jerry DeLisle PR fortran/35724 @@ -2115,7 +3052,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 @@ -2124,7 +3061,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 @@ -2576,7 +3513,7 @@ 2008-03-29 Laurent GUERBY * gnat.dg/socket2.adb: Remove since identical to socket1.adb. - + 2008-03-29 Paul Thomas PR fortran/35698 @@ -2737,7 +3674,7 @@ PR objc/29197 * objc.dg/method-20.m: New testcase. - + 2008-03-25 Richard Sandiford PR rtl-optimization/35232 @@ -3011,8 +3948,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 @@ -3171,7 +4108,7 @@ 2008-03-13 Alon Dayan Olga Golovanevsky - + PR tree-optimization/35041 * gcc.dg/struct/wo_prof_double_malloc.c: New test. @@ -3505,7 +4442,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. @@ -3654,15 +4591,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 @@ -3702,9 +4639,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. @@ -3874,7 +4811,7 @@ PR libfortran/35132 * gfortran.dg/streamio_15.f90: New test. - + 2008-02-20 Jerry DeLisle PR libfortran/35036 @@ -3952,7 +4889,7 @@ PR target/33555 * gcc.target/i386/pr33555.c: New test. - + 2008-02-18 H.J. Lu PR target/35189 @@ -4212,7 +5149,7 @@ * lib/target-supports.exp (check_effective_target_hard_float): Remove special case for xtensa-*-*. - + 2008-02-05 Francois-Xavier Coudert PR fortran/35037 @@ -4732,7 +5669,7 @@ PR tree-optimization/34701 * gcc.dg/struct/wo_prof_array_field.c: New test. - + 2008-01-20 Paolo Carlini PR c++/34891 @@ -4774,7 +5711,7 @@ PR libfortran/34795 * gfortran.dg/inquire_13.f90: New test. - + PR libfortran/34659 * gfortran.dg/continuation_9.f90: New test. @@ -4982,7 +5919,7 @@ * gfortran.dg/argument_checking_14.f90: New. 2008-01-15 Thomas Koenig - + PR libfortran/34671 * gfortran.dg/anyallcount_1.f90: New test. @@ -5027,7 +5964,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. @@ -5038,7 +5975,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.