public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33640]  New: [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C
@ 2007-10-03 16:56 ghazi at gcc dot gnu dot org
  2007-10-03 20:42 ` [Bug c++/33640] " ghazi at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2007-10-03 16:56 UTC (permalink / raw)
  To: gcc-bugs

I'm seeing a regression in gcc-4.2.2 prerelease:

FAIL: g++.dg/other/unused1.C scan-assembler
(string|ascii?)z?\\t"class2("|\\\\\\\\000)

The failure happens on multiple (all?) configurations starting around Sept
13th:

CLEAN results:
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00609.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00619.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00684.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00634.html

ERROR results:
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00664.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00677.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00734.html
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00683.html

and the error still occurs as of last night's checkout:
http://gcc.gnu.org/ml/gcc-testresults/2007-10/msg00096.html


-- 
           Summary: [4.2.2 regression] testsuite failure in
                    g++.dg/other/unused1.C
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ghazi at gcc dot gnu dot org


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


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

* [Bug c++/33640] [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C
  2007-10-03 16:56 [Bug c++/33640] New: [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C ghazi at gcc dot gnu dot org
@ 2007-10-03 20:42 ` ghazi at gcc dot gnu dot org
  2007-12-26 21:52 ` danglin at gcc dot gnu dot org
  2007-12-26 21:53 ` danglin at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2007-10-03 20:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ghazi at gcc dot gnu dot org  2007-10-03 20:42 -------
This looks like PR33429.  Perhaps we should backport the XFAIL that was
installed on mainline.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |33429
      Known to fail|                            |4.2.2
      Known to work|                            |4.1.3 4.3.0


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


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

* [Bug c++/33640] [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C
  2007-10-03 16:56 [Bug c++/33640] New: [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C ghazi at gcc dot gnu dot org
  2007-10-03 20:42 ` [Bug c++/33640] " ghazi at gcc dot gnu dot org
@ 2007-12-26 21:52 ` danglin at gcc dot gnu dot org
  2007-12-26 21:53 ` danglin at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-12-26 21:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2007-12-26 21:51 -------
Subject: Bug 33640

Author: danglin
Date: Wed Dec 26 21:51:30 2007
New Revision: 131187

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131187
Log:
        PR c++/33640
        * g++.dg/other/unused1.C: xfail scan for "class2" in assembler output.


Modified:
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/other/unused1.C


-- 


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


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

* [Bug c++/33640] [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C
  2007-10-03 16:56 [Bug c++/33640] New: [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C ghazi at gcc dot gnu dot org
  2007-10-03 20:42 ` [Bug c++/33640] " ghazi at gcc dot gnu dot org
  2007-12-26 21:52 ` danglin at gcc dot gnu dot org
@ 2007-12-26 21:53 ` danglin at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-12-26 21:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2007-12-26 21:52 -------
Failing test xfailed.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-12-26 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-03 16:56 [Bug c++/33640] New: [4.2.2 regression] testsuite failure in g++.dg/other/unused1.C ghazi at gcc dot gnu dot org
2007-10-03 20:42 ` [Bug c++/33640] " ghazi at gcc dot gnu dot org
2007-12-26 21:52 ` danglin at gcc dot gnu dot org
2007-12-26 21:53 ` danglin 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).