X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=3463dd05f678acba1bb66d7d8a1dd0594f22bd01;hp=82b44a7fa5cd416c4d250b4991a39617105f0468;hb=0ffa0eb3d455bcada785c3f8d4f696ffa21e122e;hpb=47dcecfe0ec01d66443fcd6c6d35f7ebbcf250b3 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 82b44a7fa5c..3463dd05f67 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,478 @@ +2012-09-08 Mikael Morin + + PR fortran/54208 + * gfortran.dg/bound_simplification_3.f90: New test. + +2012-09-07 Richard Guenther + + Backport from mainline + 2012-07-13 Richard Guenther + + PR tree-optimization/53922 + * gcc.dg/torture/pr53922.c: New testcase. + +2012-09-07 Eric Botcazou + + * gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64. + +2012-09-07 Jakub Jelinek + + Backported from mainline + 2012-09-06 Jakub Jelinek + + PR rtl-optimization/54455 + * gcc.dg/54455.c: New test. + +2012-09-06 Andrew Pinski + + PR tree-opt/54494 + * gcc.dg/tree-ssa/strlen-1.c: New testcase. + +2012-09-05 Jakub Jelinek + + PR middle-end/54486 + * c-c++-common/pr54486.c: New test. + +2012-09-05 Joey Ye + + Backported from trunk + 2012-08-28 Joey Ye + + * gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums. + +2012-09-03 Jakub Jelinek + + Backported from mainline + 2012-09-01 Jakub Jelinek + + PR target/54436 + * gcc.dg/torture/pr54436.c: New test. + + 2012-08-31 Jakub Jelinek + + PR c/54428 + * gcc.c-torture/compile/pr54428.c: New test. + + 2012-08-24 Jakub Jelinek + + PR c/54363 + * gcc.dg/pr54363.c: New test. + +2012-08-31 Ollie Wild + + PR c++/54197 + * g++.dg/init/lifetime3.C: New test. + +2012-08-28 Uros Bizjak + + Backport from mainline + 2012-08-27 Uros Bizjak + + PR target/46254 + * gcc.target/i386/pr46254.c: New test. + +2012-08-20 Patrick Marlier + + Backported from trunk + 2012-08-20 Patrick Marlier + + PR middle-end/53992 + * gcc.dg/gomp/pr53992.c: New test. + +2012-08-13 Jakub Jelinek + + Backported from trunk + 2012-07-19 Jakub Jelinek + + PR rtl-optimization/53942 + * gcc.dg/pr53942.c: New test. + +2012-08-10 Ulrich Weigand + + Backport from mainline + 2012-07-30 Ulrich Weigand + + * lib/target-supports.exp + (check_effective_target_vect_natural_alignment): New function. + * gcc.dg/align-2.c: Only run on targets with natural alignment + of vector types. + * gcc.dg/vect/slp-25.c: Adjust tests for targets without natural + alignment of vector types. + +2012-08-09 H.J. Lu + + Backport from mainline + 2012-08-08 H.J. Lu + + PR rtl-optimization/54157 + * gcc.target/i386/pr54157.c: New file. + +2012-08-01 Uros Bizjak + + Backport from mainline + 2012-03-11 Uros Bizjak + + PR target/52530 + * gcc.dg/torture/pr52530.c: New test. + +2012-07-27 Anna Tikhonova + + * gcc.dg/20020201-1.c: Remove declarations for exit, abort, + rand, srand. Include . + +2012-07-20 Jason Merrill + + PR c++/54038 + * g++.dg/other/array7.C: New. + +2012-07-19 Jason Merrill + + PR c++/54026 + * g++.dg/init/mutable1.C: New. + +2012-07-19 Eric Botcazou + + * gnat.dg/opt25.adb: New test. + * gnat.dg/opt25_pkg1.ad[sb]: New helper. + * gnat.dg/opt25_pkg2.ad[sb]: Likewise. + +2012-07-19 Eric Botcazou + + * gnat.dg/aggr20.ad[sb]: New test. + * gnat.dg/aggr20_pkg.ads: New helper. + +2012-07-19 Eric Botcazou + + * gnat.dg/derived_type3.adb: New test. + * gnat.dg/derived_type3_pkg.ad[sb]: New helper. + +2012-07-19 Richard Guenther + Eric Botcazou + + * gnat.dg/loop_optimization11.adb: New testcase. + * gnat.dg/loop_optimization11_pkg.ads: Likewise. + +2012-07-19 Eric Botcazou + + * gnat.dg/discr38.adb: New test. + +2012-07-19 Jakub Jelinek + + PR middle-end/54017 + * c-c++-common/gomp/pr54017.c: New test. + +2012-07-18 Richard Guenther + + Backport from mainline + 2012-05-03 Richard Guenther + + * gfortran.dg/pr52621.f90: Add -w to avoid diagnostic about + unsupported prefetching support. + +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