public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-4@http.gcc.gnu.org/bugzilla/>
@ 2012-06-13 22:56 ` janis at gcc dot gnu.org
  2012-06-13 23:03 ` janis at gcc dot gnu.org
  2012-07-09 22:11 ` janis at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu.org @ 2012-06-13 22:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771

--- Comment #5 from Janis Johnson <janis at gcc dot gnu.org> 2012-06-13 22:56:00 UTC ---
Author: janis
Date: Wed Jun 13 22:55:56 2012
New Revision: 188540

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188540
Log:
    PR testsuite/20771
    * lib/dg-pch.exp (dg-flags-pch): Add flags to make compile lines in
    test summary unique.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/dg-pch.exp


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-4@http.gcc.gnu.org/bugzilla/>
  2012-06-13 22:56 ` [Bug testsuite/20771] Duplicate PCH test names janis at gcc dot gnu.org
@ 2012-06-13 23:03 ` janis at gcc dot gnu.org
  2012-07-09 22:11 ` janis at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu.org @ 2012-06-13 23:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771

Janis Johnson <janis at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Janis Johnson <janis at gcc dot gnu.org> 2012-06-13 23:03:08 UTC ---
Fixed by the original patch from comment 4 which was later overwritten, and
again by the patch in comment 5.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-4@http.gcc.gnu.org/bugzilla/>
  2012-06-13 22:56 ` [Bug testsuite/20771] Duplicate PCH test names janis at gcc dot gnu.org
  2012-06-13 23:03 ` janis at gcc dot gnu.org
@ 2012-07-09 22:11 ` janis at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu.org @ 2012-07-09 22:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771

--- Comment #7 from Janis Johnson <janis at gcc dot gnu.org> 2012-07-09 22:10:46 UTC ---
Author: janis
Date: Mon Jul  9 22:10:40 2012
New Revision: 189393

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189393
Log:
    Backport from mainline.
    2012-06-28  Janis Johnson  <janisjo@codesourcery.com>

    * 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  <janisjo@codesourcery.com>

    * 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  <janisjo@codesourcery.com>

    * 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  <janosjo@codesourcery.com>

    * 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  <janisjo@codesourcery.com>

    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  <janisjo@codesourcery.com>

    * 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.


Modified:
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/pr20000.c
    branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/raw-string-3.c
    branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/raw-string-4.c
    branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/raw-string-5.c
    branches/gcc-4_7-branch/gcc/testsuite/c-c++-common/raw-string-6.c
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/bprob/bprob.exp
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/auto27.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/decltype2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/nullptr19.C
   
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/static_assert3.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/udlit-cpp98-neg.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/union1.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic20.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic74.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/attrib44.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/no-asm-1.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/other/error34.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/overload/operator5.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash46.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error10.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error3.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error36.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error8.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/error9.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/parser-pr28152.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/template25.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/typename11.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/tc1/dr147.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/crash107.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/crash108.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/deduce3.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/error46.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/error47.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/koenig9.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/pr23510.C
   
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/warn/pr12242.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/warn/pr30551-2.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/warn/pr30551.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.old-deja/g++.other/typename1.C
    branches/gcc-4_7-branch/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
    branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/sync-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/20031223-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wconversion-integer.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wfatal-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wfatal.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wobjsize-1.c
   
branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/c99-vla-jump-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/c99-vla-jump-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/c99-vla-jump-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/c99-vla-jump-4.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/c99-vla-jump-5.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/include2a.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/macspace2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/missing-header-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/missing-header-MD.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/missing-header-MMD.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/missing-sysheader-MD.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/missing-sysheader-MMD.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/pr28709.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/cpp/pr30786.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/decl-9.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/declspec-10.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/declspec-18.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/di-longlong64-sync-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/format/few-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/ia64-sync-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/matrix/matrix.exp
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/mtune.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/noncompile/pr44517.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/parser-pr28152-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/parser-pr28152.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr14475.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr27953.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr28322-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30457.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551-4.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551-5.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551-6.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr30551.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr45461.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr48552-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr48552-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/redecl-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/sync-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/alloca-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/alloca-4.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/alloca-5.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/alloca-6.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/push-1.c
   
branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/stackalign/vararg-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/transparent-union-3.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/utf-dflt.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/utf-dflt2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/vla-8.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/vla-init-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/wtr-int-type-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.misc-tests/bprob.exp
   
branches/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c
   
branches/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
    branches/gcc-4_7-branch/gcc/testsuite/lib/dg-pch.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/gcov.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/profopt.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/scanasm.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/scandump.exp
    branches/gcc-4_7-branch/gcc/testsuite/lib/target-supports-dg.exp


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-230@http.gcc.gnu.org/bugzilla/>
  2008-05-14  0:00 ` janis at gcc dot gnu dot org
  2008-05-14  0:29 ` joseph at codesourcery dot com
@ 2008-05-21  0:07 ` janis at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2008-05-21  0:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2008-05-21 00:05 -------
Subject: Bug 20771

