public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
@ 2005-07-17 15:31 jsm28 at gcc dot gnu dot org
  2005-07-17 15:33 ` [Bug testsuite/22522] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-07-17 15:31 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.:

(a new test) has appeared on hppa2.0w-hpux and hppa64-hpux.  The problem is that
different targets use different syntax for assembler labels, so you need to
allow  space, colon, tab or newline rather than just colon in such tests.

-- 
           Summary: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug testsuite/22522] gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
  2005-07-17 15:31 [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails jsm28 at gcc dot gnu dot org
@ 2005-07-17 15:33 ` pinskia at gcc dot gnu dot org
  2005-07-18  7:56 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 15:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-17 15:31 -------
Confirmed.
Richard you can look into other tests to find the exact regex pattern for this.
Mainly the C++ tests:
./abi/mangle1.C:// { dg-final { scan-assembler "\n_?_ZN1A1fEv\[: \t\n\]" } }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-17 15:31:10
               date|                            |


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


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

* [Bug testsuite/22522] gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
  2005-07-17 15:31 [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails jsm28 at gcc dot gnu dot org
  2005-07-17 15:33 ` [Bug testsuite/22522] " pinskia at gcc dot gnu dot org
@ 2005-07-18  7:56 ` rguenth at gcc dot gnu dot org
  2005-07-21  8:22 ` cvs-commit at gcc dot gnu dot org
  2005-07-21  8:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-07-18  7:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-07-18 07:52 -------
I'll see where I can find an interesting machine to test the obvious fix on. 
Care to suggest the correct one out of ppc, ia64, x86_64, i686, s390 (all
running Linux)?  Thx.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-07-17 15:31:10         |2005-07-18 07:52:50
               date|                            |


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


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

* [Bug testsuite/22522] gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
  2005-07-17 15:31 [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails jsm28 at gcc dot gnu dot org
  2005-07-17 15:33 ` [Bug testsuite/22522] " pinskia at gcc dot gnu dot org
  2005-07-18  7:56 ` rguenth at gcc dot gnu dot org
@ 2005-07-21  8:22 ` cvs-commit at gcc dot gnu dot org
  2005-07-21  8:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-21  8:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-21 08:02 -------
Subject: Bug 22522

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rguenth@gcc.gnu.org	2005-07-21 08:02:21

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.dg/tree-ssa: flatten-1.c flatten-2.c 

Log message:
	2005-07-21  Richard Guenther  <rguenther@suse.de>
	
	PR testsuite/22522
	* gcc.dg/tree-ssa/flatten-1.c: Use correct regexp for
	scanning for asm labels.
	* gcc.dg/tree-ssa/flatten-2.c: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5793&r2=1.5794
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/tree-ssa/flatten-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug testsuite/22522] gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails
  2005-07-17 15:31 [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-07-21  8:22 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-21  8:39 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21  8:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-21 08:39 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-07-21  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-17 15:31 [Bug testsuite/22522] New: gcc.dg/tree-ssa/flatten-2.c scan-assembler cycle.: fails jsm28 at gcc dot gnu dot org
2005-07-17 15:33 ` [Bug testsuite/22522] " pinskia at gcc dot gnu dot org
2005-07-18  7:56 ` rguenth at gcc dot gnu dot org
2005-07-21  8:22 ` cvs-commit at gcc dot gnu dot org
2005-07-21  8:39 ` 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).