X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=47509f035d104d989675cec22e772173c37b65f4;hb=ffc589a837dcc20708f061bde149100f4adfaf99;hp=d80e3ab7913f2930fcb884856b5a1923af7e7223;hpb=90fc8f38531d87d81536222523953ca6c3b80d56;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d80e3ab7913..47509f035d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,242 @@ +2012-02-07 Michael Meissner + + * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message + for -mno-pointers-to-nested-functions. + +2012-02-07 Eric Botcazou + + * gcc.c-torture/execute/20120207-1.c: New test. + +2012-02-07 Jakub Jelinek + + PR rtl-optimization/52060 + * gcc.dg/torture/pr52060.c: New test. + + PR middle-end/52074 + * gcc.c-torture/compile/pr52074.c: New test. + +2012-02-07 Tobias Burnus + + PR fortran/51514 + * gfortran.dg/class_to_type_2.f90: New. + +2012-02-06 Thomas König + + PR fortran/32373 + * gfortran.dg/vect/vect-8.f90: Use vect_double effective target. + Remove module. + +2012-02-06 Jason Merrill + + PR c++/52088 + * g++.dg/template/conv13.C: New. + +2012-02-06 Richard Guenther + + PR tree-optimization/52115 + * gcc.c-torture/compile/pr52115.c: New testcase. + +2012-02-06 Jakub Jelinek + + PR target/52129 + * gcc.c-torture/execute/pr52129.c: New test. + +2012-02-06 Andrey Belevantsev + + * gcc.dg/pr48374.c: Actually add the test I forgot + in the 2012-01-25 commit. + +2012-02-05 Thomas König + + PR fortran/32373 + * gfortran.dg/vect/vect-8.f90: New test case. + +2012-02-05 Thomas König + + PR fortran/48847 + * gfortran.dg/warn_unused_dummy_argument_3.f90: New test. + +2012-02-05 Paul Thomas + + PR fortran/52102 + * gfortran.dg/class_48.f90 : Add test of allocate class array + component with source in subroutine test3. Remove commenting + out in subroutine test4, since branching on unitialized variable + is now fixed (no PR for this last.). + +2012-02-05 Richard Sandiford + + * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute + on MIPS targets. + * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets. + +2012-02-05 Richard Sandiford + + PR target/52125 + * lib/target-supports.exp (check_effective_target_mips_rel): New. + * gcc.dg/pr48774.c: Skip on MIPS REL targets. + +2012-02-05 Richard Sandiford + + * lib/target-supports.exp (check_effective_target_mips_llsc): New. + (check_effective_target_sync_int_long): Use it. + (check_effective_target_sync_char_short): Likewise. + * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc. + +2012-02-05 Tobias Burnus + + PR fortran/51972 + * gfortran.dg/class_48.f90: Add some further checks. + +2012-02-05 Ira Rosen + + PR tree-optimization/52091 + * gcc.dg/vect/pr52091.c: New test. + +2012-02-04 Jakub Jelinek + + PR rtl-optimization/52113 + * gcc.target/avr/pr52113.c: New test. + +2012-02-03 Jakub Jelinek + + PR rtl-optimization/52092 + * gcc.c-torture/compile/pr52092.c: New test. + +2012-02-02 Mikael Morin + + PR fortran/41587 + * gfortran.dg/class_array_10.f03: New test. + + PR fortran/46356 + * gfortran.dg/class_array_11.f03: New test. + + PR fortran/51754 + * gfortran.dg/class_array_12.f03: New test. + +2012-02-02 Paul Thomas + + PR fortran/52012 + * gfortran.dg/realloc_on_assign_11.f90: New test. + +2012-02-02 Tobias Burnus + + PR fortran/52093 + * gfortran.dg/shape_7.f90: New. + +2012-02-02 Richard Sandiford + + * gcc.target/mips/mips-prepend-1.c: New test. + +2012-02-02 Jan Hubicka + Tom de Vries + + PR middle-end/51998 + * testsuite/gcc.dg/alias-12.c: New testcase. + * testsuite/gcc.dg/alias-13.c: New testcase. + +2012-02-02 Jakub Jelinek + + PR target/52086 + * gcc.dg/pr52086.c: New test. + + PR tree-optimization/52073 + * gcc.c-torture/compile/pr52073.c: New test. + +2012-02-01 Thomas König + + PR fortran/51958 + * gfortran.dg/function_optimize_10.f90: New test. + +2012-02-01 Uros Bizjak + + * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime + test on alpha*-*-*. + +2012-02-01 Tobias Burnus + + PR fortran/52024 + * gfortran.dg/typebound_operator_14.f90: New. + +2012-02-01 Tobias Burnus + + PR fortran/52059 + * gfortran.dg/elemental_function_1.f90: New. + +2012-02-01 Georg-Johann Lay + + PR rtl-optimization/51374 + * gcc.target/avr/torture/pr51374-1.c: + Also fail if SBIS is seen. + +2012-02-01 Georg-Johann Lay + + PR rtl-optimization/51374 + * gcc.target/avr/torture/pr51374-1.c: New. + +2012-01-31 Tobias Burnus + + PR fortran/52024 + * gfortran.dg/typebound_generic_11.f90: New. + +2012-01-31 Tobias Burnus + + PR fortran/52029 + * gfortran.dg/class_49.f90: New. + +2012-01-31 Tobias Burnus + + PR fortran/52013 + * gfortran.dg/elemental_args_check_6.f90: New. + +2012-01-31 Jason Merrill + + PR c++/52043 + * g++.dg/cpp0x/variadic122.C: New. + +2012-01-31 Paul Thomas + + PR fortran/52012 + * gfortran.dg/realloc_on_assign_10.f90: New test. + +2012-01-31 Richard Guenther + + PR tree-optimization/51528 + * gcc.dg/torture/pr51528.c: New testcase. + +2012-01-30 Uros Bizjak + + PR go/48501 + * lib/go.exp (go_target_compile): Append timeout= to options. + * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for + select5-out.go test on alpha*-*-* targets. + +2012-01-30 Richard Sandiford + + * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char. + (TEST_SHORT): Reformat in the same way. + * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char. + (TEST_SHORT): Reformat in the same way. + * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit. + * gcc.target/mips/pr37362.c: Skip for mips-sde-elf. + * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16. + * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise. + * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise. + +2012-01-30 Bin Cheng + + PR target/51835 + * gcc.target/arm/pr51835.c: New testcase. + +2012-01-30 Richard Guenther + + PR tree-optimization/52028 + * gcc.dg/torture/pr52028.c: New testcase. + * gfortran.dg/ldist-pr45199.f: Adjust. + * gcc.dg/tree-ssa/ldist-16.c: Likewise. + * gcc.dg/tree-ssa/ldist-17.c: Likewise. + * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise. + 2012-01-30 Jakub Jelinek PR debug/52027 @@ -16,13 +255,12 @@ 2012-01-30 Greta Yorsh - * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept - new code generated for __sync_lock_release. + * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept + new code generated for __sync_lock_release. 2012-01-30 Andreas Krebbel - * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and - s390x. + * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x. 2012-01-29 John David Anglin @@ -189,8 +427,7 @@ 2012-01-26 Andreas Krebbel - * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and - s390x. + * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x. 2012-01-26 Andreas Krebbel @@ -220,8 +457,7 @@ 2012-01-25 Ian Lance Taylor - * go.test/go-test.exp (go-gc-tests): Handle a few more test - lines. + * go.test/go-test.exp (go-gc-tests): Handle a few more test lines. 2012-01-25 Tobias Burnus @@ -337,8 +573,7 @@ 2012-01-23 Ramana Radhakrishnan * lib/target-supports.exp - (check_effective_target_vect_extract_even_odd): Handle - ARM neon. + (check_effective_target_vect_extract_even_odd): Handle ARM neon. (check_effective_target_vect_interleave): Likewise. 2012-01-22 Jason Merrill @@ -353,6 +588,7 @@ * g++.dg/torture/pr51344.C: Limit to x86. 2012-01-23 Greta Yorsh + * c-c++-common/tm/omp.c: Require target with pthread support. 2012-01-23 Richard Guenther @@ -422,8 +658,8 @@ PR target/51915 * gcc.target/arm/pr51915.c: New test. -2012-01-20 Cary Coutant - Dodji Seketeli +2012-01-20 Cary Coutant + Dodji Seketeli PR debug/45682 * g++.dg/debug/dwarf2/nested-3.C: New test.