Author: janis
Date: Wed May 21 00:04:45 2008
New Revision: 135696

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135696
Log:
        PR testsuite/20771
        * lib/dg-pch.exp: Move a flag in arguments to dg-test to differentiate
        compile results for pch test lines in gcc.sum.
        * gcc.dg/pch/counter-2.c: Add comments to dg-error directives to
        make them unique in gcc.sum.
        * gcc.dg/pch/valid-1.c: Ditto.
        * gcc.dg/pch/valid-2.c: Ditto.
        * gcc.dg/pch/valid-3.c: Ditto.
        * gcc.dg/pch/warn-1.c: Same for dg-warning.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pch/counter-2.c
    trunk/gcc/testsuite/gcc.dg/pch/valid-1.c
    trunk/gcc/testsuite/gcc.dg/pch/valid-2.c
    trunk/gcc/testsuite/gcc.dg/pch/valid-3.c
    trunk/gcc/testsuite/gcc.dg/pch/warn-1.c
    trunk/gcc/testsuite/lib/dg-pch.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-230@http.gcc.gnu.org/bugzilla/>
  2008-05-14  0:00 ` janis at gcc dot gnu dot org
@ 2008-05-14  0:29 ` joseph at codesourcery dot com
  2008-05-21  0:07 ` janis at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: joseph at codesourcery dot com @ 2008-05-14  0:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from joseph at codesourcery dot com  2008-05-14 00:28 -------
Subject: Re:  Duplicate PCH test names

On Tue, 13 May 2008, janis at gcc dot gnu dot org wrote:

> The PASS or FAIL messages come from a few levels deeper within the testsuite
> infrastructure, so dg-pch.exp can't just add something meaningful.  It can,
> however, change '$flags "-I."' to '"$flags -I." ""' so that output is now:
> 
> PASS: gcc.dg/pch/common-1.c -O0 -g -I. (test for excess errors)
> PASS: gcc.dg/pch/common-1.c -O0 -g (test for excess errors)
> 
> That makes all of the messages unique.  Would that be acceptable?

That's sufficient for automatic test results comparison, which is what I 
care about uniqueness for.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
       [not found] <bug-20771-230@http.gcc.gnu.org/bugzilla/>
@ 2008-05-14  0:00 ` janis at gcc dot gnu dot org
  2008-05-14  0:29 ` joseph at codesourcery dot com
  2008-05-21  0:07 ` janis at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: janis at gcc dot gnu dot org @ 2008-05-14  0:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2008-05-13 23:59 -------
This is still a problem.

The PASS or FAIL messages come from a few levels deeper within the testsuite
infrastructure, so dg-pch.exp can't just add something meaningful.  It can,
however, change '$flags "-I."' to '"$flags -I." ""' so that output is now:

PASS: gcc.dg/pch/common-1.c -O0 -g -I. (test for excess errors)
PASS: gcc.dg/pch/common-1.c -O0 -g (test for excess errors)

That makes all of the messages unique.  Would that be acceptable?


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org
   Last reconfirmed|2006-01-09 12:55:21         |2008-05-13 23:59:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/20771] Duplicate PCH test names
  2005-04-05 19:10 [Bug testsuite/20771] New: " jsm28 at gcc dot gnu dot org
@ 2005-04-05 23:33 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-05 23:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-05 23:33 -------
Confirmed, I really thought someone filed a bug about this or had posted an email about this to gcc@.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-05 23:33:26
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-07-09 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20771-4@http.gcc.gnu.org/bugzilla/>
2012-06-13 22:56 ` [Bug testsuite/20771] Duplicate PCH test names janis at gcc dot gnu.org
2012-06-13 23:03 ` janis at gcc dot gnu.org
2012-07-09 22:11 ` janis at gcc dot gnu.org
     [not found] <bug-20771-230@http.gcc.gnu.org/bugzilla/>
2008-05-14  0:00 ` janis at gcc dot gnu dot org
2008-05-14  0:29 ` joseph at codesourcery dot com
2008-05-21  0:07 ` janis at gcc dot gnu dot org
2005-04-05 19:10 [Bug testsuite/20771] New: " jsm28 at gcc dot gnu dot org
2005-04-05 23:33 ` [Bug testsuite/20771] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).