OSDN Git Service

http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 5369f58..cc6a362 100644 (file)
@@ -1,3 +1,123 @@
+2008-02-04  Diego Novillo  <dnovillo@google.com>
+
+       http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
+
+       PR 33738
+       * testsuite/g++.dg/warn/pr33738.C: New.
+
+2008-02-04  Daniel Franke  <franke.daniel@gmail.com>
+
+       * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
+       to match.
+
+2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * lib/target-supports.exp (check_effective_target_hard_float): Only
+       use the macro definition tests for mips*-*-* and xtensa-*-*.  For all
+       other targets, grep for a call insn in the rtl expand dump for an
+       add of two doubles.
+       (target_compile): Support generating rtl dumps as output.
+
+2008-02-04  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/33631
+       * gcc.c-torture/execute/pr33631.c: New testcase.
+
+2008-02-04  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/35043
+       * gcc.c-torture/compile/pr35043.c: New testcase.
+
+2008-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
+
+2008-02-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/pr31628.c: Require effective target fpic.
+       * gcc.target/i386/strinline.c: Ditto.
+       * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
+       * gcc.dg/pr35045.c: Ditto.
+       * gcc.dg/20050503-1.c: Ditto.
+
+2008-02-03  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/32760
+       * gfortran.dg/host_assoc_variable_1.f90: New test.
+       * gfortran.dg/allocate_stat.f90: Change last three error messages.
+
+2008-02-02  Michael Matz  <matz@suse.de>
+
+       PR target/35045
+       * gcc.dg/pr35045.c: New test.
+
+2008-02-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/35001
+       * gfortran.dg/shape_4.f90:  New test.
+
+2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
+
+2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR rtl-optimization/34773
+       * gcc.target/cris/torture/pr34773.c: New test.
+
+2008-02-01  Nick Clifton  <nickc@redhat.com>
+
+       * lib/target-supports.exp (check_profiling_available): Do not
+       expect profiling to work on the xstormy16 target.
+
+2008-02-01  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR testsuite/35047
+       * gcc.c-torture/execute/20050316-2.x: New file.
+       * gcc.target/i386/pr17390.c: Update scan pattern.
+       * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
+       * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
+
+2008-01-31  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/34910
+       * gfortran.dg/proc_assign_2.f90: New test.
+
+2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/34935
+       PR c++/34936
+       * g++.dg/ext/alias-canon.C: New.
+       * g++.dg/ext/alias-mangle.C: New.
+
+2008-01-30  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
+
+2008-01-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/other/first-global.C: Add -fpie for all pic targets.
+       * g++.dg/parse/attr-externally-visible-1.C: Likewise.
+
+2008-01-30  Jan Hubicka  <jh@suse.cz>
+
+       PR target/34982
+       * gcc.c-torture/execute/pr34982.c: New testcase.
+
+2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gcc.target/s390/tf_to_di-1.c: New testcase.
+
+2008-01-30  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/34975
+       * gfortran.dg/use_only_3.f90: New test.
+       * gfortran.dg/use_only_3.inc: Modules for new test.
+
+       PR fortran/34429
+       * gfortran.dg/function_charlen_2.f90: New test.
+
 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/34969
        
 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
 
-        PR c++/34891
-        * g++.dg/ext/vector9.C: New.
+       PR c++/34891
+       * g++.dg/ext/vector9.C: New.
 
 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
 
-        PR c++/34776
+       PR c++/34776
        PR c++/34486
-        * g++.dg/template/crash75.C: New.
-        * g++.dg/template/crash76.C: Likewise. 
+       * g++.dg/template/crash75.C: New.
+       * g++.dg/template/crash76.C: Likewise.  
 
 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR c++/33407
        * g++.dg/init/new26.C: New test.
 
-2008-01-18  Richard Guenther   <rguenther@suse.de>
+2008-01-18  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/34801
        * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
 
 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
 
-       PR c++/34314
-       * g++.dg/cpp0x/vt-34314.C: New.
-       * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
-       reality (the error message was wrong previously).
+       PR c++/34314
+       * g++.dg/cpp0x/vt-34314.C: New.
+       * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
+       reality (the error message was wrong previously).
 
 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
 
-       PR c++/33964
-       * g++.dg/cpp0x/vt-33964.C: New.
-       * g++.dg/template/partial5.C: New.
+       PR c++/33964
+       * g++.dg/cpp0x/vt-33964.C: New.
+       * g++.dg/template/partial5.C: New.
 
 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
 
-       PR c++/34052
-       * g++.dg/cpp0x/vt-34052.C: New.
-       * g++.dg/template/ttp26.C: New.
+       PR c++/34052
+       * g++.dg/cpp0x/vt-34052.C: New.
+       * g++.dg/template/ttp26.C: New.
        
 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
 
 
 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
 
-       * g++.dg/cpp0x/long_long.C: New.
+       * g++.dg/cpp0x/long_long.C: New.
 
 2008-01-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
 2007-11-05  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/33648
-       * gcc.dg/pr33648.c: Require effective targer freorder.
+       * gcc.dg/pr33648.c: Require effective target freorder.
 
 2007-11-05  Revital Eres  <eres@il.ibm.com>