aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog440
1 files changed, 422 insertions, 18 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 19a51bf5479..b18bb71184a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,407 @@
+2008-05-29 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.dg/nested-func-6.c: New test.
+
+2008-05-20 Adam Nemet <anemet@caviumnetworks.com>
+
+ PR middle-end/36194
+ * gcc.dg/pr36194.c: New test.
+
+2008-05-19 Release Manager
+
+ * GCC 4.2.4 released.
+
+2008-05-12 Ian Lance Taylor <iant@google.com>
+
+ * gcc.dg/strict-overflow-6.c: New.
+ * gcc.dg/no-strict-overflow-7.c: New.
+ * gcc.dg/Wstrict-overflow-22.c: New.
+ * gcc.c-torture/compile/20080419-1.c: New.
+ * gcc.dg/tree-ssa/loop-17.c: Use -O2.
+
+2008-05-11 Volker Reichelt <v.reichelt@netcologne.de>
+
+ PR c++/35578
+ * g++.dg/parse/friend8.C: New test.
+
+2008-05-01 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/36093
+ * gcc.c-torture/execute/pr36093.c: New testcase.
+
+2008-04-17 Volker Reichelt <v.reichelt@netcologne.de>
+
+ PR c/35744
+ * gcc.dg/attr-error-1.c: New test.
+
+ PR c/35436
+ * gcc.dg/format/gcc_gfc-2.c: New test.
+
+2008-04-08 Richard Guenther <rguenther@suse.de>
+
+ * gcc.c-torture/execute/20080408-1.c: New testcase.
+
+2008-04-01 Laurent GUERBY <laurent@guerby.net>
+
+ * ada/acats/norun.lst: Add c9a011b.
+
+2008-03-25 Maxim Kuvyrkov <maxim@codesourcery.com>
+
+ Backport from mainline:
+ 2008-01-26 Maxim Kuvyrkov <maxim@codesourcery.com>
+
+ PR middle-end/34688
+ * gcc.c-torture/compile/pr34688: New test.
+
+2008-03-25 Richard Guenther <rguenther@suse.de>
+
+ Backport from mainline:
+ 2008-02-12 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/35163
+ * gcc.c-torture/execute/pr35163.c: New testcase.
+
+2008-03-09 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/frame_overflow.adb: Improve portability.
+
+2008-03-06 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gcc.c-torture/execute/20080222-1.c: New test.
+
+2008-03-03 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
+ (main): Call check_vect and foo. Check array values after
+ the call to foo.
+
+2008-02-25 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.target/i386/sse-18.c: Pass if CPU has no SSE2 support.
+
+2008-02-20 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/35265
+ * gcc.dg/builtins-66.c: New testcase.
+
+2008-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * g++.dg/tree-ssa/ivopts-1.C: Remove x86 XFAILs.
+
+2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * obj-c++.dg/bitfield-1.mm: Expect failures.
+ * obj-c++.dg/bitfield-4.mm: Likewise.
+ * obj-c++.dg/cxx-ivars-2.mm: Likewise.
+ * obj-c++.dg/encode-8.mm: Likewise.
+ * obj-c++.dg/isa-field-1.mm: Likewise.
+ * obj-c++.dg/layout-1.mm: Likewise.
+ * obj-c++.dg/lookup-2.mm: Likewise.
+ * obj-c++.dg/try-catch-2.mm: Likewise.
+ * obj-c++.dg/try-catch-9.mm: Likewise.
+
+2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ PR objc++/34193
+ * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
+
+2008-02-12 Jason Merrill <jason@redhat.com>
+
+ * g++.dg/init/ctor8.C: Remove.
+
+2008-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * g++.dg/tree-ssa/ivopts-1.C: Remove xfails for hppa*-*-*.
+
+2008-02-05 Richard Guenther <rguenther@suse.de>
+
+ Backport from mainline:
+ 2008-01-17 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/34825
+ * gcc.dg/pr34825.c: New testcase.
+
+2008-02-05 Richard Guenther <rguenther@suse.de>
+
+ Backport from mainline:
+ 2008-01-16 Richard Guenther <rguenther@suse.de>
+
+ PR c/34768
+ * gcc.c-torture/execute/pr34768-1.c: New testcase.
+ * gcc.c-torture/execute/pr34768-2.c: Likewise.
+
+2008-02-04 Daniel Franke <franke.daniel@gmail.com>
+
+ * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
+ to match.
+
+2008-02-04 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/33631
+ * gcc.c-torture/execute/pr33631.c: New testcase.
+
+2008-02-04 Daniel Franke <franke.daniel@gmail.com>
+
+ PR fortran/34661
+ * gfortran.dg/where_operator_assign_4.f90: New test.
+
+2008-02-04 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * gcc.dg/tf_to_di-1.c: New testcase.
+
+2008-02-02 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ PR target/34981
+ * gcc.target/mips/lazy-binding-1.c: New test.
+ * gcc.target/mips/mips.exp (setup_mips_tests): Set mips_abi,
+ mips_forced_gp, mips_forced_no_abicalls, mips_forced_no_shared
+ and mips_forced_no_er.
+ (dg-mips-options): Avoid using -mips16 -mhard-float for ABIs
+ other than o32 and o64. Avoid using -mabicalls with an implicit
+ -mabi=eabi. Avoid using small data with -mabicalls. Skip
+ -mabi=*, -G*, -mabicalls, -mshared and -mexplicit-relocs tests
+ if the multilib forces the an incompatible option.
+
+2008-02-01 Release Manager
+
+ * GCC 4.2.3 released.
+
+2008-01-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
+
+ PR 32102
+ * gcc.dg/Wstrict-overflow-21.c: New.
+ * g++.dg/warn/Wstrict-aliasing-8.C: New.
+
+2008-01-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/pr29254.c (func1): Mark static when pic.
+
+2008-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ Backport:
+ 2008-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/pr33826.c: Require nonpic.
+
+ 2007-11-08 Kenneth Zadeck <zadeck@naturalbridge.com>
+
+ PR middle-end/33826
+ * gcc.dg/pr33826.c: New.
+ * gcc.dg/tree-ssa/20030714-1.c: Removed two tests that depend on
+ recursive functions being marked pure or const.
+
+2008-01-24 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/34953
+ * g++.dg/torture/pr34953.C: New testcase.
+
+2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.c-torture/execute/20080122-1.c: New test.
+
+2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
+
+2008-01-22 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/34739
+ Backport from mainline
+ 2008-01-16 Richard Guenther <rguenther@suse.de>
+
+ PR c/34768
+ * gcc.c-torture/execute/pr34768-1.c: New testcase.
+ * gcc.c-torture/execute/pr34768-2.c: Likewise.
+
+ 2007-11-12 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/34070
+ * gcc.c-torture/execute/pr34070-1.c: New testcase.
+ * gcc.c-torture/execute/pr34070-2.c: Likewise.
+
+ 2006-10-24 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/28796
+ * gcc.dg/pr28796-1.c: New testcase.
+ * gcc.dg/pr28796-2.c: Likewise.
+
+2008-01-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
+ "dg-require-weak" statement.
+ * g++.dg/eh/weak1.C: Likewise.
+
+2008-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ Backport:
+ 2007-03-21 Richard Sandiford <richard@codesourcery.com>
+
+ * gcc.target/i386/pr21291.c: Require nonpic or ! ilp32.
+
+2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.dg/struct-ret-3.c: New test.
+
+2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
+
+2008-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
+
+2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.c-torture/compile/20080114-1.c: New test.
+
+2008-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/tree-ssa/loadpre5.c: Use static.
+ * gcc.dg/tree-ssa/loadpre8.c: Likewise.
+
+ Backport:
+ 2007-09-04 Jan Hubicka <jh@suse.cz>
+
+ * gcc.dg/tree-ssa/loadpre8.c: Disable inlining.
+ * gcc.dg/tree-ssa/loadpre5.c: Likewise.
+
+2008-01-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.c-torture/execute/builtins/chk.h: Don't check !__PIE__.
+ * gcc.dg/assign-warn-3.c: Use "static inline" instead of "inline".
+
+ Backport:
+
+ 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
+ * gcc.c-torture/compile/pr27528.c: Require nonpic.
+
+ 2007-03-21 Richard Sandiford <richard@codesourcery.com>
+ * gcc.c-torture/execute/builtins/chk.h (LOCAL): Define.
+ * gcc.c-torture/execute/builtins/sprintf-chk.c (s1): Make LOCAL.
+ * gcc.c-torture/execute/builtins/stpcpy-chk.c (s1): Likewise.
+ * gcc.c-torture/execute/builtins/strcpy-chk.c (s1): Likewise.
+
+ 2007-07-26 Nathan Froyd <froydnj@codesourcery.com>
+ PR/19232
+ * gcc.dg/assign-warn-3.c (f0): Declare as inline.
+ (f1): Likewise.
+
+ 2007-01-15 Dale Johannesen <dalej@apple.com>
+ * gcc.dg/tree-ssa/loop-3.c: Disable with -fpic or -fPIC.
+
+ 2007-08-27 Uros Bizjak <ubizjak@gmail.com>
+ * gcc.target/i386/stack-prot-kernel.c: Require nonpic effective
+ target.
+
+ 2007-03-21 Richard Sandiford <richard@codesourcery.com>
+ * lib/target-supports.exp (check_effective_target_nonpic): New
+ procedure.
+
+2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR testsuite/30459
+ g++.dg/eh/ia64-2.C: Require weak support.
+
+2008-01-02 Volker Reichelt <reichelt@netcologne.de>
+
+ Backport:
+ 2007-10-31 Paolo Carlini <pcarlini@suse.de>
+
+ PR c++/33494
+ * g++.dg/template/error35.C: New.
+
+ 2007-11-02 Paolo Carlini <pcarlini@suse.de>
+
+ PR c++/33495
+ * g++.dg/other/error19.C: New.
+
+ 2007-09-27 Paolo Carlini <pcarlini@suse.de>
+
+ PR c++/33493
+ * g++.dg/template/error31.C: New.
+
+ 2007-09-18 Paolo Carlini <pcarlini@suse.de>
+
+ PR c++/33462
+ * g++.dg/ext/va-arg1.C: New.
+
+ 2007-09-18 Paolo Carlini <pcarlini@suse.de>
+
+ PR c++/33463
+ * g++.dg/rtti/typeid6.C: New.
+
+2007-12-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR c++/33640
+ * g++.dg/other/unused1.C: xfail scan for "class2" in assembler output.
+
+2007-12-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR testsuite/34499
+ * g++.dg/ext/visibility/namespace2.C: Add missing argument to
+ dg-require-visibility statement.
+
+2007-12-19 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ PR rtl-optimization/34456
+ * gcc.c-torture/execute/pr34456.c: New test.
+
+2007-12-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/34003
+ * gcc.dg/pr34003-1.c: New test.
+ * gcc.dg/pr34003-2.c: New.
+
+2007-12-10 Simon Martin <simartin@users.sourceforge.net>
+
+ PR c++/34059
+ * g++.dg/parse/crash40.C: New test.
+
+2007-11-28 Rask Ingemann Lambertsen <rask@sygehus.dk>
+
+ Backport from mainline:
+ 2007-11-26 Rask Ingemann Lambertsen <rask@sygehus.dk>
+
+ PR target/34174
+ * gcc.dg/pr34174-1.c: New.
+
+2007-11-26 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/34215
+ * gcc.target/i386/pr34215.c: New test.
+
+2007-11-22 Matthias Klose <doko@ubuntu.com>
+
+ Backport from mainline:
+ 2007-11-17 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/34130
+ * gcc.c-torture/execute/pr34130.c: New testcase.
+
+2007-11-22 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ PR rtl-optimization/33848
+ * gcc.dg/torture/pr33848.c: New test.
+
+2007-11-16 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/34030
+ * gcc.c-torture/compile/pr34030.c: New testcase.
+
+2007-11-07 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/out-of-bounds-1.c: New test.
+
+2007-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ PR rtl-optimization/28062
+ * gcc.c-torture/compile/20071102-1.c: New test.
+
+2007-10-30 Ed Schouten <ed@fxq.nl>
+
+ PR tree-optimization/32500
+ * gcc.c-torture/execute/pr32500.c: Fix buffer overflow in testcase.
+
2007-10-26 Jakub Jelinek <jakub@redhat.com>
PR c++/33744
@@ -1238,8 +1642,8 @@
2007-02-13 Richard Henderson <rth@redhat.com>
- * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
- * gcc.c-torture/execute/pr29302-1.c: ... here.
+ * gcc.c-torture/execute/ieee/pr29302-1.c: Moved from...
+ * gcc.c-torture/execute/pr29302-1.c: ... here.
2007-02-12 Paul Thomas <pault@gcc.gnu.org>
@@ -1289,7 +1693,7 @@
PR debug/30189
* gcc.dg/pr30189.c: New test.
-2007-02-05 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
+2007-02-05 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
* gcc.dg/i386-cpuid.h: Test whether SSE4A is supported
for running tests.
@@ -1680,8 +2084,8 @@
2006-12-21 Steven G. Kargl <kargl@gcc.gnu.org>
- PR fortran/30207
- * gfortran.fortran-torture/execute/where21.f90: New test.
+ PR fortran/30207
+ * gfortran.fortran-torture/execute/where21.f90: New test.
2006-12-21 Paul Thomas <pault@gcc.gnu.org>
Tobias Burnus <burnus@gcc.gnu.org>
@@ -1843,10 +2247,10 @@
2006-12-07 Lee Millward <lee.millward@codesourcery.com>
- PR c++/29980
- * g++.dg/ext/attrib27.C: New test.
- * g++.dg/parse/struct-as-enum1.C: Adjust error markers.
- * g++.dg/parse/typedef5.C: Likewise.
+ PR c++/29980
+ * g++.dg/ext/attrib27.C: New test.
+ * g++.dg/parse/struct-as-enum1.C: Adjust error markers.
+ * g++.dg/parse/typedef5.C: Likewise.
2006-12-07 Mark Mitchell <mark@codesourcery.com>
@@ -1899,7 +2303,7 @@
* g++.dg/template/error23.C: New test.
2006-12-04 Richard Henderson <rth@redhat.com>
- Andrew Pinski <pinskia@gmail.com>
+ Andrew Pinski <pinskia@gmail.com>
PR C++/14329
* g++.dg/warn/unit-1.C: New test.
@@ -1968,7 +2372,7 @@
* gfortran.dg/interface_3.f90: Modify errors.
2006-11-27 Michael Matz <matz@suse.de>
- Andreas Krebbel <krebbel1@de.ibm.com>
+ Andreas Krebbel <krebbel1@de.ibm.com>
PR target/29319
* gcc.dg/20061127-1.c: New testcase.
@@ -2274,7 +2678,7 @@
* gcc.c-torture/execute/20061031-1.c: New test.
2006-10-31 Joseph Myers <joseph@codesourcery.com>
- Richard Sandiford <richard@codesourcery.com>
+ Richard Sandiford <richard@codesourcery.com>
* lib/target-supports.exp (get_compiler_messages): Append options
as a single list element.
@@ -2283,9 +2687,9 @@
2006-10-30 Tobias Burnus <burnus@net-b.de>
- PR fortran/29452
- * gfortran.dg/write_check.f90: Check run-time keyword checking.
- * gfortran.dg/write_check2.f90: Check compile-time keyword checking.
+ PR fortran/29452
+ * gfortran.dg/write_check.f90: Check run-time keyword checking.
+ * gfortran.dg/write_check2.f90: Check compile-time keyword checking.
2006-10-30 Joseph Myers <joseph@codesourcery.com>
@@ -2327,9 +2731,9 @@
2006-10-20 Lee Millward <lee.millward@codesourcery.com>
- PR c++/28053
- * g++.dg/parse/bitfield1.C: Adjust error markers.
- * g++.dg/parse/bitfield2.C: New test.
+ PR c++/28053
+ * g++.dg/parse/bitfield1.C: Adjust error markers.
+ * g++.dg/parse/bitfield2.C: New test.
2006-10-20 Adam Nemet <anemet@caviumnetworks.com>