OSDN Git Service

* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index d48907c..1878af1 100644 (file)
@@ -1,3 +1,144 @@
+2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/alloc_comp_basics_1.f90: Update check.
+       * gfortran.dg/alloc_comp_constructor_1.f90: Update check.
+
+2007-08-29  Douglas Gregor  <doug.gregor@gmail.com>
+
+       PR c++/33194
+       * g++.dg/other/canon-33194.C: New.
+
+2007-08-29  Rask Ingemann Lambertsen  <rask@sygehus.dk>
+
+       * gcc.c-torture/execute/simd-1.c: Use SImode vector elements.
+       * gcc.c-torture/execute/pr23135.c: Likewise.
+
+2007-08-29  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/pr31344.c: Move to ...
+       * gcc.dg/dfp/pr31344.c: ... here.
+       * gcc.dg/sibcall-6.c: Simplify dg-skip-if directive.
+       * gcc.dg/20050503-1.c: Ditto.
+       * gcc.dg/20050111-1.c: Simplify i?86 and x86_64 dg-options directive.
+       * gcc.dg/20061127-1.c: Compile only for fpic targets.
+       * gcc.dg/20060801-1.c: Ditto.
+
+2007-08-29  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * gfortran.dg/isnan_1.f90: Add -mieee for sh.
+       * gfortran.dg/nan_1.f90: Likewise.
+
+2007-08-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/33055
+       Revert previous patch.
+
+2007-08-28  Nathan Sidwell  <nathan@codesourcery.com>
+           Kazu Hirata  <kazu@codesourcery.com>
+
+       * gcc.target/m68k/interrupt-1.c: New.
+
+2007-08-28  Rask Ingemann Lambertsen  <rask@sygehus.dk>
+
+       * gcc.c-torture/compile/limits-blockid.c: Reduce testcase size to
+       10000 for targets where "int" can't hold at least 100000.
+       * gcc.c-torture/compile/limits-enumconst.c: Likewise.
+       * gcc.dg/fold-eqandshift-1.c (INT_BITS): New.
+       (test5)(test6): Use it.
+       * gcc.dg/pr30744-1.c (r): Use pointer sized integer.
+       * gcc.dg/tree-ssa/foldaddr-1.c (foo): Likewise.
+       * gcc.dg/tree-ssa/loadpre6.c (main): Likewise.
+       * gcc.dg/tls/opt-5.c (__gen_tempname): Avoid overflowing 16-bit int.
+       * gcc.dg/attr-alloc_size.c (test): Likewise.
+
+2007-08-28  Paolo Carlini  <pcarlini@suse.de>
+
+       PR c++/33209
+       * g++.dg/template/error29.C: New.
+
+2007-08-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/32596
+       * g++.dg/ext/visibility/anon5.C: New test.
+
+2007-07-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
+
+       * gfortran.dg/gamma_4.f90: Fix large-real kind selection.
+
+2007-08-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/gamma_1.f90: Remove large-real tests.
+       * gfortran.dg/gamma_2.f90: Remove large-real tests.
+       * gfortran.dg/gamma_4.f90: New: large-real tests.
+
+2007-08-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/29000
+       * g++.dg/ext/stmtexpr12.C: New test.
+
+       PR c++/28558
+       * g++.dg/ext/attrib28.C: New test.
+
+2007-08-28  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/32661
+       * gcc.target/i386/pr32661.c: New test.
+
+2007-08-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/32370
+       * gcc.dg/pr32370.c: New test.
+
+       PR rtl-optimization/33148
+       * gcc.c-torture/compile/20070827-1.c: New test.
+
+       PR debug/32914
+       * d++.dg/debug/const3.C: New test.
+       * d++.dg/debug/const4.C: New test.
+       * d++.dg/debug/dwarf2/const1.C: New test.
+       * d++.dg/debug/dwarf2/const2.C: New test.
+       * d++.dg/debug/dwarf2/const2b.C: New test.
+
+2007-08-28  Mircea Namolaru  <namolaru@il.ibm.com>
+            Vladimir Yanovsky  <yanov@il.ibm.com>
+            Revital Eres  <eres@il.ibm.com>
+            Andrey Belevantsev  <abel@ispras.ru>
+
+       * gcc.dg/sms-1.c: New test.
+
+2007-08-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/ext/gnu-inline-common.h: New.
+       * g++.dg/ext/gnu-inline-global-reject.C: New.
+       * g++.dg/ext/gnu-inline-global.C: New.
+       * g++.dg/ext/gnu-inline-namespace.C: New.
+       * g++.dg/ext/gnu-inline-anon-namespace.C: New.
+       * g++.dg/ext/gnu-inline-class.C: New.
+       * g++.dg/ext/gnu-inline-class-static.C: New.
+       * g++.dg/ext/gnu-inline-template-class.C: New.
+       * g++.dg/ext/gnu-inline-template-func.C: New.
+
+2007-08-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/31337
+       * g++.dg/ext/stmtexpr11.C: New.
+
+2007-08-27  Kazu Hirata  <kazu@codesourcery.com>
+
+       * lib/target-supports.exp (check_profiling_available):
+       Set profiling_available_saved to 0 on fido-*-elf.
+
+2007-08-27  Daniel Berlin  <dberlin@dberlin.org>
+
+       PR tree-optimization/33173
+       
+       * gcc.c-torture/compile/pr33173.c: New.
+
+2007-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/31385
+       * gcc.dg/dfp/pr31385.c: New.
+
 2007-08-27  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.dg/unsigned-long-compare.c: Remove target selector.