OSDN Git Service

Fix PR c++/48656
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 7e5d187..b0d5e1c 100644 (file)
@@ -1,5 +1,320 @@
+2011-04-28  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/48656
+       * g++.dg/template/inherit7.C: New test case.
+
+2011-04-28  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/40052
+       PR tree-optimization/15347
+       * gcc.dg/tree-ssa/vrp57.c: New testcase.
+       * gcc.dg/pr15347.c: Likewise.
+
+2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48530
+       * g++.dg/cpp0x/sfinae18.C: New.
+
+2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/48771
+       * g++.dg/ext/is_literal_type1.C: New.
+
+2011-04-28  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48112
+       PR fortran/48279
+       * gfortran.dg/interface_35.f90: New.
+       * gfortran.dg/erfc_scaled_1.f90: Don't compile with -pedantic.
+       * gfortran.dg/func_result_6.f90: Add dg-warning.
+       * gfortran.dg/bessel_1.f90: Ditto.
+       * gfortran.dg/hypot_1.f90: Ditto.
+       * gfortran.dg/proc_ptr_comp_20.f90: Ditto.
+       * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
+       * gfortran.dg/interface_assignment_4.f90: Ditto.
+
+2011-04-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/ext/complex8.C: New.
+
+       * g++.dg/cpp0x/initlist49.C: New.
+       * g++.dg/init/new30.C: New.
+
+2011-04-27  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48788
+       * gfortran.dg/whole_file_34.f90: New.
+
+2011-04-27  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/inline-9.c: New testcase.
+
+2011-04-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.old-deja/g++.oliva/overload1.C: Adjust.
+
+       * g++.dg/parse/ambig6.C: New.
+
+2011-04-27  Nick Clifton  <nickc@redhat.com>
+
+       * gcc.dg/20020312-2.c: Add definition for RX.
+
+       * lib/target-supports.exp (add_options_for_ieee): Use -mnofpu
+       option with RX targets.
+
+       * gcc.target/rx/pack.c: Replace C++ style // comments with C style
+       /* */ comments.
+
+2011-04-27  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/pr23382.c: Remove.
+
+2011-04-27  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/48767
+       * gcc.c-torture/compile/pr48767.c: New test.
+
+2011-04-27  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/48772
+       * g++.dg/pr48772.C: New testcase.
+
+2011-04-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/48742
+       * gcc.c-torture/compile/pr48742.c: New test.
+
+2011-04-26  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/lookup/koenig13.C: New.
+
+       * g++.dg/cpp0x/initlist48.C: New.
+
+2011-04-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/sfinae17.C: New.
+
+2011-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       PR target/48258
+       * gcc.target/powerpc/pr48258-1.c: New file.
+       * gcc.target/powerpc/pr48258-2.c: Ditto.
+
+2011-04-26  Xinliang David Li  <davidxl@google.com>
+
+       * gcc.dg/uninit-suppress.c: New test.
+       * gcc.dg/uninit-suppress.c: New test.
+
+2011-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/48768
+       * gcc.dg/pr48768.c: New test.
+
+       PR tree-optimization/48734
+       * gcc.c-torture/compile/pr48734.c: New test.
+
+       PR testsuite/48753
+       * gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI.
+
+2011-04-26  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/48731
+       * gcc.dg/torture/pr48731.c: New testcase.
+
+2011-04-26  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/48753
+       * gcc.dg/tree-prof/val-prof-2.c: Adjust.
+
+2011-04-26  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/48694
+       * gcc.dg/torture/pr48694-1.c: New testcase.
+       * gcc.dg/torture/pr48694-2.c: Likewise.
+
+2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/ext/underlying_type1.C: New.
+       * g++.dg/ext/underlying_type2.C: Likewise.
+       * g++.dg/ext/underlying_type3.C: Likewise.
+       * g++.dg/ext/underlying_type4.C: Likewise.
+       * g++.dg/ext/underlying_type5.C: Likewise.
+       * g++.dg/ext/underlying_type6.C: Likewise.
+       * g++.dg/ext/underlying_type7.C: Likewise.
+       * g++.dg/ext/underlying_type8.C: Likewise.
+       * g++.dg/ext/underlying_type9.C: Likewise.
+       * g++.dg/ext/underlying_type10.C: Likewise.
+
+2011-04-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/regress/template-const2.C: New.
+
+2011-04-25  Jeff Law <law@redhat.com>
+
+       * gcc.dg/tree-ssa/vrp56.c: new test.
+
+2011-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
+
+2011-04-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/48740
+       * c-c++-common/raw-string-11.c: New test.
+
+2011-04-23  John David Anglin  <dave.anglin@nrc-cnrc.ca>
+
+       * gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
+       hppa*-*-hpux*.
+
+2011-04-23  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_19.f90: New.
+
+2011-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/48685
+       * gcc.dg/pr48685.c: New test.
+
+2011-04-22  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.dg/tree-ssa/pr38699.c: Fix testcase.
+
+2011-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/48717
+       * gcc.c-torture/execute/pr48717.c: New test.
+
+2011-04-22  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/48723
+       * gcc.target/i386/pr48723.c: New test.
+
+2011-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/48716
+       * gcc.dg/gomp/pr48716.c: New test.
+       * g++.dg/gomp/pr48716.C: New test.
+
+2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
+
+       PR c/36750
+       * gcc.dg/missing-field-init-2.c: Update testcase.
+
+2011-04-22  Alan Modra  <amodra@gmail.com>
+
+       * gcc.target/powerpc/ppc-pow.c: Allow for tail calls.
+
+2011-04-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/48405
+       * gfortran.dg/function_optimize_6.f90:  New test.
+
+2011-04-21  Easwaran Raman  <eraman@google.com>
+
+       * gcc.dg/stack-layout-2.c: New test.
+
+2011-04-21  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/48703
+       * g++.dg/lto/pr48207-2_0.C: New testcase.
+       * g++.dg/lto/pr48207-3_0.C: Likewise.
+
+2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/volatile5.adb: New test.
+       * gnat.dg/volatile5_pkg.ads: New helper.
+
+2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/48708
+       * gcc.target/i386/pr48708.c: New test.
+
+2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * gcc.dg/vect/vect-119.c: New test.
+
+2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * gcc.dg/vect/vect.exp: Run the main tests twice, one with -flto
+       and once without.
+
+2011-04-21  Richard Earnshaw  <rearnsha@arm.com>
+           Richard Sandiford  <richard.sandiford@linaro.org>
+
+       PR target/46329
+       * gcc.target/arm/pr46329.c: New test.
+
+2011-04-21  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_18.f90: New.
+
+2011-04-20  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/initlist47.C: New.
+
+       * g++.dg/init/dtor4.C: New.
+
+2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/48678
+       * gcc.target/i386/sse2-pinsrw.c: New test.
+       * gcc.target/i386/avx-vpinsrw.c: Ditto.
+       * gcc.target/i386/sse4_1-insvqi.c: Ditto.
+       * gcc.target/i386/sse2-insvhi.c: Ditto.
+       * gcc.target/i386/sse4_1-insvsi.c: Ditto.
+       * gcc.target/i386/sse4_1-insvdi.c: Ditto.
+
+2011-04-20  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/template/const4.C: New.
+
+2011-04-20  Easwaran Raman  <eraman@google.com>
+
+       * gcc.dg/stack-layout-1.c: New test.
+
+2011-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gcc.dg/vect/vect-shift-3.c, gcc.dg/vect/vect-shift-4.c: New.
+       * lib/target-supports.exp (check_effective_target_vect_shift_char): New
+       function.
+
+2011-04-20  Kai Tietz  <ktietz@redhat.com>
+
+       * gcc.dg/binop-xor1.c: New test.
+       * gcc.dg/binop-xor2.c: New test.
+       * gcc.dg/binop-xor3.c: New test.
+       * gcc.dg/binop-xor4.c: New test.
+       * gcc.dg/binop-xor5.c: New test.
+
+2011-04-20  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47892
+       * gcc.dg/vect/fast-math-ifcvt-1.c: New testcase.
+
+2011-04-20  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/48695
+       * g++.dg/torture/pr48695.C: New testcase.
+
+2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
+
+       * gcc.dg/pr42629.c: Add dg-require-effective-target int32plus
+       * gcc.c-torture/execute/cmpsi-2.c: Ditto
+       * gcc.c-torture/execute/pr45262.c: Ditto
+       * gcc.dg/torture/pr43165.c: Ditto.
+       * gcc.dg/torture/pr47228.c: Ditto.
+       * gcc.dg/tree-ssa/pr45144.c: Ditto.
+       * gcc.dg/ipa/pr45644.c: Ditto.
+       * gcc.c-torture/compile/pr43191.c: Ditto. Remove dg-skip-if for
+       PDP11.
+
 2011-04-19  Jason Merrill  <jason@redhat.com>
 
+       * g++.dg/ext/complex7.C: New.
+
        * g++.dg/ext/attrib41.C: New.
 
 2011-04-19  Kaz Kojima  <kkojima@gcc.gnu.org>