public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident
@ 2012-03-22 12:02 aldot at gcc dot gnu.org
  2012-03-22 12:11 ` [Bug testsuite/52665] " aldot at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aldot at gcc dot gnu.org @ 2012-03-22 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52665
           Summary: scan-assembler output produces wrong FAIL due to
                    matching .ident
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: aldot@gcc.gnu.org


I see this regression:
FAIL: gcc.target/i386/pr28946.c scan-assembler-not test

The culprit is the testsuite errnoeously matching my local branch name in the
assembler output's .ident.

$ grep scan ../../src/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28946.c
/* { dg-final { scan-assembler-not "test" } } */

$ ./gcc/xgcc -B/scratch/obj.x86_64/gcc-4.8/gcc/
../../src/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28946.c   -Os
-ffat-lto-objects -S  -o - | grep test
    .ident    "GCC: (GNU) 4.8.0 20120320 (experimental) [fixups-testsuite
revision 1dc2c94:40d1377:d28ff051e43bdf8f8aab692fbf6932a7211ca49d]"

Perhaps output for scan-assembler should be built with -fno-ident ?


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

* [Bug testsuite/52665] scan-assembler output produces wrong FAIL due to matching .ident
  2012-03-22 12:02 [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident aldot at gcc dot gnu.org
@ 2012-03-22 12:11 ` aldot at gcc dot gnu.org
  2012-03-27  7:04 ` aldot at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aldot at gcc dot gnu.org @ 2012-03-22 12:11 UTC (permalink / raw)
  To: gcc-bugs

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

Bernhard Reutner-Fischer <aldot at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
                 CC|                            |ro at gcc dot gnu.org
   Target Milestone|---                         |4.8.0


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

* [Bug testsuite/52665] scan-assembler output produces wrong FAIL due to matching .ident
  2012-03-22 12:02 [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident aldot at gcc dot gnu.org
  2012-03-22 12:11 ` [Bug testsuite/52665] " aldot at gcc dot gnu.org
@ 2012-03-27  7:04 ` aldot at gcc dot gnu.org
  2012-03-27 18:03 ` mrs at gcc dot gnu.org
  2012-03-27 18:09 ` mrs at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: aldot at gcc dot gnu.org @ 2012-03-27  7:04 UTC (permalink / raw)
  To: gcc-bugs

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

Bernhard Reutner-Fischer <aldot at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikestump at comcast dot
                   |                            |net

--- Comment #1 from Bernhard Reutner-Fischer <aldot at gcc dot gnu.org> 2012-03-27 06:43:28 UTC ---
CC'ing testsuite maintainers


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

* [Bug testsuite/52665] scan-assembler output produces wrong FAIL due to matching .ident
  2012-03-22 12:02 [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident aldot at gcc dot gnu.org
  2012-03-22 12:11 ` [Bug testsuite/52665] " aldot at gcc dot gnu.org
  2012-03-27  7:04 ` aldot at gcc dot gnu.org
@ 2012-03-27 18:03 ` mrs at gcc dot gnu.org
  2012-03-27 18:09 ` mrs at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-03-27 18:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-03-27 18:01:13 UTC ---
Author: mrs
Date: Tue Mar 27 18:01:06 2012
New Revision: 185889

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185889
Log:
    PR target/52665
    * gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
    failures that match branch names.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/pr28946.c


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

* [Bug testsuite/52665] scan-assembler output produces wrong FAIL due to matching .ident
  2012-03-22 12:02 [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident aldot at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-03-27 18:03 ` mrs at gcc dot gnu.org
@ 2012-03-27 18:09 ` mrs at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-03-27 18:09 UTC (permalink / raw)
  To: gcc-bugs

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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mrs at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #3 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-03-27 18:02:08 UTC ---
Fixed.


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

end of thread, other threads:[~2012-03-27 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 12:02 [Bug testsuite/52665] New: scan-assembler output produces wrong FAIL due to matching .ident aldot at gcc dot gnu.org
2012-03-22 12:11 ` [Bug testsuite/52665] " aldot at gcc dot gnu.org
2012-03-27  7:04 ` aldot at gcc dot gnu.org
2012-03-27 18:03 ` mrs at gcc dot gnu.org
2012-03-27 18:09 ` mrs at gcc dot gnu.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).