X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=22d8fa79b53e8a0fdd5d18389671d3add7650333;hb=6978db0d0260af117902fb798eace60bb5192e51;hp=b91dec57d8b3f085bdbe11d8bb93c22919ece4a5;hpb=dc9d9310a34d65a48616acd0a60ec889ff923ffb;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b91dec57d8b..22d8fa79b53 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,488 @@ +2004-10-26 Geoffrey Keating + + * gcc.c-torture/compile/20041026-1.c: New. + +2004-10-26 Mark Mitchell + + 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 + + * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail. + +2004-10-26 Joseph S. Myers + + * 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 + + * objc.dg/super-class-3.m: New test. + +2004-10-26 Nathan Sidwell + + * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser + resyncing. + * gcc.dg/cpp/direct2s.c: Likewise. + +2004-10-25 Geoffrey Keating + + * objc.dg/image-info.m: Update for changes to section selection. + +2004-10-25 David Ayers + Ziemowit Laski + + * objc.dg/call-super-2.m: Add messages to 'Class '; update + diagnostics when messaging 'id '. + * 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 + + 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 + + * gcc.dg/debug/20041023-1.c: New test. + +2004-10-25 Andrew Pinski + + 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 + + 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 + + * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard. + +2004-10-24 Geoffrey Keating + + * 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 . + + * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*. + +2004-10-23 Ben Elliston + + * gcc.c-torture/execute/loop-2e.x: Remove. + +2004-10-22 Nathan Sidwell + + PR c++/18095 + * g++.dg/parse/crash18.C: New. + * g++.dg/parse/crash19.C: New. + +2004-10-22 Aaron W. LaFramboise + + * 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 + + PR c++/10841 + * g++.dg/conversion/cast1.C: New test. + * g++.dg/overload/pmf1.C: Adjust error marker. + +2004-10-21 Andrew Pinski + + PR objc/17923 + * objc.dg/const-str-7.m: New test. + +2004-10-20 Kriang Lerdsuwanakij + + * g++.dg/template/memfriend11.C: Fix comment typo. + * g++.dg/template/memfriend14.C: Likewise. + +2004-10-20 Richard Henderson + + * 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 + + * 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 + + 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 + + * g++.dg/conversion/dr195.C: New. + * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast. + +2004-10-20 Ben Elliston + Devang Patel + + * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead + of floating point arithmetic, which could trap. + +2004-10-19 Mark Mitchell + + 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 + + * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86. + +2004-10-19 Paolo Bonzini + + PR c++/18047 + + * g++.dg/parse/expr3.C: New test. + +2004-10-18 Eric Botcazou + + * gcc.dg/smod-1.c: New test. + +2004-10-18 Ziemowit Laski + + * objc.dg/method-14.m: New test. + +2004-10-18 Andrew Pinski + + * gcc.c-torture/compile/pr17529.c: Fix test for non x86. + Also xfail as the patch was reverted. + +2004-10-18 Andrew Pinski + + PR middle-end/16973 + * gcc.dg/pr16973.c: New test. + +2004-10-18 Diego Novillo + + PR tree-optimization/17656 + * testsuite/gcc.c-torture/compile/pr17656.c: New test. + +2004-10-18 Nathan Sidwell + + * g++.dg/eh/shadow1.C: New. + +2004-10-18 Jakub Jelinek + + * gcc.c-torture/compile/20041018-1.c: New test. + +2004-10-18 Ben Elliston + + * 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 + + PR c/17529 + * gcc.c-torture/compile/pr17529.c: New test. + +2004-10-17 Giovanni Bajo + + PR c++/17743 + * g++.dg/ext/attrib17.C: New test. + +2004-10-16 Eric Botcazou + + * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types. + +2004-10-16 Giovanni Bajo + + PR c++/10479 + * g++.dg/ext/attrib16.C: New test. + +2004-10-15 Mark Mitchell + + 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 + + * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe. + +2004-10-15 Steve Ellcey + + * gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use + -fno-common when on HPPA HP-UX platforms. + +2004-10-15 Jakub Jelinek + + PR other/16820 + * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor + stdint.h. + * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of + uintptr_t. + +2004-10-14 Andrew Pinski + + PR c++/16301 + * g++.dg/lookup/strong-using-4.C: New test. + +2004-10-14 Andrew Pinski + + PR middle-end/16567 + * gcc.c-torture/compile/nested-1.c: New test. + +2004-10-14 Dorit Naishlos + + * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*, + and mipsisa64*-*-* (until support for misaligned loads is added). + * testsuite/gcc.dg/vect/vect-50.c: Likewise. + * testsuite/gcc.dg/vect/vect-52.c: Likewise. + * testsuite/gcc.dg/vect/vect-54.c: Likewise. + * testsuite/gcc.dg/vect/vect-58.c: Likewise. + * testsuite/gcc.dg/vect/vect-60.c: Likewise. + * testsuite/gcc.dg/vect/vect-80.c: Likewise. + +2004-10-14 Mark Mitchell + + PR c++/17976 + * g++.dg/init/dtor3.C: New test. + +2004-10-15 Ben Elliston + + * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}. + +2004-10-14 Geoffrey Keating + + * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL. + * gcc.dg/macho-lo-sum.c: Likewise. + +2004-10-14 Joseph S. Myers + + * gcc.dg/ppc-spe64-1.c: New test. + +2004-10-14 Devang Patel + + PR 17635 + * gcc.dg/pr17635.c : New test. + +2004-10-14 Olga Golovanevsky + + * testsuite/gcc.dg/vect/vect-28.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-30.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2. + * testsuite/gcc.dg/vect/vect-33.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-44.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-46.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-50.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-52.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-54.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-58.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-60.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1. + * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2. + * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2. + * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2. + * testsuite/gcc.dg/vect/vect-8.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-80.c: Remove xfail. + * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0. + +2004-10-14 Dorit Naishlos + + * gcc.dg/vect/vect-82.c: New testcase. + * gcc.dg/vect/vect-82_64.c: New testcase. + * gcc.dg/vect/vect-83.c: New testcase. + * gcc.dg/vect/vect-83_64.c: New testcase. + +2004-10-14 Joseph S. Myers + + * gcc.dg/cpp/error-1.c: New test. + +2004-10-14 Joseph S. Myers + + * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests. + +2004-10-14 Hans-Peter Nilsson + + PR target/17984 + * gcc.dg/cris-peep2-xsrand2.c: New test. + +2004-10-13 Andrew Pinski + + PR c++/17661 + * testsuite/g++.dg/expr/for2.C: New test. + +2004-10-13 Eric Botcazou + + * g++.dg/inherit/thunk1.C: Run on the SPARC. + +2004-10-13 Jakub Jelinek + + PR tree-optimization/17724 + * g++.dg/opt/pr17724-1.C: New test. + * g++.dg/opt/pr17724-2.C: New test. + * g++.dg/opt/pr17724-3.C: New test. + * g++.dg/opt/pr17724-4.C: New test. + * g++.dg/opt/pr17724-5.C: New test. + * g++.dg/opt/pr17724-6.C: New test. + +2004-10-12 Joseph S. Myers + + PR c/17301 + * gcc.dg/pr17301-2.c: New test. + +2004-10-11 Mark Mitchell + + PR c++/15876 + * g++.dg/parse/error22.C: New test. + + PR c++/17936 + * g++.dg/template/spec18.C: New test. + +2004-10-11 Steve Ellcey + + * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort + * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and + memcpy. + * testsuite/gcc.dg/ia64-sync-2.c: Ditto. + * testsuite/gcc.dg/ia64-sync-3.c: Ditto. + +2004-10-11 Andrew Pinski + + * g++.dg/eh/cleanup5.C: Add dg-options "". + +2004-10-11 Roger Sayle + + PR middle-end/17657 + * gcc.dg/switch-4.c: New test case. + +2004-10-11 Richard Sandiford + + * gcc.c-torture/execute/20041011-1.c: New test. + +2004-10-10 Andrew Pinski + + PR c++/17554 + * g++.dg/init/for3.C: New test. + + PR c++/17657 + * g++.dg/opt/switch2.C: New test. + + PR middle-end/17703 + * g++.dg/warn/Wreturn-2.C: New test. + +2004-10-10 Andrew Pinski + + PR c++/17907 + * g++.dg/eh/cleanup5.C: New test. + +2004-10-10 Mark Mitchell + + PR c++/17393 + * g++.dg/parse/error21.C: New test. + +2004-10-10 Gabriel Dos Reis + + * g++.dg/overload/pmf1.C: Adjust quoting marks. + * g++.dg/warn/incomplete1.C: Likewise. + * g++.dg/template/qualttp20.C: Likewise. + +2004-10-10 Joseph S. Myers + + PR c/17881 + * parm-incomplete-1.c: New test. + +2004-10-09 Mark Mitchell + + PR c++/17867 + * g++.dg/parse/error19.C: New test. + + PR c++/17670 + * g++.dg/init/new11.C: New test. + + PR c++/17821 + * g++.dg/parse/error20.C: New test. + + PR c++/17826 + * g++.dg/template/crash24.C: New test. + +2004-10-10 Joseph S. Myers + + PR c/17301 + * gcc.dg/pr17301-1.c: New test. + +2004-10-10 Joseph S. Myers + + PR c/17189 + * gcc.dg/anon-struct-5.c: New test. + +2004-10-09 Joseph S. Myers + + PR c/17844 + * gcc.dg/pr17844-1.c: New test. + +2004-10-09 Zdenek Dvorak + + PR tree-optimization/17906 + * gcc.c-torture/compile/pr17906.c: New. + +2004-10-09 Stuart Hastings + Roger Sayle + + PR rtl-optimization/17853 + * gcc.dg/i386-mmx-5.c: New testcase. + +2004-10-09 Andrew Pinski + + * g++.dg/opt/pr17902.C: Fix typo in dg-do. + 2004-10-09 Mark Mitchell PR c++/17524