public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18324] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
  2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
@ 2004-11-06 21:55 ` hp at gcc dot gnu dot org
  2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-06 21:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
@ 2004-11-06 21:55 hp at gcc dot gnu dot org
  2004-11-06 21:55 ` [Bug target/18324] " hp at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-06 21:55 UTC (permalink / raw)
  To: gcc-bugs

Public note of failure.  The test apparently passed with
code from around 2004-11-05 02:00 GMT.
With LAST_UPDATED: "Sat Nov  6 19:25:03 GMT 2004" I get:
FAIL: gcc.c-torture/execute/20010518-2.c execution,  -O0

With the message in the .log being:
*** EXIT code 4242
(i.e. an ordinary abort call at execution)

-- 
           Summary: [4.0 regression] mmix-knuth-mmixware testsuite failure:
                    gcc.c-torture/execute/20010518-2.c execution, -O0
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mmix-knuth-mmixware


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


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

* [Bug target/18324] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
  2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
  2004-11-06 21:55 ` [Bug target/18324] " hp at gcc dot gnu dot org
@ 2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
  2004-11-06 23:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 23:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-06 23:43 -------
I think this and PR 18326 are one in the same bug (the reason why PR 18326 shows up at higher 
optimzation is because PR 18326 has function which is marked as no inline).  They both have packed 
structs in them.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18326
              nThis|                            |
           Keywords|                            |wrong-code


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


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

* [Bug target/18324] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
  2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
  2004-11-06 21:55 ` [Bug target/18324] " hp at gcc dot gnu dot org
  2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
@ 2004-11-06 23:47 ` pinskia at gcc dot gnu dot org
  2004-11-09  9:18 ` hp at gcc dot gnu dot org
  2004-11-14 18:43 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 23:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-06 23:47 -------
I think this execution problem is the same as PR 18325.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18325
              nThis|                            |


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


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

* [Bug target/18324] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
  2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-06 23:47 ` pinskia at gcc dot gnu dot org
@ 2004-11-09  9:18 ` hp at gcc dot gnu dot org
  2004-11-14 18:43 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-09  9:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-09 09:18 -------
Confirmed on separate system with "Tue Nov  9 00:36:20 UTC 2004", still an abort
call.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-09 09:18:41
               date|                            |


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


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

* [Bug target/18324] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
  2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-09  9:18 ` hp at gcc dot gnu dot org
@ 2004-11-14 18:43 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-14 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-14 18:43 -------
Known to work with: "Sun Nov 14 05:49:38 UTC 2004"
(Known to fail with: "Sat Nov 13 21:48:30 UTC 2004")

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


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


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

end of thread, other threads:[~2004-11-14 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-06 21:55 [Bug target/18324] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0 hp at gcc dot gnu dot org
2004-11-06 21:55 ` [Bug target/18324] " hp at gcc dot gnu dot org
2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
2004-11-06 23:47 ` pinskia at gcc dot gnu dot org
2004-11-09  9:18 ` hp at gcc dot gnu dot org
2004-11-14 18:43 ` hp 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).