public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
@ 2005-04-17 16:17 jsm28 at gcc dot gnu dot org
  2005-04-17 16:21 ` [Bug target/21069] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-04-17 16:17 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.dg/ia64-sync-1.c execution test
FAIL: gcc.dg/ia64-sync-2.c execution test
FAIL: gcc.dg/ia64-sync-3.c execution test

appeared on ia64-hpux on mainline on 20050417; immediately previously those
tests failed to compile (bug 21051).  gcc-testresults indicates these tests also
FAIL on ia64-linux.

The patch posted to fix bug 21051 did not include any indication of what testing
was done, so I don't know if the tests passed on ia64 immediately after that patch.

-- 
           Summary: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests
                    fail
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        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,rth at gcc dot gnu dot
                    org
GCC target triplet: ia64-*-*


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
@ 2005-04-17 16:21 ` pinskia at gcc dot gnu dot org
  2005-04-18 22:06 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-17 16:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
  2005-04-17 16:21 ` [Bug target/21069] " pinskia at gcc dot gnu dot org
@ 2005-04-18 22:06 ` pinskia at gcc dot gnu dot org
  2005-04-18 22:41 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-18 22:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |21095
              nThis|                            |


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
  2005-04-17 16:21 ` [Bug target/21069] " pinskia at gcc dot gnu dot org
  2005-04-18 22:06 ` pinskia at gcc dot gnu dot org
@ 2005-04-18 22:41 ` hjl at lucon dot org
  2005-04-18 22:47 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2005-04-18 22:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-04-18 22:41 -------
Since those sync builtins are supported on more than just ia64, the sync
tests should be enabled for all supported targets, not just ia64. Bug 21097
shows that sync builtins don't work on i686.

-- 


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-04-18 22:41 ` hjl at lucon dot org
@ 2005-04-18 22:47 ` hjl at lucon dot org
  2005-04-18 23:21 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2005-04-18 22:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-04-18 22:47 -------
We should leave the old tests alone and write the new ones by copying
the old ones and leaving out those ia64 specific builtins.

-- 


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-04-18 22:47 ` hjl at lucon dot org
@ 2005-04-18 23:21 ` hjl at lucon dot org
  2005-04-19 16:46 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2005-04-18 23:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-04-18 23:21 ` hjl at lucon dot org
@ 2005-04-19 16:46 ` rth at gcc dot gnu dot org
  2005-04-20  6:55 ` rth at gcc dot gnu dot org
  2005-04-20  6:55 ` rth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-19 16:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-19 16:46:31
               date|                            |


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-04-20  6:55 ` rth at gcc dot gnu dot org
@ 2005-04-20  6:55 ` rth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-20  6:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-20 06:55 -------
*** Bug 21095 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug target/21069] [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail
  2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-04-19 16:46 ` rth at gcc dot gnu dot org
@ 2005-04-20  6:55 ` rth at gcc dot gnu dot org
  2005-04-20  6:55 ` rth at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-04-20  6:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-20 06:55 -------
http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02168.html

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


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


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

end of thread, other threads:[~2005-04-20  6:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-17 16:17 [Bug target/21069] New: [4.1 Regression] gcc.dg/ia64-sync-*.c execution tests fail jsm28 at gcc dot gnu dot org
2005-04-17 16:21 ` [Bug target/21069] " pinskia at gcc dot gnu dot org
2005-04-18 22:06 ` pinskia at gcc dot gnu dot org
2005-04-18 22:41 ` hjl at lucon dot org
2005-04-18 22:47 ` hjl at lucon dot org
2005-04-18 23:21 ` hjl at lucon dot org
2005-04-19 16:46 ` rth at gcc dot gnu dot org
2005-04-20  6:55 ` rth at gcc dot gnu dot org
2005-04-20  6:55 ` rth 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).