OSDN Git Service

* gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index a3d19c4..cecd7fa 100644 (file)
@@ -1,3 +1,282 @@
+2004-10-27  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
+       * gcc.dg/weak/weak-3.c: Likewise.
+       * gcc.dg/weak/weak-5.c: Likewise.
+       * gcc.dg/weak/weak-9.c: Likewise.
+       * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
+       * lib/target-supports.exp (check_weak_available): Mach-O does weak.
+
+       * gcc.dg/darwin-weakimport-1.c: New.
+
+2004-10-28  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
+
+2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
+       'syntax' error messages.
+       * gcc.dg/cpp/direct2s.c: Likewise.
+
+2004-10-26  Geoffrey Keating  <geoffk@apple.com>
+
+       * gcc.c-torture/compile/20041026-1.c: New.
+
+2004-10-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/18093
+       * g++.dg/lookup/ns2.C: New test.
+
+       PR c++/18020
+       * g++.dg/template/enum4.C: New test.
+
+       PR c++/18161
+       * g++.dg/template/expr1.C: New test.
+
+2004-10-26  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
+
+2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
+       gcc.dg/decl-nospec-3.c: New tests.
+
+2004-10-26  Ziemowit Laski  <zlaski@apple.com>
+
+       * objc.dg/super-class-3.m: New test.
+
+2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
+       resyncing.
+       * gcc.dg/cpp/direct2s.c: Likewise.
+
+2004-10-25  Geoffrey Keating  <geoffk@apple.com>
+
+       * objc.dg/image-info.m: Update for changes to section selection.
+
+2004-10-25  David Ayers  <d.ayers@inode.at>
+           Ziemowit Laski  <zlaski@apple.com>
+
+       * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
+       diagnostics when messaging 'id <Proto>'.
+       * objc.dg/class-protocol-1.m: New test.
+       * objc.dg/desig-init-1.m: Add message to an invalid receiver using
+       a non-existent method signature.
+       * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
+       Update diagnostics when messaging with non-existent method signature.
+       * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
+       * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
+       invalid receivers are now resolved as if messaging 'id'; remove
+       extraneous diagnostics.
+
+2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/16667
+       * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
+       gcc.dg/init-desig-obs-3.c: New tests.
+
+2004-10-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/debug/20041023-1.c: New test.
+
+2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR middle-end/17407
+       * gcc.c-torture/compile/pr17407.c: New test.
+
+       PR c++/18121
+       * g++.dg/template/array8.C: New test.
+
+2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR other/18138
+       * lib/g++.exp: Accept more than one multilib libgcc.
+       * lib/gcc-dg.exp: Likewise.
+       * lib/objc.exp: Likewise.
+       * lib/treelang.exp: Likewise.
+       * lib/gfortran.exp: Likewise.
+
+2004-10-24  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
+
+2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
+
+       * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
+       * gcc.dg/c99-const-expr-3.c: Likewise.
+
+2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
+
+       * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
+
+2004-10-23  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.c-torture/execute/loop-2e.x: Remove.
+
+2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/18095
+       * g++.dg/parse/crash18.C: New.
+       * g++.dg/parse/crash19.C: New.
+
+2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * g++.dg/ext/dllimport1.C: Move dg-warnings.
+       * g++.dg/ext/dllimport2.C: Same.
+       * g++.dg/ext/dllimport8.C: Same.
+
+2004-10-21  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/10841
+       * g++.dg/conversion/cast1.C: New test.
+       * g++.dg/overload/pmf1.C: Adjust error marker.
+
+2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR objc/17923
+       * objc.dg/const-str-7.m: New test.
+
+2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       * g++.dg/template/memfriend11.C: Fix comment typo.
+       * g++.dg/template/memfriend14.C: Likewise.
+
+2004-10-20  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
+       gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
+       -fasynchronous-unwind-tables.
+
+2004-10-20  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
+       (main): Return success.
+       * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
+       (main): Return success.
+
+2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       PR c++/13495
+       * g++.dg/template/memfriend9.C: New test.
+       * g++.dg/template/memfriend10.C: Likewise.
+       * g++.dg/template/memfriend11.C: Likewise.
+       * g++.dg/template/memfriend12.C: Likewise.
+       * g++.dg/template/memfriend13.C: Likewise.
+       * g++.dg/template/memfriend14.C: Likewise.
+       * g++.dg/template/memfriend15.C: Likewise.
+       * g++.dg/template/memfriend16.C: Likewise.
+       * g++.dg/template/memfriend17.C: Likewise.
+       * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
+
+2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/conversion/dr195.C: New.
+       * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
+
+2004-10-20  Ben Elliston  <bje@au.ibm.com>
+           Devang Patel  <dpatel@apple.com>
+
+       * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
+       of floating point arithmetic, which could trap.
+
+2004-10-19  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14035
+       * g++.dg/conversion/reinterpret1.C: Adjust error markers.
+       * g++.dg/conversion/const2.C: New test.
+       * g++.dg/expr/reinterpret2.C: New test.
+       * g++.dg/expr/reinterpret3.C: New test.
+       * g++.dg/expr/cast2.C: New test.
+       * g++.dg/expr/copy1.C: New test.
+       * g++.dg/other/conversion1.C: Change error message.
+       * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
+       function pointers to void *.
+       * g++.old-deja/g++.mike/p10148.C: Likewise.
+
+2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
+
+2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR c++/18047
+
+       * g++.dg/parse/expr3.C: New test.
+
+2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/smod-1.c: New test.
+
+2004-10-18  Ziemowit Laski  <zlaski@apple.com>
+
+       * objc.dg/method-14.m: New test.
+
+2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
+       Also xfail as the patch was reverted.
+
+2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR middle-end/16973
+       * gcc.dg/pr16973.c: New test.
+
+2004-10-18  Diego Novillo  <dnovillo@redhat.com>
+
+       PR tree-optimization/17656
+       * testsuite/gcc.c-torture/compile/pr17656.c: New test.
+
+2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/eh/shadow1.C: New.
+
+2004-10-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.c-torture/compile/20041018-1.c: New test.
+
+2004-10-18  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
+       compiler referring to register 0 when accessing sdata.  The linker
+       now patches things up.
+
+2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c/17529
+       * gcc.c-torture/compile/pr17529.c: New test.
+
+2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/17743
+       * g++.dg/ext/attrib17.C: New test.
+
+2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
+
+2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/10479
+       * g++.dg/ext/attrib16.C: New test.
+
+2004-10-15  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/17042
+       * g++.dg/init/dso_handle1.C: New test.
+
+       PR c++/14667
+       * g++.dg/parse/typedef6.C: New test.
+
+       PR c++/17916
+       * g++.dg/parse/pragma1.C: New test.
+
+2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
+
 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
 
        * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use