X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=fd40483a532866ef69a4dc6986c539370462074b;hp=709248859cefd2f34beb298b3269392f17f7458d;hb=560ab0b27d14e1ba7f3fb6ebcd2dd2f38495ad67;hpb=548e6764d940560de40f8ad37f1e77743876b796;ds=sidebyside diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 709248859ce..fd40483a532 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,595 @@ +2010-11-16 Kai Tietz + + PR preprocessor/17349 + * gcc.dg/cpp/cmdlne-C3.c: New. + +2010-11-16 Richard Guenther + + PR tree-optimization/44545 + * gcc.dg/pr44545.c: New testcase. + +2010-11-16 Andrey Belevantsev + + PR rtl-optimization/46366 + * gcc.target/i386/pr45352-2.c: Silence warnings by using appropriate + casts. + +2010-11-16 Richard Guenther + + * gcc.dg/tree-ssa/ssa-fre-30.c: New testcase. + +2010-11-16 Richard Guenther + + PR middle-end/45172 + * gfortran.dg/gomp/pr45172.f90: New testcase. + +2010-11-16 Nick Clifton + + * gcc.target/rx/pack.c: New test. + +2010-11-15 Richard Henderson + + * gcc.dg/torture/builtin-math-2.c: Split out fma tests... + * gcc.dg/torture/builtin-math-8.c: ... here. New file. + Use builtin_constant_p rather than scanning for builtin name. + +2010-11-15 Nicola Pero + + * objc.dg/property/dotsyntax-18.m: New. + * objc.dg/property/dotsyntax-19.m: New. + * objc.dg/property/dotsyntax-20.m: New. + * obj-c++.dg/property/dotsyntax-18.mm: New. + * obj-c++.dg/property/dotsyntax-19.mm: New. + * obj-c++.dg/property/dotsyntax-20.mm: New. + * objc.dg/property/dotsyntax-4.m: Removed some unused variables and code. + * objc.dg/property/dotsyntax-6.m: Same change. + * objc.dg/property/dotsyntax-16.m: Same change. + * objc.dg/property/dotsyntax-17.m: Same change. + * obj-c++.dg/property/dotsyntax-4.mm: Same change. + * obj-c++.dg/property/dotsyntax-6.mm: Same change. + * obj-c++.dg/property/dotsyntax-16.mm: Same change. + * obj-c++.dg/property/dotsyntax-17.mm: Same change. + * objc.dg/property/at-property-22.m: Added missing casts. + * obj-c++.dg/property/at-property-22.mm: Same change. + +2010-11-15 Jakub Jelinek + + PR tree-optimization/46491 + * gcc.target/i386/pr46491.c: New test. + + PR tree-optimization/46461 + * gcc.c-torture/compile/pr46461.c: New test. + +2010-11-15 Tobias Burnus + + PR fortran/46484 + * gfortran.dg/allocatable_scalar_11.f90: New. + * gfortran.dg/allocatable_scalar_5.f90: Make test case standard conform. + +2010-11-15 Jakub Jelinek + + PR debug/46095 + * gcc.target/i386/pr46095.c: New test. + + PR debug/46387 + * gcc.dg/pr46387.c: New test. + +2010-11-15 Nicola Pero + + * objc.dg/property/dotsyntax-16.m: New. + * objc.dg/property/dotsyntax-17.m: New. + * obj-c++.dg/property/dotsyntax-16.mm: New. + * obj-c++.dg/property/dotsyntax-17.mm: New. + * objc.dg/property/at-property-10.m: Uncommented using 'x++' + syntax with properties, which now works. + * obj-c++.dg/property/at-property-10.mm: Same change. + +2010-11-15 Martin Jambor + + PR tree-optimization/46349 + * gnat.dg/opt9.adb: New file. + * gnat.dg/opt9_pkg.ads: Likewise + +2010-11-15 Richard Guenther + + PR lto/44989 + * g++.dg/guality/redeclaration1.C: Do not execute for LTO. + +2010-11-15 Nathan Froyd + + PR preprocessor/45038 + * g++.dg/pr45038.C: New test. + +2010-11-15 Richard Guenther + + PR tree-optimization/46467 + * gcc.dg/ipa/ipa-pta-16.c: New testcase. + +2010-11-15 Richard Guenther + + PR testsuite/46423 + * g++.dg/torture/pr34850.C: Adjust. + +2010-11-14 Paolo Bonzini + + PR c/46475 + * gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus. + +2010-11-14 Nicola Pero + + * objc.dg/property/at-property-21.m: New. + * objc.dg/property/at-property-22.m: New. + * objc.dg/property/at-property-23.m: New. + * objc.dg/property/synthesize-9.m: New. + * objc.dg/property/synthesize-10.m: New. + * objc.dg/property/synthesize-11.m: New. + * obj-c++.dg/property/at-property-21.mm: New. + * obj-c++.dg/property/at-property-22.mm: New. + * obj-c++.dg/property/at-property-23.mm: New. + * obj-c++.dg/property/synthesize-9.mm: New. + * obj-c++.dg/property/synthesize-10.mm: New. + * obj-c++.dg/property/synthesize-11.mm: New. + + * objc.dg/property/at-property-4.m: Updated to match new compiler + where some errors have been converted into warnings and vice versa. + * objc.dg/property/at-property-16.m: Same change. + * objc.dg/property/at-property-18.m: Same change. + * objc.dg/property/property-neg-5.m: Same change. + * obj-c++.dg/property/at-property-4.mm: Same change. + * obj-c++.dg/property/at-property-16.mm: Same change. + * obj-c++.dg/property/at-property-18.mm: Same change. + * obj-c++.dg/property/property-neg-5.mm: Same change. + + * obj-c++.dg/property/dynamic-2.mm: Enable tests that were + commented out because of testsuite problems; I found out that + using dg-warning instead of dg-message gets them to work. + * obj-c++.dg/property/property-neg-3.mm: Same change. + * obj-c++.dg/property/synthesize-6.mm: Same change. + * obj-c++.dg/property/at-property-5.mm: Same change. + * obj-c++.dg/property/at-property-14.mm: Same change. + * obj-c++.dg/property/at-property-18.mm: Same change. + * obj-c++.dg/property/at-property-16.mm: Same change (in this file, + some tests still do not work due to some other testsuite issue). + +2010-11-13 Jason Merrill + + * g++.dg/cpp0x/auto20.C: New. + +2010-11-13 Iain Sandoe + + * objc.dg/fsf-nsstring-format-1.m: Adjust format messages. + * obj-c++.dg/fsf-nsstring-format-1.mm: Likewise. + +2010-11-13 Paolo Bonzini + + PR c/46462 + * gcc.dg/gomp/pr34607.c: Adjust errors for unknown typenames. + * gcc.dg/pr35746.c: Likewise. + * gcc.dg/cpp/direct2.c: Likewise. + * gcc.dg/cpp/direct2s.c: Likewise. + * gcc.dg/noncompile/920923-1.c: Likewise. + * gcc.dg/dfp/constants-c99.c: Add -Wno-overflow. + +2010-11-13 Nicola Pero + + * obj-c++.dg/attributes/method-format-1.mm: Adjust. + +2010-11-13 Nicola Pero + + * objc/compile/20060406-1.m: Fixed testcase not to try to qualify + a pointer to an arbitrary C struct with an Objective-C protocol. + Test various valid uses of typedef with Objective-C objects and + protocols instead. + * objc.dg/invalid-type-1.m: New. + * obj-c++.dg/invalid-type-1.m: New. + +2010-11-13 Iain Sandoe + + * gcc.dg/darwin-segaddr.c: New test for multiple argument c/l switch. + +2010-11-13 Tobias Burnus + + PR fortran/45742 + * gfortran.dg/volatile12.f90: Use the right three in cleanup-tree-dump. + +2010-11-13 Tobias Burnus + + PR fortran/45742 + * gfortran.dg/volatile12.f90: New. + +2010-11-13 Paolo Bonzini + + * objc.dg/attributes/method-format-1.m: Adjust. + +2010-11-13 Paolo Bonzini + + PR c/20385 + * gcc.dg/decl-9.c: New. + +2010-11-13 Paolo Bonzini + + * gcc.dg/Wcxx-compat-8.c: Add testcases involving incomplete types. + +2010-11-13 Paolo Bonzini + + * gcc.dg/format/few-1.c: New test. + * gcc.dg/format/asm_fprintf-1.c: Adjust. + * gcc.dg/format/c90-scanf-1.c: Adjust. + * gcc.dg/format/cmn-err-1.c: Adjust. + * gcc.dg/format/dfp-printf-1.c: Adjust. + * gcc.dg/format/dfp-scanf-1.c: Adjust. + * gcc.dg/format/gcc_diag-1.c: Adjust. + * gcc.dg/format/ms_unnamed-1.c: Adjust. + * gcc.dg/format/strfmon-1.c: Adjust. + * gcc.dg/format/unnamed-1.c: Adjust. + * gcc.dg/format/xopen-2.c: Adjust. + * g++.dg/ext/builtin4.C: Adjust. + * g++.dg/ext/builtin5.C: Adjust. + +2010-11-12 Joseph Myers + + * gcc.dg/pragma-diag-2.c: New test. + +2010-11-12 Jerry DeLisle + + PR fortran/45794 + * gfortran.dg/optional_mask.f90: New test. + +2010-11-13 Ville Voutilainen + + * g++.dg/cpp0x/defaulted15.C: Adjust. + +2010-11-12 James Dennett + + PR c++/39415 + * g++.dg/expr/static_cast7.C: New. + +2010-11-12 Rainer Orth + + * lib/prune.exp (prune_gcc_output): Ignore IRIX 6 linker multiline + warning. + * g++.dg/abi/packed1.C (struct INNER): Ignore warning on + mips-sgi-irix*. + * g++.dg/cpp/_Pragma1.C: Skip on mips-sgi-irix*. + * gcc.target/mips/call-3.c: Add dg-require-visibility. + +2010-11-12 Eric Botcazou + + * gcc.dg/pr46375.c: New test. + +2010-11-11 Nathan Froyd + + PR c/44782 + * c-c++-common/fmax-errors.c: New test. + +2010-11-11 Richard Henderson + + * gcc.target/i386/sse-24.c: Use -ffp-contract. + +2010-11-11 Jan Hubicka + + * gcc.dg/tree-ssa/inline-5.c: Fix testcase. + * gcc.dg/tree-ssa/inline-6.c: Fix testcase. + +2010-11-12 Jakub Jelinek + + PR target/46088 + * gcc.dg/pr46088.c: New test. + +2010-11-11 Steven G. Kargl + + * gfortran.dg/empty_derived_type.f90: New test. + +2010-11-11 Tobias Burnus + + PR fortran/46413 + * gfortran.dg/class_31.f90: New. + + PR fortran/46205 + * gfortran.dg/forall_14.f90: New. + +2010-11-11 Jakub Jelinek + Tobias Burnus + + PR fortran/46325 + * gfortran.dg/char_initialiser_actual.f90: Make test case valid. + +2010-11-11 Jan Hubicka + + * gcc.dg/20081223-1.c: Update LTO options. + * gcc.dg/lto/20090206-1_0.c: Update LTO options. + * gcc.dg/lto/20081118_0.c: Update LTO options. + * gcc.dg/lto/ipareference_0.c: Update LTO options. + * gcc.dg/lto/20100423-2_0.c: Update LTO options. + * gcc.dg/lto/20081201-1_0.c: Update LTO options. + * gcc.dg/lto/ipacp_0.c: Update LTO options. + * gcc.dg/lto/20090116_0.c: Update LTO options. + * gcc.dg/lto/20091015-1_0.c: Update LTO options. + * gcc.dg/lto/20090126-2_0.c: Update LTO options. + * gcc.dg/lto/20081202-2_0.c: Update LTO options. + * gcc.dg/lto/20081204-1_0.c: Update LTO options. + * gcc.dg/lto/const-uniq_0.c: Update LTO options. + * gcc.dg/lto/20081224_0.c: Update LTO options. + * gcc.dg/lto/20090219_0.c: Update LTO options. + * gcc.dg/lto/ipareference2_0.c: Update LTO options. + * gcc.dg/lto/20090206-2_0.c: Update LTO options. + * gcc.dg/lto/20081115_0.c: Update LTO options. + * gcc.dg/lto/20081201-2_0.c: Update LTO options. + * gcc.dg/lto/20081120-2_0.c: Update LTO options. + * gcc.dg/lto/materialize-1_0.c: Update LTO options. + * gcc.dg/lto/20090126-1_0.c: Update LTO options. + * gcc.dg/lto/20081202-1_0.c: Update LTO options. + * gcc.dg/lto/noreturn-1_0.c: Update LTO options. + * g++.dg/20090107-1.C: Update LTO options. + * g++.dg/lto/pr45679-2_0.C: Update LTO options. + * g++.dg/lto/20081123_0.C: Update LTO options. + * g++.dg/lto/20090313_0.C: Update LTO options. + * g++.dg/lto/20081125_0.C: Update LTO options. + * g++.dg/lto/20081109-1_0.C: Update LTO options. + * g++.dg/lto/20081219_0.C: Update LTO options. + * g++.dg/lto/20100724-1_0.C: Update LTO options. + * g++.dg/lto/20081204-1_0.C: Update LTO options. + * g++.dg/lto/20090303_0.C: Update LTO options. + * g++.dg/lto/20100723-1_0.C: Update LTO options. + * g++.dg/lto/pr45679-1_0.C: Update LTO options. + * g++.dg/lto/20090128_0.C: Update LTO options. + * g++.dg/lto/20081204-2_0.C: Update LTO options. + * g++.dg/lto/20090302_0.C: Update LTO options. + * g++.dg/lto/20081119-1_0.C: Update LTO options. + * g++.dg/lto/20081118_0.C: Update LTO options. + * g++.dg/20090121-1.C: Update LTO options. + * objc.dg/lto/lto.exp: Update LTO options. + * lib/lto.exp: Update LTO options. + * lib/gcc-dg.exp: Update LTO options. + * lib/c-torture.exp: Update LTO options. + * obj-c++.dg/lto/lto.exp: Update LTO options. + +2010-11-11 Jan Hubicka + + PR tree-optimize/40436 + * gcc.dg/tree-ssa/inline-5.c: New testcase. + * gcc.dg/tree-ssa/inline-6.c: New testcase. + +2010-11-11 Janus Weil + + * gfortran.dg/proc_decl_24.f90: New. + +2010-11-11 Nicola Pero + + * objc.dg/property/at-property-20.m: New. + * objc.dg/property/synthesize-8.m: New. + * obj-c++.dg/property/at-property-20.m: New. + * obj-c++.dg/property/synthesize-8.mm: New. + +2010-11-11 Joseph Myers + + * gcc.dg/cpp/warn-normalized-3.c: Update expected note text. + +2010-11-11 Jakub Jelinek + + PR middle-end/46388 + * gcc.c-torture/compile/pr46388.c: New test. + +2010-11-11 Rainer Orth + + * lib/lto.exp (lto-get-options-main): Support optional target + selector for dg-suppress-ld-options. + +2010-11-11 Martin Jambor + + PR tree-optimization/46383 + * g++.dg/torture/pr46383.C: New test. + +2010-11-11 Uros Bizjak + + * gcc-target/i386/sse-12.c: Add -msse4a to dg-options. + * gcc-target/i386/sse-13.c: Add -msse4a, -mfma4, -mbmi and -mtbm + to dg-options. + * gcc-target/i386/sse-14.c: Add -mfma4a and -mbmi to dg-options. + * g++.dg/other/i386-2.C: Add -msse4a and -mfma4 to dg-options. + * g++.dg/other/i386-3.C: Ditto. + +2010-11-10 Jason Merrill + + * g++.dg/cpp0x/constexpr-46420.C: New. + +2010-11-10 Joseph Myers + + * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C, + gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c, + gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c, + gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update + expected messages. + +2010-11-10 Jan Hubicka + + PR tree-optimize/38669 + * gcc.dg/tree-ssa/pr38699.c: New testcase. + +2010-11-10 Jan Hubicka + + * gcc.dg/tree-prof/inliner-1.c: Fix testcase. + +2010-11-10 Jason Merrill + + * g++.dg/cpp0x/constexpr-bitfield.C: New. + +2010-11-10 Jakub Jelinek + + PR debug/46409 + * gcc.dg/debug/pr46409.c: New test. + + PR c++/46368 + * g++.dg/cpp0x/constexpr-defarg2.C: New test. + +2010-11-10 Uros Bizjak + + PR target/46419 + * gcc-target/i386/pr46419.c: New test. + +2010-11-10 Quentin Neill + + * g++.dg/other/i386-2.C: Add -mtbm. + * g++.dg/other/i386-3.C: Likewise. + * gcc.target/i386/funcspec-5.c: Add tbm and no-tbm targets. + * gcc.target/i386/funcspec-6.c: Likewise. + * gcc.target/i386/sse-12.c: Add -mtbm. + * gcc.target/i386/sse-13.c: Add -mtbm and test immediate + operand intrinsics. + * gcc.target/i386/sse-14.c: Likewise. + * gcc.target/i386/sse-22.c: Likewise. + * gcc.target/i386/sse-23.c: Likewise. + * gcc.target/i386/tbm-1.c: New file. + * gcc.target/i386/tbm-2.c: Likewise. + +2010-11-10 Quentin Neill + + * g++.dg/other/i386-2.C: Add -mbmi. + * g++.dg/other/i386-3.C: Likewise. + * gcc.target/i386/funcspec-5.c: Add bmi and no-bmi targets. + * gcc.target/i386/funcspec-6.c: Likewise. + * gcc.target/i386/sse-12.c: Add -mbmi. + * gcc.target/i386/bmi-1.c: New file. + * gcc.target/i386/bmi-2.c: Likewise. + * gcc.target/i386/bmi-3.c: Likewise. + * gcc.target/i386/bmi-4.c: Likewise. + * gcc.target/i386/bmi-5.c: Likewise. + * gcc.target/i386/bmi-6.c: Likewise. + +2010-11-10 Nathan Froyd + + PR c++/46065 + * g++.dg/pr46065.C: New test. + +2010-11-10 Jan Hubicka + + PR tree-optimize/33172 + PR tree-optimize/43411 + * gcc.dg/tree-ssa/pr33172.c: New testcase. + * g++.dg/tree-ssa/pr43411.C: New testcase. + +2010-11-10 Jan Hubicka + + PR tree-optimize/46228 + * g++.dg/tree-ssa/pr46228.C: New testcase. + +2010-11-10 H.J. Lu + + PR tree-optimization/46414 + * gcc.target/i386/recip-vec-sqrtf-avx.c: Updated for loop + unrolling. + +2010-11-10 Tobias Burnus + + PR fortran/46411 + * gfortran.dg/intrinsic_7.f90: New. + +2010-11-10 Rainer Orth + + * g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*. + * g++.dg/abi/thunk4.C: Likewise. + * g++.dg/opt/combine.C: Add dg-require-visibility. + * g++.dg/other/anon5.C: Skip on alpha*-dec-osf*. + * g++.dg/warn/miss-format-1.C: XFAIL scanf attribute warning on + alpha*-dec-osf*. + * g++.dg/warn/pr31246.C: XFAIL on alpha*-dec-osf*. + * g++.dg/warn/weak1.C: Skip on alpha*-dec-osf*. + * g++.old-deja/g++.eh/badalloc1.C [!STACK_SIZE && __osf__]: Use + large arena_size. + * gcc.dg/attr-weakref-1.c: Skip on alpha*-dec-osf*. + * gcc.dg/intmax_t-1.c: Likewise. + +2010-11-10 Tobias Burnus + + PR fortran/46244 + * gfortran.dg/class_30.f90: New. + +2010-11-10 Tobias Burnus + + PR fortran/46223 + * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid + failure on s390. + +2010-11-10 Sebastian Pop + + PR tree-optimization/45971 + * gcc.dg/vect/O3-pr45971.c: New. + +2010-11-10 Richard Guenther + + PR tree-optimization/44964 + * gcc.dg/pr44964.c: New testcase. + +2010-11-10 Eric Botcazou + + * gnat.dg/opt10.adb: Fix typo. + +2010-11-10 Martin Jambor + + PR tree-optimization/46351 + PR tree-optimization/46377 + * gnat.dg/opt10.adb: New file. + * gnat.dg/opt10_pkg.ads: Likewise. + * gnat.dg/opt11.adb: Likewise. + * gnat.dg/opt11.ads: Likewise. + +2010-11-10 Eric Botcazou + + * gnat.dg/boolean_conv.adb: New test. + +2010-11-10 Andreas Krebbel + + * gcc.dg/stack-usage-1.c: Define SIZE for s390 and s390x. + +2010-11-10 Eric Botcazou + + * gnat.dg/unchecked_convert7.adb: New test. + +2010-11-10 Richard Guenther + + PR tree-optimization/46398 + * gcc.dg/torture/pr46398.c: New testcase. + +2010-11-09 Jerry DeLisle + + * gfortran.dg/open_dev_null.f90: New test. + +2010-11-09 Jan Hubicka + + * testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c: Update for loop + unrolling. + +2010-11-09 Joseph Myers + + * gcc.dg/struct-semi-4.c: New test. + +2010-11-09 Michael Meissner + + * gcc.target/powerpc/ppc-fpconv-11.c: Use -mcpu=power5+, not + power5 to enable generation of FRIZ. + + * gcc.target/powerpc/ppc-round.c: New file, test (double)(int) + optimization. + + * gcc.target/powerpc/ppc-fpconv-2.c: Update # times lfiwax is + expected. + 2010-11-09 Jakub Jelinek + PR target/43808 + * gfortran.dg/pr43808.f90: New test. + +2010-11-09 Sebastian Pop + + PR tree-optimization/46036 + * gfortran.dg/lto/pr46036_0.f90: New. + +2010-10-09 Jakub Jelinek + + PR middle-end/45663 + * gcc.dg/guality/sra-1.c: Move all gdb-test lines to the second bar invocation + instead of first. + PR debug/46171 * gcc.dg/pr46171.c: New test. @@ -58,7 +648,7 @@ PR tree-optimization/46316 * gcc.c-torture/execute/pr46316.c: New test. - + 2010-11-08 Janus Weil PR fortran/46344 @@ -68,18 +658,18 @@ * objc.dg/property/dotsyntax-13.m: New. * objc.dg/property/dotsyntax-14.m: New. - * objc.dg/property/dotsyntax-15.m: New. + * objc.dg/property/dotsyntax-15.m: New. * objc.dg/property/synthesize-7.m: New. * obj-c++.dg/property/dotsyntax-13.mm: New. * obj-c++.dg/property/dotsyntax-14.mm: New. - * obj-c++.dg/property/dotsyntax-15.mm: New. + * obj-c++.dg/property/dotsyntax-15.mm: New. * obj-c++.dg/property/synthesize-7.mm: New. 2010-11-08 Nicola Pero * objc.dg/property/dynamic-4.m: New. * objc.dg/property/dynamic-5.m: New. - * objc.dg/property/dynamic-6.m: New. + * objc.dg/property/dynamic-6.m: New. * obj-c++.dg/property/dynamic-4.mm: New. * obj-c++.dg/property/dynamic-5.mm: New. * obj-c++.dg/property/dynamic-6.mm: New. @@ -93,15 +683,15 @@ * obj-c++.dg/property/synthesize-3.mm: New. * obj-c++.dg/property/synthesize-4.mm: New. * obj-c++.dg/property/synthesize-5.mm: New. - * obj-c++.dg/property/synthesize-6.mm: New. - + * obj-c++.dg/property/synthesize-6.mm: New. + 2010-11-08 Nicola Pero - * objc.dg/property/at-property-5.m: Updated test. + * objc.dg/property/at-property-5.m: Updated test. * objc.dg/property/at-property-16.m: New. * objc.dg/property/at-property-17.m: New. * objc.dg/property/at-property-18.m: New. - * objc.dg/property/at-property-19.m: New. + * objc.dg/property/at-property-19.m: New. * objc.dg/property/dotsyntax-12.m: New. * objc.dg/protocol-inheritance-1.m: New. * objc.dg/protocol-inheritance-2.m: New. @@ -109,11 +699,11 @@ * obj-c++.dg/property/at-property-16.mm: New. * obj-c++.dg/property/at-property-17.mm: New. * obj-c++.dg/property/at-property-18.mm: New. - * obj-c++.dg/property/at-property-19.mm: New. + * obj-c++.dg/property/at-property-19.mm: New. * obj-c++.dg/protocol-inheritance-1.mm: New. * obj-c++.dg/protocol-inheritance-2.mm: New. * obj-c++.dg/property/dotsyntax-12.mm: New. - + 2010-11-08 Jason Merrill * g++.dg/expr/overflow1.C: New. @@ -138,8 +728,7 @@ * gcc.c-torture/compile/vector-2.c: Likewise. * gcc.dg/pr32912-1.c: Likewise. * gcc.c-torture/execute/va-arg-25.c: Move ... - * gcc.dg/torture/va-arg-25.c: ... here. - Add dg-do run. + * gcc.dg/torture/va-arg-25.c: ... here. Add dg-do run. Add dg-options -msse, dg-require-effective-target sse_runtime for for i?86-*-*, x86_64-*-*. * gcc.c-torture/execute/vector-1.c: Likewise. @@ -156,7 +745,7 @@ * gcc.dg/torture/pr45982.c: Add -std=c99 * gcc.dg/torture/pr45623.c: Ditto. - + 2010-11-08 Steve Ellcey * gcc/testsuite/g++.dg/abi/covariant1.C: Fix scan-assembler. @@ -164,9 +753,9 @@ 2010-11-08 Kai Tietz - PR target/28627 - * g++.dg/ext/dllimport7.C: Adjust second error check and - allow test for x86_64 mingw, too. + PR target/28627 + * g++.dg/ext/dllimport7.C: Adjust second error check and + allow test for x86_64 mingw, too. 2010-11-08 Janus Weil @@ -178,14 +767,14 @@ PR rtl-optimization/45352 gcc.dg/pr45352.c, gcc.dg/pr45352-1.c, gcc.dg/pr45352-2.c: New tests. gcc.target/i386/pr45352.c, gcc.target/i386/pr45352-1.c, - gcc.target/i386/pr45352-2.c: New tests. + gcc.target/i386/pr45352-2.c: New tests. 2010-11-06 Iain Sandoe PR libobjc/36610 - * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, XFAIL the run for - all but m32 x86. - + * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime, + XFAIL the run for all but m32 x86. + 2010-11-07 Andreas Schwab * g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|" @@ -388,8 +977,8 @@ * obj-c++.dg/template-8.mm: Likewise. * obj-c++.dg/encode-3.mm: Use abort (), cast char types. * obj-c++.dg/demangle-2.mm: Add +initialize:, XFAIL NeXT m64. - * obj-c++.dg/property/at-property-2.mm: Comment out a case that ICEs and - put a FIXME for this. + * obj-c++.dg/property/at-property-2.mm: Comment out a case that ICEs + and put a FIXME for this. * obj-c++.dg/property/property-2.mm: Remove. * obj-c++.dg/property/property-3.mm: Remove. @@ -532,7 +1121,7 @@ * gcc.target/i386/fma4-vector-2.c: New testcase. -2010-11-04 Artjoms Sinkarovs +2010-11-04 Artjoms Sinkarovs Richard Guenther * gcc.dg/vec-scal-opt.c: New testcase. @@ -706,7 +1295,7 @@ PR target/46253 * gcc.target/i386/pr46253.c: New. -2010-11-02 Steven G. Kargl < kargl@gcc.gnu.org> +2010-11-02 Steven G. Kargl Tobias Burnus PR fortran/45170 @@ -780,8 +1369,8 @@ 2010-11-02 Iain Sandoe - * g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one instance - of debug_pubnames on darwin. + * g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one + instance of debug_pubnames on darwin. 2010-11-01 Jason Merrill Benjamin Kosnik @@ -1043,8 +1632,8 @@ * obj-c++.dg/property/synthesize-2.mm: New. * obj-c++.dg/property/dynamic-2.mm: New. -2010-10-29 Artjoms Sinkarovs - Andrew Pinski +2010-10-29 Artjoms Sinkarovs + Andrew Pinski * gcc.c-torture/execute/vector-shift.c: New testcase. * gcc.c-torture/execute/vector-shift1.c: Likewise. @@ -1190,7 +1779,7 @@ PR fortran/45451 * gfortran.dg/class_allocate_5.f90: New. -2010-10-25 Rodrigo Rivas Costa +2010-10-25 Rodrigo Rivas Costa Implement opaque-enum-specifiers for C++0x * g++.dg/cpp0x/forw_enum1.C: New. @@ -1314,8 +1903,8 @@ * gcc.target/powerpc/ehreturn.c: Fix regexp in dg-final. -2010-10-22 Artjoms Sinkarovs - Andrew Pinski +2010-10-22 Artjoms Sinkarovs + Andrew Pinski * gcc.c-torture/execute/vector-subscript-1.c: Likewise. * gcc.c-torture/execute/vector-subscript-2.c: Likewise. @@ -1532,7 +2121,7 @@ Merge from 'apple/trunk' branch on FSF servers. Test adapted to not require Foundation and run with the GNU runtime as well. - 2006-03-13 Fariborz Jahanian + 2006-03-13 Fariborz Jahanian Radar 4439126 * obj-c++.dg/template-8.mm: New. @@ -1563,7 +2152,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-03-16 Fariborz Jahanian + 2006-03-16 Fariborz Jahanian Radar 4293709 * objc.dg/proto-init-mimatch-1.m: New. @@ -1591,7 +2180,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-01-17 Fariborz Jahanian + 2006-01-17 Fariborz Jahanian Radar 4407151 * obj-c++.dg/template-7.mm: New. @@ -1605,18 +2194,18 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-03-01 Fariborz Jahanian + 2005-03-01 Fariborz Jahanian Radar 4451818 * obj-c++.dg/try-catch-16.mm: New. * obj-c++.dg/try-catch-17.mm: New. - 2005-11-08 Fariborz Jahanian + 2005-11-08 Fariborz Jahanian Radar 4330422 * obj-c++.dg/try-catch-15.mm: New - 2005-10-07 Fariborz Jahanian + 2005-10-07 Fariborz Jahanian Radar 4204796 * obj-c++.dg/try-catch-12.mm: New @@ -1668,7 +2257,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-04-19 Fariborz Jahanian + 2006-04-19 Fariborz Jahanian Radar 4516785 * obj-c++.dg/method-namespace-2.mm: New. @@ -1677,7 +2266,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-03-27 Fariborz Jahanian + 2006-03-27 Fariborz Jahanian Radar 4133425 * objc.dg/private-1.m: Test modified. @@ -1818,7 +2407,7 @@ * obj-c++.dg/property/fsf-property-named-ivar.mm: New. merge from FSF apple 'trunk' branch. - 2006 Fariborz Jahanian + 2006 Fariborz Jahanian Radars 4436866, 4505126, 4506903, 4517826 * objc.dg/property/property-1.m: New. @@ -2151,7 +2740,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-04-26 Fariborz Jahanian + 2006-04-26 Fariborz Jahanian Radar 4508851 * obj-c++.dg/method-namespace-1.mm: New. @@ -2216,7 +2805,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-12-14 Fariborz Jahanian + 2005-12-14 Fariborz Jahanian Radar 4278774 * obj-c++.dg/encode-9.mm: New. @@ -2241,27 +2830,27 @@ * objc.dg/foreach-7.m: New. Merge from 'apple/trunk' branch on FSF servers: - 2006-04-13 Fariborz Jahanian + 2006-04-13 Fariborz Jahanian Radar 4502236 * objc.dg/objc-foreach-5.m: New. - 2006-04-12 Fariborz Jahanian + 2006-04-12 Fariborz Jahanian Radar 4507230 * objc.dg/objc-foreach-4.m: New. - 2006-03-13 Fariborz Jahanian + 2006-03-13 Fariborz Jahanian Radar 4472881 * objc.dg/objc-foreach-3.m: New. - 2005-03-07 Fariborz Jahanian + 2005-03-07 Fariborz Jahanian Radar 4468498 * objc.dg/objc-foreach-2.m: New. - 2006-02-15 Fariborz Jahanian + 2006-02-15 Fariborz Jahanian Radar 4294910 * objc.dg/objc-foreach-1.m: New @@ -2290,17 +2879,17 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-10-17 Fariborz Jahanian + 2005-10-17 Fariborz Jahanian Radar 4290840 * obj-c++.dg/syntax-error-7.mm: New - 2005-10-14 Fariborz Jahanian + 2005-10-14 Fariborz Jahanian Radar 4294425 * obj-c++.dg/syntax-error-6.mm: New - 2005-10-13 Fariborz Jahanian + 2005-10-13 Fariborz Jahanian Radar 4261146 * obj-c++.dg/syntax-error-5.mm: New @@ -2520,7 +3109,7 @@ 2010-09-30 Iain Sandoe merge from FSF 'apple/trunk' branch. - 2006-01-30 Fariborz Jahanian + 2006-01-30 Fariborz Jahanian Radar 4386773 * objc.dg/enhanced-proto-1.m: New. @@ -2564,7 +3153,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-10-04 Fariborz Jahanian + 2005-10-04 Fariborz Jahanian Radar 4278236 * obj-c++.dg/bad-forward-decl.mm: New @@ -2577,7 +3166,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-10-04 Fariborz Jahanian + 2005-10-04 Fariborz Jahanian Radar 4281748 * objc.dg/naming-2.m: Update @@ -2731,13 +3320,13 @@ * obj-c++.dg/threedotthree-abi-1.mm: New file (from the branch). Run the test only with the NeXT runtime. - 2006-03-30 Fariborz Jahanian + 2006-03-30 Fariborz Jahanian Radar 4492973 * objc.dg/encode-7-64bit.m: New. * objc.dg/encode-7.m: Skip if -m64. - 2005-10-19 Fariborz Jahanian + 2005-10-19 Fariborz Jahanian Radar 4301047 * objc.dg/proto-qual-1.m: Fix test to match 3.3 ABI @@ -2756,7 +3345,7 @@ Merge from 'apple/trunk' branch on FSF servers. Renamed const-str-12.m to constr-str-12b.m to avoid conflicts. - 2005-12-15 Fariborz Jahanian + 2005-12-15 Fariborz Jahanian Radar 4229905 * obj-c++.dg/warn5.mm: New @@ -2797,7 +3386,7 @@ * gfortran.dg/io_constraints_7.f03: New test. * gfortran.dg/newunit_2.f90: New test. -2010-09-24 Steven G. Kargl < kargl@gcc.gnu.org> +2010-09-24 Steven G. Kargl * gfortran.dg/operator_c1202.f90: New test. @@ -2853,7 +3442,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2006-03-27 Fariborz Jahanian + 2006-03-27 Fariborz Jahanian Radar 4491608 * objc.dg/too-many-args.m: New @@ -3001,7 +3590,7 @@ Merge from 'apple/trunk' branch on FSF servers. - 2005-10-11 Fariborz Jahanian + 2005-10-11 Fariborz Jahanian Radar 4291785 * objc.dg/naming-4.m: New @@ -3294,7 +3883,7 @@ * objc.dg/msg-in-protocol.m: New. * obj-c++.dg/msg-in-protocol.mm: New. - 2006-02-07 Fariborz Jahanian + 2006-02-07 Fariborz Jahanian Radar 4219590 * objc.dg/break-in-ifstmt.m: New. @@ -3332,7 +3921,7 @@ * g++.dg/vect/pr45470-a.cc: New test. * g++.dg/vect/pr45470-a.cc: New test. -2010-09-10 Jack Howarth +2010-09-10 Jack Howarth PR target/42070 * lib/profopt.exp: Prune warnings on execname2 compile. @@ -3555,7 +4144,7 @@ PR fortran/45576 * gfortran.dg/char_length_18.f90: New test. -2010-09-07 Jack Howarth +2010-09-07 Jack Howarth PR target/36502 * gcc.target/i386/pr36502.c: New test. @@ -3797,7 +4386,7 @@ PR debug/45500 * gcc.target/i386/pr45500.c: New test. -2010-09-03 Mingjie Xing +2010-09-03 Mingjie Xing * gcc.target/mips/loongson-shift-count-truncated-1.c: New. @@ -4156,7 +4745,7 @@ * gfortran.dg/proc_ptr_29.f90: New. 2010-08-22 Tobias Burnus - Dominique d'Humieres + Dominique d'Humieres PR fortran/45367 * gfortran.dg/bessel_6.f90: Further reduce required accuracy. @@ -4172,7 +4761,7 @@ * gfortran.dg/bessel_7.f90: Disable accidently enabled debug output. 2010-08-22 Tobias Burnus - Dominique d'Humieres + Dominique d'Humieres PR fortran/45367 PR fortran/36158 @@ -4583,7 +5172,7 @@ * gcc.dg/graphite/id-20.c: New. 2010-08-11 Janus Weil - Steve Kargl + Steve Kargl PR fortran/44595 * gfortran.dg/move_alloc_3.f90: New. @@ -4683,7 +5272,7 @@ PR libfortran/45143 * gfortran.dg/fmt_error_11.f03: New test. -2010-08-07 Marcus Shawcroft +2010-08-07 Marcus Shawcroft * lib/target-supports.exp (check_effective_target_sync_int_long): Add arm*-*-linux-gnueabi. @@ -7265,7 +7854,7 @@ PR c++/44366 * g++.dg/cpp0x/decltype23.C: New. -2010-06-08 Andrew Pinski +2010-06-08 Andrew Pinski Shujing Zhao PR c/37724 @@ -7758,7 +8347,7 @@ * gfortran.dg/whole_file_17.f90: New. * gfortran.dg/whole_file_18.f90: New. -2010-05-25 Jack Howarth +2010-05-25 Jack Howarth Iain Sandoe * g++.dg/abi/mangle40.C: Adjust dg-require-alias syntax. @@ -7961,7 +8550,7 @@ PR target/44202 * gcc.c-torture/execute/pr44202-1.c: New test. -2010-05-19 Jerry DeLisle +2010-05-19 Jerry DeLisle PR fortran/43851 * gfortran.dg/label_1.f90: Update test. @@ -9018,7 +9607,7 @@ * gcc.dg/tree-ssa/pta-escape-3.c: Likewise. * gcc.dg/ipa/ipa-pta-11.c: Likewise. -2010-04-22 Jakub Jelinek +2010-04-22 Jakub Jelinek Dodji Seketeli PR c/18624 @@ -9084,7 +9673,7 @@ PR fortran/43696 * gfortran.dg/class_17.f03: New. -2010-05-04 Neil Vachharajani +2010-05-04 Neil Vachharajani * gcc.dg/tree-prof/wcoverage-mismatch.c: Adjusted. @@ -9214,7 +9803,7 @@ PR c++/43951 * g++.dg/init/new28.C: New. -2010-04-30 Iain Sandoe +2010-04-30 Iain Sandoe PR objc++/32052 * obj-c++.dg/encode-2.mm: Remove XFAIL. Add test for anonymous @@ -9411,7 +10000,7 @@ * g++.dg/cpp0x/lambda/lambda-deduce2.C: New. 2010-04-27 Manuel López-Ibáñez - Jan Hubicka + Jan Hubicka * gcc.dg/pure-2.c: New testcase. * gcc.dg/const-1.c: New testcase. @@ -9510,7 +10099,7 @@ * objc.dg/pch/pch.exp: Apply tests to both Gnu and NeXT runtimes on Darwin. -2010-04-26 Jack Howarth +2010-04-26 Jack Howarth PR 43715 * lib/plugin-support.exp: Use "-undefined @@ -10085,7 +10674,7 @@ PR fortran/43591 * gfortran.dg/spec_expr_6.f90: New test. -2010-04-09 Manuel López-Ibáñez +2010-04-09 Manuel López-Ibáñez PR cpp/43195 * gcc.dg/cpp/pr43195.c: New. @@ -10195,7 +10784,7 @@ * gcc.dg/vla-9.c: Likewise. * gcc.dg/dfp/composite-type.c: Likewise. -2010-04-07 Iain Sandoe +2010-04-07 Iain Sandoe PR objc/35996 * objc.dg/objc-gc-4.m: Run for all targets, prune new warning. @@ -10243,7 +10832,7 @@ * gfortran.dg/warning-directive-2.F90: New. * gfortran.dg/warning-directive-4.F90: New. -2010-04-07 Iain Sandoe +2010-04-07 Iain Sandoe PR objc++/23716 * obj-c++.dg/comp-types-10.mm: Remove XFAIL. @@ -11120,8 +11709,8 @@ * gnat.dg/case_optimization2.adb: New test. * gnat.dg/case_optimization_pkg2.ad[sb]: New helper. -2010-03-18 Francois-Xavier Coudert - Jack Howarth +2010-03-18 Francois-Xavier Coudert + Jack Howarth PR target/36399 * gcc.target/i386/push-1.c: Don't xfail @@ -11427,7 +12016,7 @@ * gfortran.dg/finalize_9.f90: New. 2010-03-04 Tobias Burnus - Ken Werner + Ken Werner * gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times to dg-options for spu. @@ -12079,7 +12668,7 @@ PR tree-optimization/43017 * gcc.dg/torture/pr43017.c: New testcase. -2010-02-10 Tobias Burnus +2010-02-10 Tobias Burnus PR fortran/40823 * gfortran.dg/private_type_1.f90: Update error location. @@ -12703,7 +13292,7 @@ * g++.dg/template/error45.C: Revert as part of reverting changes or PR c++/42634. -2010-01-14 Jerry DeLisle +2010-01-14 Jerry DeLisle PR fortran/42684 * gfortran.dg/interface_31.f90: New test. @@ -12757,25 +13346,25 @@ PR rtl-optimization/42388 * gcc.dg/pr42388.c: New. -2010-01-14 Alexander Monakov +2010-01-14 Alexander Monakov PR rtl-optimization/42294 * gfortran.dg/pr42294.f: New. -2010-01-14 Alexander Monakov +2010-01-14 Alexander Monakov PR rtl-optimization/39453 PR rtl-optimization/42246 * gcc.dg/pr39453.c: New. * gcc.dg/pr42246.c: New. -2010-01-14 Alexander Monakov +2010-01-14 Alexander Monakov PR middle-end/42245 * gcc.dg/pr42245.c: New. * gcc.dg/pr42245-2.c: New. -2010-01-14 Alexander Monakov +2010-01-14 Alexander Monakov PR rtl-optimization/42249 * gcc.dg/pr42249.c: New. @@ -12887,12 +13476,12 @@ PR middle-end/42667 * gcc.dg/torture/pr42667.c: New testcase. -2010-01-09 Jerry DeLisle +2010-01-09 Jerry DeLisle PR fortran/32489 * gfortran.dg/array_constructor_34.f90: New test. -2010-01-09 Jerry DeLisle +2010-01-09 Jerry DeLisle PR fortran/20923 * gfortran.dg/array_constructor_33.f90: New test.