OSDN Git Service

PR target/14533
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index f62f294..2d03db8 100644 (file)
@@ -1,3 +1,398 @@
+2004-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/14533
+       * gcc.dg/20040311-2.c: New test.
+
+2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR other/14544
+       * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
+       bit-field.
+
+2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/20040305-2.c: Add missing return statement.
+
+2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-34.c: Also check pow10*.
+
+2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR target/14262
+       * gcc.dg/20040305-2.c: New test.
+
+2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/20040310-1.c: New test.
+
+2004-03-11  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.c-torture/execute/20040311-1.c: New test case.
+
+2004-03-11  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14476
+       * g++.dg/lookup/enum1.C: New test.
+
+2004-03-10  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14510
+       * g++.dg/lookup/struct2.C: New test.
+
+2004-03-10  Uros Bizjak  <uros@kss-loka.si>
+
+       * gcc.dg/builtins-34.c: New test.
+
+2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-nonneg-1.c: New test.
+
+2004-03-09  James E Wilson  <wilson@specifixinc.com>
+
+       * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
+       * gcc.dg/alias-2.c: New testcase.
+
+2004-03-09  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
+
+2004-03-09  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.c-torture/execute/20040309-1.c: New test case.
+
+2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/14397
+       * g++.dg/overload/ref1.C: New.
+
+2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/14409
+       * g++.dg/template/spec12.C: New test.
+
+       PR c++/14448
+       * g++.dg/parse/crash14.C: New test.
+
+2004-03-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14230
+       * g++.dg/init/ref11.C: New test.
+
+2004-03-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14432
+       * g++.dg/parse/builtin2.C: New test.
+
+2004-03-08  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14401
+       * g++.dg/init/ctor3.C: New test.
+       * g++.dg/init/union1.C: New test.
+       * g++.dg/ext/anon-struct4.C: New test.
+
+2004-03-08  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/lookup/koenig1.C: Tweak error messages.
+       * g++.dg/lookup/used-before-declaration.C: Likewise.
+       * g++.dg/other/do1.C: Likewise.
+       * g++.dg/overload/koenig1.C: Likewise.
+       * g++.dg/parse/crash13.C: Likewise.
+       * g++.dg/template/instantiate3.C: Likewise.
+
+2004-03-08  Eric Christopher  <echristo@redhat.com>
+
+       * * lib/target-supports.exp: Enable libiconv in test
+       compilation.  Fix up error checking.
+
+2004-03-08  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/14289
+       * gcc.dg/pr14289-1.c: New test case.
+       * gcc.dg/pr14289-2.c: Likewise.
+       * gcc.dg/pr14289-3.c: Likewise.
+
+2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
+
+       * gcc.c-torture/execute/20040308-1.c: New test.
+
+2004-03-07  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.c-torture/execute/20040307-1.c: New test case.
+
+2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
+
+2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/20040306-1.c: New test.
+
+2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
+       them static.
+       * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
+
+2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR c/14465
+       * gcc.dg/decl-6.c: New test.
+
+2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
+       Rename LOGPOW -> LOG_POW.
+       (SQRT_EXP, POW_EXP): New.
+
+2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/i386-sse-8.c: New test.
+
+2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR c/14114
+       * gcc.dg/decl-5.c: New test.
+
+2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gcc.dg/20040305-1.c: New test.
+
+2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR other/14354
+       * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
+
+2004-03-04  Ziemowit Laski  <zlaski@apple.com>
+
+       PR c++/14425, c++/14426
+       * g++.dg/ext/altivec-4.C: New test.
+       * g++.dg/ext/altivec-5.C: New test.
+
+2004-03-04  Geoffrey Keating  <geoffk@apple.com>
+
+       * g++.old-deja/g++.other/linkage1.C: Expect errors about
+       global variables of a type with no linkage.
+       * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
+       * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
+       * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
+       * g++.old-deja/g++.bugs/900210_02.C: Likewise.
+       * g++.old-deja/g++.bugs/900210_03.C: Likewise.
+       * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
+       * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
+       * g++.dg/warn/deprecated.C: Name enum Color.
+       * g++.dg/overload/VLA.C: Name structure for 'b'.
+       * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
+
+2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.c-torture/compile/20040304-1.c: New test.
+
+2004-03-03  Zack Weinberg  <zack@codesourcery.com>
+
+       PR 13728
+       * gcc.dg/decl-4.c: New testcase.
+
+2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
+       as PRECF if sizeof (float) > sizeof (double).
+       (PRECL): Make it the same as PRECF if
+       sizeof (float) > sizeof (long double).
+
+2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/builtins-config.h: Use underscore macro style for __sun
+       system type.  Add check for irix6 which doesn't have c99 runtime.
+
+2004-03-03  Bob Wilson  <bob.wilson@acm.org>
+
+       * gcc.dg/const-elim-1.c: xfail for xtensa.
+
+2004-03-01  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14369
+       * g++.dg/template/cond4.C: New test.
+
+2004-03-01  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14360
+       * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
+
+       PR c++/14361
+       * g++.dg/parse/defarg7.C: New test.
+
+       PR c++/14359
+       * g++.dg/template/friend26.C: New test.
+
+2004-03-01  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14324
+       * g++.dg/abi/mangle21.C: New test.
+
+       PR c++/14260
+       * g++.dg/parse/constructor2.C: New test.
+
+       PR c++/14337
+       * g++.dg/template/sfinae1.C: New test.
+
+2004-02-29  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14267
+       * g++.dg/expr/crash2.C: New test.
+
+       PR middle-end/13448
+       * gcc.dg/inline-5.c: New test.
+       * gcc.dg/always-inline.c: Split out tests into ...
+       * gcc.dg/always-inline2.c: ... this and ...
+       * gcc.dg/always-inline3.c: ... this.
+
+2004-02-29  Mark Mitchell  <mark@codesourcery.com>
+
+       PR debug/12103
+       * g++.dg/debug/crash1.C: New test.
+
+2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
+       function with __attribute__((noinline)).
+       (recurser_void2): Likewise.
+       * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
+       (recurser_void2): Likewise.
+
+2004-02-29  Roger Sayle  <roger@eyesopen.com>
+
+       PR middle-end/14203
+       * g++.dg/warn/Wunused-6.C: New test case.
+
+2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
+
+       * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
+       not defined.
+
+2004-02-27  Eric Christopher  <echristo@redhat.com>
+
+       * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
+       * g++.dg/charset/asm2.c: Run only x86.
+       * gcc.dg/charset/asm3.c: Ditto.
+
+2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
+
+       * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
+       ld_library_path.
+
+2004-02-27  Ziemowit Laski  <zlaski@apple.com>
+
+       * g++.dg/ext/altivec-3.C: New.
+
+2004-02-26  Richard Henderson  <rth@redhat.com>
+
+       * g++.dg/ext/attrib10.C: Mark for warning.
+       * gcc.dg/attr-alias-1.c: New.
+
+2004-02-26  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
+       * gcc.c-torture/execute/20040208-2.c: ... it back.
+
+2004-02-26  Eric Christopher  <echristo@redhat.com>
+
+       * lib/target-supports.exp (check-iconv-available): New function.
+       * lib/gcc-dg.exp (dg-require-iconv): New function.
+       Use above.
+       * gcc.dg/charset: New directory.
+       * gcc.dg/charset/charset.exp: New file.
+       * gcc.dg/charset/asm1.c: Ditto.
+       * gcc.dg/charset/asm2.c: Ditto.
+       * gcc.dg/charset/asm3.c: Ditto.
+       * gcc.dg/charset/asm4.c: Ditto.
+       * gcc.dg/charset/asm5.c: Ditto.
+       * gcc.dg/charset/attribute1.c: Ditto.
+       * gcc.dg/charset/attribute2.c: Ditto.
+       * gcc.dg/charset/string1.c: Ditto.
+       * g++.dg/charset: New directory.
+       * g++.dg/dg.exp: Add here. Special options.
+       * g++.dg/charset/charset.exp: New file.
+       * g++.dg/charset/asm1.c: Ditto.
+       * g++.dg/charset/asm2.c: Ditto.
+       * g++.dg/charset/asm3.c: Ditto.
+       * g++.dg/charset/asm4.c: Ditto.
+       * g++.dg/charset/attribute1.c: Ditto.
+       * g++.dg/charset/attribute2.c: Ditto.
+       * g++.dg/charset/extern1.cc: Ditto.
+       * g++.dg/charset/extern2.cc: Ditto.
+       * g++.dg/charset/string1.c: Ditto.
+
+2004-02-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14278
+       * g++.dg/parse/comma1.C: New test.
+
+2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/14284
+       * g++.dg/template/ttp8.C: New test.
+
+2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
+
+       * gcc.dg/fixuns-trunc-1.c: New test.
+
+2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/builtins-config.h: Use #elif.
+
+2004-02-26  Michael Matz  <matz@suse.de>
+
+       * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
+       * gcc.dg/991214-1.c: Likewise.
+       * gcc.dg/i386-asm-1.c: Likewise.
+
+2004-02-25  Richard Henderson  <rth@redhat.com>
+
+       * gcc.c-torture/execute/20040208-2.c: Move ...
+       * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
+
+2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/14246
+       * g++.dg/other/crash-3.C: New test.
+
+2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
+       * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
+
+       * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
+       HP-UX.
+
+2004-02-24  Michael Matz  <matz@suse.de>
+
+       * gcc.dg/i386-regparm.c: New.
+
+2004-02-23  James E Wilson  <wilson@specifixinc.com>
+
+       * gcc.c-torture/execute/20040223-1.c: New.
+
+2004-02-23  Zack Weinberg  <zack@codesourcery.com>
+           Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/fwritable-strings-1.c: Remove.
+
+2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c/14156
+       * gcc.dg/20040223-1.c: New test.
+
+2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
+
+       PR c++/14106
+       * g++.dg/ext/typeof9.C: New test.
+
+2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/14250
+       * g++.dg/other/switch1.C: New test.
+
 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.dg/cast-function-1.c: Adjust for new informative message.
        * gcc.dg/altivec-6.c: New test case.
        * gcc.dg/altivec-[7-9].c: Generalize target triple; add
        type casts as needed.
-       * gcc.dg/altivec-10.c: Include altivec_check.h and call 
+       * gcc.dg/altivec-10.c: Include altivec_check.h and call
        altivec_check().
        * gcc.dg/altivec-12.c: New test case.
        * gcc.dg/altivec-varargs-1.c: Generalize target triple;
@@ -20993,5 +21388,3 @@ rlsruhe.de>
        correspond to c-torture 1.11.
 
        * New file.
-
-