OSDN Git Service

PR target/49411
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d3585ce..f655f33 100644 (file)
@@ -1,3 +1,441 @@
+2011-06-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/49411
+       * gcc.target/i386/testimm-1.c: New test.
+       * gcc.target/i386/testimm-2.c: New test.
+       * gcc.target/i386/testimm-3.c: New test.
+       * gcc.target/i386/testimm-4.c: New test.
+       * gcc.target/i386/testimm-5.c: New test.
+       * gcc.target/i386/testimm-6.c: New test.
+       * gcc.target/i386/testimm-7.c: New test.
+       * gcc.target/i386/testimm-8.c: New test.
+       * gcc.target/i386/xop-vpermil2px-2.c: New test.
+       * gcc.target/i386/xop-rotate1-int.c: New test.
+       * gcc.target/i386/xop-rotate2-int.c: New test.
+
+2011-06-17  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2011-05-23  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/49115
+       * g++.dg/torture/pr49115.C: New testcase.
+
+2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
+
+       Backport from mainline
+       2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR rtl-optimization/48542
+       * gcc.dg/torture/pr48542.c: New test.
+
+2011-06-17  Tobias Burnus
+
+       PR fortran/49324
+       * gfortran.dg/alloc_comp_assign_11.f90: New.
+
+2011-06-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/49229
+       * g++.dg/cpp0x/sfinae26.C: New.
+
+       PR c++/49251
+       * g++.dg/cpp0x/variadic113.C: New.
+
+2011-06-16  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       Backport form main line
+       2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/49307
+       * gcc.dg/pr49307.c: New.
+
+2011-06-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/49419
+       * gcc.c-torture/execute/pr49419.c: New test.
+
+       Backported from mainline
+       2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
+
+       PR target/44618
+       * gcc.target/powerpc/outofline_rnreg.c: New testcase.
+
+2011-06-14  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/other/error23.C: Adjust error message.
+       * g++.dg/other/error32.C: Likewise.
+
+       PR c++/49369
+       * g++.dg/cpp0x/decltype30.C: New.
+
+2011-06-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/49103
+       * gfortran.dg/pr49103.f90: New test.
+
+       PR rtl-optimization/49390
+       * gcc.c-torture/execute/pr49390.c: New test.
+
+2011-06-10  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc/testsuite/gcc.target/arm/20090811-1.c: Skip for incompatible
+       options, do not override other options.
+       * gcc/testsuite/gcc.target/arm/combine-cmp-shift.c: Skip for
+       incompatible options.
+       * gcc/testsuite/gcc.target/arm/pr45094.c: Likewise.
+       * gcc/testsuite/gcc.target/arm/scd42-1.c: Likewise.
+       * gcc/testsuite/gcc.target/arm/scd42-3.c: Likewise.
+       * gcc/testsuite/gcc.target/arm/thumb-ltu.c: Likewise.
+
+       * lib/target-supports.exp
+       (check_effective_target_arm_neon_fp16_ok_nocache): Return 0 if
+       multilib flags use -mfpu with a value other than neon-fp16.
+
+2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       Backport from mainline
+       2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/49238
+       * gcc.c-torture/compile/pr49238.c: New.
+
+2011-06-07  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/enum19.C: New.
+
+2011-06-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR gcov-profile/49299
+       * gcc.dg/tree-prof/pr49299-1.c: New test.
+       * gcc.dg/tree-prof/pr49299-2.c: New test.
+
+2011-06-06  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/regress/ptrmem1.C: New.
+
+2011-06-06  Asher Langton  <langton2@llnl.gov>
+
+       PR fortran/49268
+       * gfortran.dg/PR49268.f90: New test.
+
+2011-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49264
+       * g++.dg/opt/pr49264.C: New test.
+
+2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
+
+       PR tree-optimization/49243
+       * gcc.dg/pr49243.c: New.
+
+2011-06-06  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/48702
+       * gcc.dg/torture/pr48702.c: New testcase.
+
+       Backport from mainline
+       2011-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/49235
+       * gcc.dg/pr49235.c: New test.
+
+2011-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       Backport from mainline
+       2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/49186
+       * gcc.c-torture/execute/pr49186.c: New.
+
+2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+        PR c++/33840
+       * g++.dg/diagnostic/bitfld2.C: New.
+
+2011-06-04  Ira Rosen  <ira.rosen@linaro.org>
+
+       PR tree-optimization/49038
+       * gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c: New test.
+       * gcc.dg/vect/pr49038.c: New test.
+
+2011-06-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49276
+       * g++.dg/cpp0x/lambda/lambda-mangle2.C: New test.
+
+2011-06-02  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/49265
+       * gfortran.dg/module_procedure_double_colon_1.f90: New test.
+       * gfortran.dg/module_procedure_double_colon_2.f90: New test.
+
+2011-06-02  Ira Rosen  <ira.rosen@linaro.org>
+
+       PR tree-optimization/49093
+       * gcc.dg/vect/pr49093.c: New test.
+
+2011-05-31  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       Backport from trunk
+       PR fortran/45786
+       * gfortran.dg/operator_7.f90:  New test case.
+
+2011-05-31  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2011-05-19  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/48985
+       * gcc.dg/builtin-object-size-11.c: New testcase.
+
+2011-05-31  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2011-05-11  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/48953
+       * gcc.dg/torture/pr48953.c: New testcase.
+
+2011-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49223
+       * g++.dg/gomp/pr49223-1.C: New test.
+       * g++.dg/gomp/pr49223-2.C: New test.
+
+2011-05-30  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/49218
+       * gcc.c-torture/execute/pr49218.c: New testcase.
+
+2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/reg-var-1.c: New test.
+
+2011-05-29  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/49217
+       * gcc.dg/torture/pr49217.c: New testcase.
+
+2011-05-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/lambda/lambda-template2.C: New.
+
+       * g++.dg/cpp0x/enum18.C: New.
+
+       * g++.dg/cpp0x/error6.C: New.
+
+2011-05-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49165
+       * g++.dg/eh/cond6.C: New test.
+
+2011-05-27  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/template/const5.C: New.
+
+2011-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR fortran/48955
+       * gfortran.dg/dependency_40.f90 : New test.
+
+2011-05-26  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/variadic111.C: New.
+       * g++.dg/cpp0x/variadic41.C: Adjust.
+
+2011-05-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49165
+       * g++.dg/eh/cond5.C: New test.
+
+       PR tree-optimization/49161
+       * gcc.c-torture/execute/pr49161.c: New test.
+
+2011-05-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/error4.C: New.
+
+       * g++.dg/cpp0x/rv-restrict.C: New.
+
+2011-05-26  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+       * g++.dg/init/pr25811-2.C: New.
+       * g++.dg/init/pr25811-3.C: New.
+       * g++.dg/init/pr25811-4.C: New.
+
+2011-05-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/enum15.C: New.
+       * g++.dg/cpp0x/constexpr-switch2.C: New.
+
+       * g++.dg/cpp0x/variadic110.C: New.
+
+       * g++.dg/cpp0x/auto9.C: Add typedef test.
+
+       * g++.dg/cpp0x/auto23.C: New.
+       * g++.dg/cpp0x/auto9.C: Adjust.
+
+       * g++.dg/cpp0x/defaulted29.C: New.
+
+       * g++.dg/cpp0x/initlist51.C: New.
+
+2011-05-25  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/fp16-compile-none-1.c: Update expected error.
+       * g++.dg/abi/packed1.C: Suppress warning.
+       * g++.dg/warn/Wunused-parm-3.C: Likewise.
+       * g++.dg/template/stdarg1.C: Likewise.
+       * g++.dg/other/packed1.C: Remove arm from xfail list.
+
+2011-05-25  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/enum16.C: New.
+       * g++.dg/parse/error15.C: Adjust.
+
+       * g++.dg/cpp0x/initlist50.C: New.
+
+       * g++.dg/cpp0x/lambda/lambda-conv5.C: New.
+
+       * g++.dg/cpp0x/variadic109.C: New.
+
+2011-05-25  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       Backport from mainline
+       2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       PR libobjc/48177
+       * objc.dg/pr48177.m: New testcase.
+
+2011-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/49136
+       * g++.dg/cpp0x/constexpr-bitfield2.C: New test.
+       * g++.dg/cpp0x/constexpr-bitfield3.C: New test.
+
+2011-05-24  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/access01.C: New.
+
+       * g++.dg/template/access21.C: New.
+       * g++.dg/template/access22.C: New.
+
+       * g++.dg/cpp0x/rv-cast2.C: New.
+
+       * g++.dg/cpp0x/lambda/lambda-eh2.C: New.
+
+       * g++.dg/cpp0x/error3.C: New.
+
+       * g++.dg/cpp0x/defaulted27.C: New.
+
+       * g++.dg/cpp0x/decltype27.C: New.
+
+2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/49133
+       * g++.dg/other/pr49133.C: New test.
+
+2011-05-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR lto/49123
+       * gcc.c-torture/execute/pr49123.c: New test.
+
+       PR debug/49032
+       * gcc.dg/debug/pr49032.c: New test.
+
+       PR c/49120
+       * gcc.dg/pr49120.c: New test.
+
+       PR middle-end/48973
+       * gcc.c-torture/execute/pr48973-1.c: New test.
+       * gcc.c-torture/execute/pr48973-2.c: New test.
+
+2011-05-22  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/sfinae23.C: New.
+       * g++.dg/cpp0x/sfinae8.C: Correct.
+
+2011-05-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/49029
+       * gcc.c-torture/compile/pr49029.c: New test.
+
+2011-05-20  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/constexpr-static7.C: New.
+
+       * g++.dg/cpp0x/enum13.C: New.
+
+       * g++.dg/cpp0x/defaulted26.C: New.
+
+       * g++.dg/cpp0x/noexcept02.C: Fix.
+       * g++.dg/cpp0x/noexcept03.C: Fix.
+       * g++.dg/cpp0x/noexcept08.C: Fix.
+       * g++.dg/cpp0x/noexcept10.C: New.
+
+       * g++.dg/cpp0x/constexpr-friend.C: New.
+       * g++.dg/cpp0x/constexpr-incomplete1.C: New.
+       * g++.dg/cpp0x/constexpr-incomplete2.C: New.
+       * g++.dg/cpp0x/constexpr-incomplete3.C: New.
+       * g++.dg/cpp0x/constexpr-memfn1.C: Adjust.
+
+       * g++.dg/cpp0x/sfinae22.C: New.
+
+       * g++.dg/cpp0x/variadic108.C: New.
+
+       * g++.dg/init/new32.C: New.
+
+2011-05-20  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/49079
+       * gcc.dg/torture/pr49079.c: New testcase.
+
+2011-05-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/49073
+       * gcc.c-torture/execute/pr49073.c: New test.
+
+2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.c-torture/execute/960321-1.x: Remove.
+
+2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Backport from mainline
+       2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/49002
+       * gcc.target/i386/pr49002-1.c: New test.
+       * gcc.target/i386/pr49002-2.c: Likewise.
+
+2011-05-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/49039
+       * gcc.c-torture/execute/pr49039.c: New test.
+       * gcc.dg/tree-ssa/pr49039.c: New test.
+       * g++.dg/torture/pr49039.C: New test.
+
+2011-05-18  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2011-04-19  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/48207
+       * g++.dg/lto/pr48207_0.C: New testcase.
+
+       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-05-18  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2011-05-12  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/48172
+       * gcc.dg/vect/pr48172.c: New testcase.
+
 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/49000