X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=4644332caf4cc04e39e945da133cf2f378ac3a00;hp=0645a4c141cd6502a1927034212aab6fd66844df;hb=1a720f4cfce262b11542a7bfe5b8d2a39d87f505;hpb=85e30a22245378b4136404426b134464fa80daf0 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0645a4c141c..4644332caf4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,669 @@ +2012-07-17 Jason Merrill + + PR c++/53995 + * g++.dg/parse/enum9.C: New. + +2012-07-17 Jason Merrill + + PR c++/53989 + * g++.dg/template/array23.C: New. + +2012-07-17 Jason Merrill + + PR c++/53549 + * g++.dg/template/current-inst1.C: New. + * g++.dg/parse/crash35.C: Adjust. + +2012-07-13 Hans-Peter Nilsson + + PR rtl-optimization/53908 + * gcc.dg/torture/pr53908.c: New test. + +2012-07-10 Uros Bizjak + + Backport from mainline + 2012-07-03 Uros Bizjak + + PR target/53811 + * g++.dg/other/pr53811.C: New test. + +2012-07-10 Jason Merrill + + PR c++/53733 + * g++.dg/cpp0x/defaulted36.C: New. + * g++.dg/cpp0x/defaulted21.C: Adjust. + + * g++.dg/cpp0x/implicit13.C: New. + +2012-07-09 Janis Johnson + + Backport from mainline. + 2012-06-28 Janis Johnson + + * g++.dg/cpp0x/nullptr19.c: Remove exta directives on same line. + + * g++.dg/template/error46.C: Add missing comment to dg-message. + * g++.dg/template/crash107.C: Likewise. + * g++.dg/template/error47.C: Likewise. + * g++.dg/template/crash108.C: Likewise. + * g++.dg/overload/operator5.C: Likewise. + + * gcc.dg/Wstrict-aliasing-converted-assigned.c: Fix syntax + errors in dg-message directives, add comments. + + 2012-06-26 Janis Johnson + + * lib/scandump.exp (scan-dump, scan-dump-not, scan-dump-dem, + scan-dump-dem-not): Use printable pattern in test name. + + 2012-06-25 Janis Johnson + + * lib/target-supports-dg.exp (testname-for-summary): New. + * lib/profopt.exp (profopt_execute): Define testname_with_flags. + * lib/gcc-dg.exp (cleanup-coverage-files, cleanup-repo-notes, + cleanup-stack-usage, cleanup-dump, cleanup-saved-temps, scan-module, + scan-module-absence, output-exists, output-exists-not: Use + testname-for-summary. + (dg-test): Clean up testname_with_flags. + * lib/scanasm.exp (scan-assembler, scan-assembler-not, scan-hidden, + scan-not-hidden, scan-file, scan-file-not, scan-stack-usage, + scan-stack-usage-not, scan-assembler-times, scan-assembler-dem, + scan-assembler-dem-not, object-size: Use testname-for-summary. + * lib/gcov.exp (run-gcov): Likewise. + * lib/scandump.exp (scan-dump, scan-dump-times, scan-dump-not, + scan-dump-dem, scan-dump-dem-note): Likewise. + + * lib/profopt.exp: Make prof_option_list local to profopt-execute. + * g++.dg/tree-prof/tree-prof.exp (PROFOPT_OPTIONS): Define after + including profopt.opt; save and restore existing value. + * g++.dg/bprob/bprob.exp: Likewise. + * gcc.dg/matrix/matrix.exp: Likewise. + * gcc.dg/tree-prof/tree-prof.exp: Likewise. + * gcc.misc-tests/bprob.exp: Likewise; also replace formerly-ignored + PROFOPT_OPTIONS. + + 2012-06-15 Janis Johnson + + * lib/gcov.exp (verify-lines, verify-branches, verify-calls): Use + testname that includes flags, passed in as new argument, in + pass/fail messages. + (run_gcov): Get testname from dg-test, use it in pass/fail messages + and pass it to verify-* procedures. + + * g++.dg/torture/stackalign/stackalign.exp: Combine stack + alignment torture options with usual torture options. + + * g++.dg/cpp0x/auto27.C: Add comments to checks for multiple + messages reported for one line of source code. + * g++.dg/cpp0x/constexpr-decl.C: Likewise. + * g++.dg/cpp0x/decltype2.C: Likewise. + * g++.dg/cpp0x/decltype3.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-syntax1.C: Likewise. + * g++.dg/cpp0x/regress/error-recovery1.C: Likewise. + * g++.dg/cpp0x/static_assert3.C: Likewise. + * g++.dg/cpp0x/udlit-cpp98-neg.C: Likewise. + * g++.dg/cpp0x/udlit-shadow-neg.C: Likewise. + * g++.dg/cpp0x/union1.C: Likewise. + * g++.dg/cpp0x/variadic-ex10.C: Likewise. + * g++.dg/cpp0x/variadic-ex14.C: Likewise. + * g++.dg/cpp0x/variadic2.C: Likewise. + * g++.dg/cpp0x/variadic20.C: Likewise. + * g++.dg/cpp0x/variadic74.C: Likewise. + * g++.dg/diagnostic/bitfld2.C: Likewise. + * g++.dg/ext/attrib44.C: Likewise. + * g++.dg/ext/no-asm-1.C: Likewise. + * g++.dg/other/error34.C: Likewise. + * g++.dg/parse/crash46.C: Likewise. + * g++.dg/parse/error10.C: Likewise. + * g++.dg/parse/error2.C: Likewise. + * g++.dg/parse/error3.C: Likewise. + * g++.dg/parse/error36.C: Likewise. + * g++.dg/parse/error8.C: Likewise. + * g++.dg/parse/error9.C: Likewise. + * g++.dg/parse/parser-pr28152-2.C: Likewise. + * g++.dg/parse/parser-pr28152.C: Likewise. + * g++.dg/parse/template25.C: Likewise. + * g++.dg/parse/typename11.C: Likewise. + * g++.dg/tc1/dr147.C: Likewise. + * g++.dg/template/deduce3.C: Likewise. + * g++.dg/template/koenig9.C: Likewise. + * g++.dg/template/pr23510.C: Likewise. + * g++.dg/warn/pr12242.C: Likewise. + * g++.dg/warn/pr30551-2.C: Likewise. + * g++.dg/warn/pr30551.C: Likewise. + * g++.old-deja/g++.other/typename1.C: Likewise. + * g++.old-deja/g++.pt/niklas01a.C: Likewise. + + 2012-06-13 Janis Johnson + + PR testsuite/20771 + * lib/dg-pch.exp (dg-flags-pch): Add flags to make compile lines in + test summary unique. + + * lib/scanasm.exp (scan-assembler, scan-assembler-not, scan-hidden, + scan-not-hiddent, scan-file, scan-file-not, scan-stack-usage, + scan-stack-usage-not): Don't strip torture options from test name. + + * lib/scandump.exp (scan-dump-times): Use printable version of + regexp in test summary line. + + * gcc.dg/di-longlong64-sync-1.c: Add comments to checks for multiple + messages reported for one line of source code. + * gcc.dg/format/few-1.c: Likewise. + * gcc.dg/ia64-sync-2.c: Likewise. + * gcc.dg/sync-2.c: Likewise. + * gcc.dg/noncompile/pr44517.c: Likewise. + + 2012-06-12 Janis Johnson + + * gcc.dg/torture/stackalign/stackalign.exp: Combine stack + alignment torture options with usual torture options. + * gcc.dg/torture/stackalign/alloca-2.c: Use dg-additional-options + instead of dg-options. + * gcc.dg/torture/stackalign/alloca-3.c: Likewise. + * gcc.dg/torture/stackalign/alloca-4.c: Likewise. + * gcc.dg/torture/stackalign/alloca-5.c: Likewise. + * gcc.dg/torture/stackalign/alloca-6.c: Likewise. + * gcc.dg/torture/stackalign/push-1.c: Likewise. + * gcc.dg/torture/stackalign/vararg-3.c: Likewise. + + * gcc.target/arm/di-longlong64-sync-withhelpers.c: Add comments + to checks for multiple messages reported for one line of source code. + * gcc.target/arm/di-longlong64-sync-withldrexd.c: Likewise. + + * gcc.c-torture/compile/sync-1.c: Add comments to checks for multiple + messages reported for one line of source code. + + * gcc.dg/20031223-1.c: Add comments to check for multiple + messages reported for one line of source code. + * gcc.dg/Wconversion-integer.c: Likewise. + * gcc.dg/Wfatal-2.c: Likewise. + * gcc.dg/Wfatal.c: Likewise. + * gcc.dg/Wobjsize-1.c: Likewise. + * gcc.dg/c99-vla-jump-1.c: Likewise. + * gcc.dg/c99-vla-jump-2.c: Likewise. + * gcc.dg/c99-vla-jump-3.c: Likewise. + * gcc.dg/c99-vla-jump-4.c: Likewise. + * gcc.dg/c99-vla-jump-5.c: Likewise. + * gcc.dg/decl-9.c: Likewise. + * gcc.dg/declspec-10.c: Likewise. + * gcc.dg/declspec-18.c: Likewise. + * gcc.dg/mtune.c: Likewise. + * gcc.dg/parser-pr28152-2.c: Likewise. + * gcc.dg/parser-pr28152.c: Likewise. + * gcc.dg/pr14475.c: Likewise. + * gcc.dg/pr27953.c: Likewise. + * gcc.dg/pr28322-3.c: Likewise. + * gcc.dg/pr30457.c: Likewise. + * gcc.dg/pr30551-2.c: Likewise. + * gcc.dg/pr30551-3.c: Likewise. + * gcc.dg/pr30551-4.c: Likewise. + * gcc.dg/pr30551-5.c: Likewise. + * gcc.dg/pr30551-6.c: Likewise. + * gcc.dg/pr30551.c: Likewise. + * gcc.dg/pr45461.c: Likewise. + * gcc.dg/pr48552-1.c: Likewise. + * gcc.dg/pr48552-2.c: Likewise. + * gcc.dg/redecl-1.c: Likewise. + * gcc.dg/transparent-union-3.c: Likewise. + * gcc.dg/utf-dflt.c: Likewise. + * gcc.dg/utf-dflt2.c: Likewise. + * gcc.dg/vla-8.c: Likewise. + * gcc.dg/vla-init-1.c: Likewise. + * gcc.dg/wtr-int-type-1.c: Likewise. + + * c-c++-common/raw-string-3.c: Add comments to checks for multiple + messages reported for for one line of source code. + * c-c++-common/raw-string-5.c: Likewise. + * c-c++-common/raw-string-4.c: Likewise. + * c-c++-common/raw-string-6.c: Likewise. + * c-c++-common/pr20000.c: Likewise. + + * gcc.dg/cpp/include2a.c: Add comments to checks for multiple + messages reported for one line of source code. + * gcc.dg/cpp/pr30786.c: Likewise. + * gcc.dg/cpp/pr28709.c: Likewise. + * gcc.dg/cpp/missing-header-MD.c: Likewise. + * gcc.dg/cpp/macspace2.c: Likewise. + * gcc.dg/cpp/missing-header-1.c: Likewise. + * gcc.dg/cpp/missing-header-MMD.c: Likewise. + * gcc.dg/cpp/missing-sysheader-MD.c: Likewise. + * gcc.dg/cpp/missing-sysheader-MMD.c: Likewise. + +2012-07-09 Jason Merrill + + PR c++/53882 + * g++.dg/cpp0x/nullptr29.C: New. + +2012-07-06 Mikael Morin + + PR fortran/53732 + * gfortran.dg/inline_sum_4.f90: New test. + +2012-07-06 Richard Guenther + + Backport from mainline + 2012-06-18 Richard Guenther + + PR tree-optimization/53693 + * g++.dg/torture/pr53693.C: New testcase. + +2012-07-06 Richard Guenther + + Backport from mainline + 2012-04-11 Richard Guenther + + PR middle-end/52621 + * gfortran.dg/pr52621.f90: New testcase. + +2012-07-05 Pat Haugen + + Backport from mainline + 2012-05-24 Pat Haugen + + * gcc.target/powerpc/lhs-1.c: New. + * gcc.target/powerpc/lhs-2.c: New. + * gcc.target/powerpc/lhs-3.c: New. + +2012-07-03 Eric Botcazou + + * gnat.dg/recursive_call.adb: New test. + +2012-07-03 Eric Botcazou + + * gnat.dg/discr37.ad[sb]: New test. + +2012-07-02 Jason Merrill + + PR c++/53816 + * g++.dg/template/ref6.C: New. + + PR c++/53821 + * g++.dg/cpp0x/lambda/lambda-template6.C: New. + +2012-06-29 Ramana Radhakrishnan + + Backport from mainline. + 2012-05-30 Ramana Radhakrishnan + * gcc.target/arm/neon-vrev.c: New. + +2012-06-28 Richard Guenther + + PR middle-end/53790 + * gcc.dg/torture/pr53790.c: New testcase. + +2012-06-27 Fabien Chêne + + PR c++/51214 + * g++.dg/cpp0x/forw_enum11.C: New. + +2012-06-26 Richard Guenther + + PR c++/53752 + * g++.dg/torture/pr53752.C: New testcase. + +2012-06-25 Jason Merrill + + PR c++/53498 + PR c++/53305 + * g++.dg/cpp0x/decltype38.C: New. + * g++.dg/cpp0x/variadic132.C: New. + + PR c++/52988 + * g++.dg/cpp0x/nullptr28.C: New. + + PR c++/53202 + * g++.dg/cpp0x/constexpr-tuple.C: New. + +2012-06-25 Jakub Jelinek + + PR target/53759 + * gcc.target/i386/pr53759.c: New test. + + PR c++/53594 + * g++.dg/cpp0x/nsdmi7.C: New test. + +2012-06-22 Tobias Burnus + + Backport from mainline + 2012-06-17 Tobias Burnus + + PR fortran/53691 + PR fortran/53685 + * gfortran.dg/transfer_check_3.f90: New. + +2012-06-22 Eric Botcazou + + * gnat.dg/lto15.ad[sb]: New test. + +2012-06-19 Kaz Kojima + + * gcc.dg/stack-usage-1.c: Remove dg-options line for sh targets + and add __sh__ case. + +2012-06-19 Jason Merrill + + PR c++/53651 + * g++.dg/cpp0x/decltype37.C: New. + + PR c++/52637 + * g++.dg/debug/localclass1.C: New. + + * g++.dg/debug/dwarf2/namespace-2.C: New. + * g++.dg/debug/dwarf2/localclass3.C: New. + +2012-06-19 Richard Guenther + + PR middle-end/53470 + * g++.dg/lto/pr53470_0.C: New testcase. + * gcc.dg/lto/pr53470_0.c: Likewise. + +2012-06-19 Jason Merrill + + Reapply: + PR c++/53137 + * g++.dg/cpp0x/lambda/lambda-template5.C: New. + + PR c++/53599 + * g++.dg/template/local7.C: New. + +2012-06-16 Venkataramanan Kumar + + Back port from mainline + 2012-05-09 Uros Bizjak + + PR target/52908 + * gcc.target/i386/xop-imul32widen-vector.c: Update scan-assembler + directive to Scan for vpmuldq, not vpmacsdql. + +2012-06-15 Eric Botcazou + + * gnat.dg/vect8.ad[sb]: New test. + +2012-06-14 Jakub Jelinek + + Backported from mainline + 2012-06-12 Jakub Jelinek + + PR rtl-optimization/53589 + * gcc.dg/torture/pr53589.c: New test. + + 2012-06-07 Jakub Jelinek + + PR middle-end/53580 + * gcc.dg/gomp/nesting-1.c: Expect errors rather than warnings. + * gcc.dg/gomp/critical-4.c: Likewise. + * gfortran.dg/gomp/appendix-a/a.35.1.f90: Likewise. + * gfortran.dg/gomp/appendix-a/a.35.3.f90: Likewise. + * gfortran.dg/gomp/appendix-a/a.35.4.f90: Likewise. + * gfortran.dg/gomp/appendix-a/a.35.6.f90: Likewise. + * c-c++-common/gomp/pr53580.c: New test. + +2012-06-14 Tobias Burnus + + Backport from mainline + 2012-06-04 Tobias Burnus + + PR fortran/50619 + * gfortran.dg/init_flag_10.f90: New. + +2012-06-14 Richard Guenther + + Backport from mainline + 2012-06-11 Richard Guenther + + PR c++/53616 + * g++.dg/ext/pr53605.C: New testcase. + +2012-06-14 Tobias Burnus + + PR fortran/53597 + * gfortran.dg/save_4.f90: New. + +2012-06-14 Richard Guenther + + Backport from mainline + 2012-06-06 Fabien Chêne + + PR c++/52841 + * g++.dg/cpp0x/pr52841.C: New testcase. + +2012-06-13 Christian Bruel + + PR target/53621 + * gcc.dg/stack-usage-1.c: Force -fomit-frame-pointer on SH. + +2012-06-14 Release Manager + + * GCC 4.7.1 released. + +2012-06-12 Jason Merrill + + PR c++/53599 + * g++.dg/template/local7.C: New. + + Revert: + PR c++/53137 + * g++.dg/cpp0x/lambda/lambda-template5.C: New. + +2012-06-04 Paolo Carlini + + PR c++/53524 + * g++.dg/warn/Wenum-compare-no-2: New. + +2012-06-04 Edmar Wienskoski + + PR target/53559 + * gcc.target/powerpc/cell_builtin_1.c: New test case. + * gcc.target/powerpc/cell_builtin_2.c: Ditto. + * gcc.target/powerpc/cell_builtin_3.c: Ditto. + * gcc.target/powerpc/cell_builtin_4.c: Ditto. + * gcc.target/powerpc/cell_builtin_5.c: Ditto. + * gcc.target/powerpc/cell_builtin_6.c: Ditto. + * gcc.target/powerpc/cell_builtin_7.c: Ditto. + * gcc.target/powerpc/cell_builtin_8.c: Ditto. + +2012-06-04 Richard Guenther + + Backport from mainline + 2012-04-25 Jakub Jelinek + + PR middle-end/52979 + * gcc.c-torture/compile/pr52979-1.c: New test. + * gcc.c-torture/execute/pr52979-1.c: New test. + * gcc.c-torture/execute/pr52979-2.c: New test. + +2012-06-04 Jakub Jelinek + + PR tree-optimization/53550 + * gcc.dg/pr53550.c: New test. + +2012-06-04 Richard Guenther + Eric Botcazou + + Backport from mainline + PR middle-end/52080 + PR middle-end/52097 + PR middle-end/48124 + * gcc.dg/torture/pr48124-1.c: New testcase. + * gcc.dg/torture/pr48124-2.c: Likewise. + * gcc.dg/torture/pr48124-3.c: Likewise. + * gcc.dg/torture/pr48124-4.c: Likewise. + * gnat.dg/pack16.adb: Likewise. + * gnat.dg/pack16_pkg.ads: Likewise. + * gnat.dg/pack17.adb: Likewise. + * gnat.dg/specs/pack7.ads: Likewise. + * gnat.dg/specs/pack8.ads: Likewise. + * gnat.dg/specs/pack8_pkg.ads: Likewise. + +2012-06-01 Jason Merrill + + PR c++/52973 + * g++.dg/ext/visibility/template12.C: New. + * g++.dg/ext/attrib14.C: Adjust warning line. + + PR c++/52725 + * g++.dg/parse/new6.C: New. + * g++.dg/template/sizeof-template-argument.C: Adjust error message. + +2012-06-01 Jason Merrill + + PR c++/53137 + * g++.dg/cpp0x/lambda/lambda-template5.C: New. + +2012-06-01 Jason Merrill + + PR c++/53484 + * g++.dg/cpp0x/auto33.C: New. + +2012-06-01 Eric Botcazou + + * c-c++-common/restrict-2.c: Revert previous change. + +2012-06-01 Eric Botcazou + + PR ada/53517 + * gnat.dg/lto14.adb: Skip on Solaris. + +2012-05-31 Jason Merrill + + PR c++/52905 + * g++.dg/cpp0x/initlist-ctor1.C: New. + +2012-05-31 Richard Guenther + + PR middle-end/48493 + * gcc.dg/torture/pr48493.c: New testcase. + +2012-05-30 Jakub Jelinek + + PR c++/53356 + * g++.dg/init/new33.C: New test. + +2012-05-30 Jason Merrill + + PR c++/53220 + * c-c++-common/array-lit.c: New. + * g++.dg/ext/complit12.C: #if 0 out decay-to-pointer test. + +2012-05-30 Richard Guenther + + PR middle-end/53501 + * gcc.dg/torture/pr53501.c: New testcase. + * c-c++-common/restrict-2.c: Adjust. + +2012-05-30 Jakub Jelinek + + PR rtl-optimization/53519 + * gcc.c-torture/compile/pr53519.c: New test. + +2012-05-29 Richard Guenther + + PR tree-optimization/53516 + * gcc.dg/torture/pr53516.c: New testcase. + +2012-05-29 Paolo Carlini + + PR c++/53491 + * g++.dg/parse/crash60.C: New. + +2012-05-28 Jakub Jelinek + + PR tree-optimization/53505 + * c-c++-common/torture/pr53505.c: New test. + +2012-05-25 Ian Lance Taylor + + * gcc.dg/split-6.c: New test. + +2012-05-25 Eric Botcazou + + * gnat.dg/lto14.adb: New test. + +2012-05-24 Richard Guenther + + PR middle-end/53460 + * g++.dg/tree-prof/pr53460.C: New testcase. + +2012-05-24 Jakub Jelinek + + PR tree-optimization/53465 + * gcc.c-torture/execute/pr53465.c: New test. + +2012-05-23 Tobias Burnus + + PR fortran/53389 + * gfortran.dg/realloc_on_assign_15.f90: New. + +2012-05-22 Richard Guenther + + PR tree-optimization/53408 + * gcc.dg/torture/pr53408.c: New testcase. + +2012-05-22 Richard Guenther + + PR middle-end/51071 + * gcc.dg/torture/pr51071-2.c: New testcase. + +2012-05-21 Jakub Jelinek + + PR tree-optimization/53366 + * gcc.dg/torture/pr53366-1.c: New test. + * gcc.dg/torture/pr53366-2.c: New test. + * gcc.target/i386/pr53366-1.c: New test. + * gcc.target/i386/pr53366-2.c: New test. + + PR tree-optimization/53409 + * gcc.c-torture/compile/pr53409.c: New test. + + PR tree-optimization/53410 + * gcc.c-torture/compile/pr53410-1.c: New test. + * gcc.c-torture/compile/pr53410-2.c: New test. + +2012-05-21 Joseph Myers + + PR c/53418 + * gcc.c-torture/compile/pr53418-1.c, + gcc.c-torture/compile/pr53418-2.c: New tests. + +2012-05-21 Patrick Marlier + + * gcc.dg/tm/indirect-2.c: New test. + +2012-05-21 H.J. Lu + + Backport from mainline + 2012-05-21 Uros Bizjak + H.J. Lu + + PR target/53416 + * gcc.target/i386/pr53416.c: New file. + +2012-05-20 Eric Botcazou + + * gnat.dg/lto13.adb: New test. + * gnat.dg/lto13_pkg.ad[sb]: New helper. + +2012-05-18 Eric Botcazou + + * gnat.dg/specs/lto12.ads: New test. + * gnat.dg/specs/lto12_pkg.ads: New helper. + +2012-05-17 David S. Miller + + * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid + failure on sparc-*-linux-gnu. + +2012-05-16 Richard Henderson + + PR debug/52727 + * g++.dg/opt/pr52727.C: New testcase. + +2012-05-16 Richard Guenther + + PR tree-optimization/53364 + * g++.dg/torture/pr53364.C: New testcase. + 2012-05-15 Jakub Jelinek PR target/53358