OSDN Git Service

PR tree-optimization/17578
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 5f0074a..71547b7 100644 (file)
@@ -1,6 +1,93 @@
+2004-12-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR tree-optimization/17578
+       * gcc.c-torture/execute/ieee/compare-fp-3.x: Append -fno-trapping-math
+       to additional_flags.
+       * gcc.c-torture/execute/ieee/compare-fp-4.x: Likewise.
+
+2004-12-25  Richard Henderson  <rth@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
+       Remove Alpha.
+
+2004-12-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on
+       hppa*-*-hpux*.
+       * gcc.dg/pr17957.c (dg-options): Likewise.
+       * gcc.dg/struct-ret-1.c: Add prototype for abort.
+       * gcc.dg/tree-ssa/asm-2.c, gcc.dg/tree-ssa/asm-3.c: Use register 1
+       instead of 0 on __hppa__.
+       * gcc.dg/tree-ssa/loop-1.c (dg-final): Check for five instances of
+       "foo,%r" on hppa*-*-*.
+
+2004-12-23  Bud Davis  <bdavis9659@comcast.net>
+
+       PR fortran/19071
+       * gfortran.dg/complex_write.f90: New test.
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17595
+       * g++.dg/parse/pragma2.C: New test.
+
+       * g++.dg/opt/temp1.C: Make memcpy actually copy bytes.
+
+2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.dg/empty2.c: Add missing dg-warning.
+
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17413
+       * g++.dg/template/local4.C: New test.
+       * g++.dg/template/crash19.C: Add dg-error marker.
+
+       * g++.dg/template/crash31.C: Correct embedded PR number.
+
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/16405
+       * g++.dg/opt/temp1.C: Add do-run marker.
+
+2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * g++.dg/template/spec19.C: New.
+
+2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR target/16819
+       * gcc.dg/empty2.c: New.
+
+2004-12-23  Richard Henderson  <rth@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_no_align): 
+       Remove i?86 and x86-64.
+
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/16405
+       * g++.dg/opt/temp1.C: New test.
+
+2004-12-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/18733
+       * g++.dg/template/friend33.C: New testcase.
+
+2004-12-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/18464
+       * g++.dg/template/cond5.C: New test.
+
+       PR c++/18492
+       * g++.dg/inherit/thunk3.C: New test.
+
+       PR c++/11224
+       * g++.dg/warn/Wunused-9.C: New test.
+       
 2004-12-22  Janis Johnson  <janis187@us.ibm.com>
 
-       * lib/gcc-dg.exp (dg-xfail-if): Fix the flags compared against.
+       * lib/gcc-dg.exp (dg-skip-if): Fix the flags compared against.
 
 2004-12-22  Jan Beulich  <jbeulich@novell.com>