OSDN Git Service

* gcc.dg/torture/builtin-convert-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 931439d..b2f0ee1 100644 (file)
@@ -1,3 +1,268 @@
+2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-convert-1.c: New test.
+
+2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
+
+2004-03-16  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14481
+       * g++.dg/warn/Wunused-7.C: New test.
+
+2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/torture/builtin-integral-1.c: New test.
+
+2004-03-16  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14586
+       * g++.dg/parse/non-dependent3.C: New test.
+
+2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
+
+       * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
+       * g++.dg/eh/simd-2.C: Likewise.
+       * g++.dg/init/array10.C: Likewise.
+       * gcc.c-torture/compile/simd-1.c: Likewise.
+       * gcc.c-torture/compile/simd-2.c: Likewise.
+       * gcc.c-torture/compile/simd-3.c: Likewise.
+       * gcc.c-torture/compile/simd-4.c: Likewise.
+       * gcc.c-torture/compile/simd-6.c: Likewise.
+       * gcc.c-torture/execute/simd-1.c: Likewise.
+       * gcc.c-torture/execute/simd-2.c: Likewise.
+       * gcc.dg/compat/vector-defs.h: Likewise.
+       * gcc.dg/20020531-1.c: Likewise.
+       * gcc.dg/altivec-3.c: Likewise.
+       * gcc.dg/altivec-4.c: Likewise.
+       * gcc.dg/altivec-varargs-1.c: Likewise.
+       * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
+       * gcc.dg/i386-mmx-3.c: Likewise.
+       * gcc.dg/i386-sse-4.c: Likewise.
+       * gcc.dg/i386-sse-5.c: Likewise.
+       * gcc.dg/i386-sse-8.c: Likewise.
+       * gcc.dg/simd-1.c: Likewise.
+       * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
+       __ev64_opaque__ since the machine description provides it.
+
+2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * lib/compat.exp (skip_list): New global variable.
+       Use it to hold the user defined COMPAT_SKIPS list if any.
+       (compat-obj): Add the members of skip_list to optall.
+
+2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/compat/union-by-value-1_main.c,
+       union-by-value-1_x.c, union-by-value-1_y.c,
+       union-check.h, union-defs.h,
+       union-init.h, union-return-1_main.c,
+       union-return-1_x.c, union-return-1_y.c: New files.
+
+2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
+       mixed-struct-init.h: Add 4 mixed structure types.
+       struct-by-value-21_main.c, struct-by-value-21_x.c,
+       struct-by-value-21_y.c, struct-return-21_main.c,
+       struct-return-21_x.c, struct-return-21_y.c: New files.
+
+2004-03-13  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/14550
+       * g++.dg/parse/template14.C: New test.
+
+2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.c-torture/execute/20040313-1.c: New test.
+
+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.
@@ -21202,3 +21467,4 @@ rlsruhe.de>
        correspond to c-torture 1.11.
 
        * New file.
+