public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
@ 2004-11-06 22:39 hp at gcc dot gnu dot org
  2004-11-06 22:39 ` [Bug target/18326] " hp at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-06 22:39 UTC (permalink / raw)
  To: gcc-bugs

Public note of failure.  The test passed around 2004-10-09 on the 3.4 branch.
With LAST_UPDATED: "Sat Nov  6 19:25:03 GMT 2004" I get:
FAIL: gcc.c-torture/execute/20040625-1.c execution,  -O0
FAIL: gcc.c-torture/execute/20040625-1.c execution,  -O1
FAIL: gcc.c-torture/execute/20040625-1.c execution,  -O2
FAIL: gcc.c-torture/execute/20040625-1.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/20040625-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20040625-1.c compilation,  -Os

With the message in the .log being for execution:
*** EXIT code 4242
(ordinary status wrapper abort message)
For compilation:
/usr/tmp/ccC3G03C.o(.text+0x30): In function `maybe_next':
20040625-1.c: undefined reference to `__lshrti3'
collect2: ld returned 1 exit status
(the port doesn't support TImode)

-- 
           Summary: [4.0 regression] mmix-knuth-mmixware testsuite failure:
                    /execute/20040625-1.c
           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=18326


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

* [Bug target/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
@ 2004-11-06 22:39 ` hp at gcc dot gnu dot org
  2004-11-06 23:40 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-06 22:39 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
  2004-11-06 22:39 ` [Bug target/18326] " hp at gcc dot gnu dot org
@ 2004-11-06 23:40 ` pinskia at gcc dot gnu dot org
  2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 23:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-06 23:40 -------
For the compiler problem, it does not make sense why there is __lshrti3 there in the first place.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug target/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
  2004-11-06 22:39 ` [Bug target/18326] " hp at gcc dot gnu dot org
  2004-11-06 23:40 ` pinskia at gcc dot gnu dot org
@ 2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
  2004-11-07 17:03 ` [Bug middle-end/18326] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 23:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |18324


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


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

* [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
@ 2004-11-07 17:03 ` pinskia at gcc dot gnu dot org
  2004-11-07 17:04 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 17:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |middle-end


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


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

* [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-07 17:03 ` [Bug middle-end/18326] " pinskia at gcc dot gnu dot org
@ 2004-11-07 17:04 ` pinskia at gcc dot gnu dot org
  2004-11-09  9:10 ` [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 17:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18359
              nThis|                            |


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


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

* [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-07 17:04 ` pinskia at gcc dot gnu dot org
@ 2004-11-09  9:10 ` hp at gcc dot gnu dot org
  2004-11-13 20:18 ` hp at gcc dot gnu dot org
  2004-11-21 21:51 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-09  9:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-09 09:10 -------
With "Tue Nov  9 00:36:20 UTC 2004" the execution failures are gone,
but the compilation failure at -Os remains, same log message.
(Confirmed, because tested on separate system, with pristine sources.)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|wrong-code                  |
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-09 09:10:27
               date|                            |
            Summary|[4.0 regression] mmix-knuth-|[4.0 regression] mmix-knuth-
                   |mmixware testsuite failure: |mmixware testsuite failure:
                   |/execute/20040625-1.c       |gcc.c-
                   |                            |torture/execute/20040625-1.c


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


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

* [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-09  9:10 ` [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c hp at gcc dot gnu dot org
@ 2004-11-13 20:18 ` hp at gcc dot gnu dot org
  2004-11-21 21:51 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-13 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-13 20:17 -------
See comment in <URL:http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01111.html>
regarding the TImode libcall.  I'm closing this anyway; it's not a testsuite
regression anymore.

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


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


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

* [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c
  2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-11-13 20:18 ` hp at gcc dot gnu dot org
@ 2004-11-21 21:51 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-21 21:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 18326 depends on bug 18324, which changed state.

Bug 18324 Summary: [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20010518-2.c execution, -O0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18324

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-11-21 21:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-06 22:39 [Bug target/18326] New: [4.0 regression] mmix-knuth-mmixware testsuite failure: /execute/20040625-1.c hp at gcc dot gnu dot org
2004-11-06 22:39 ` [Bug target/18326] " hp at gcc dot gnu dot org
2004-11-06 23:40 ` pinskia at gcc dot gnu dot org
2004-11-06 23:43 ` pinskia at gcc dot gnu dot org
2004-11-07 17:03 ` [Bug middle-end/18326] " pinskia at gcc dot gnu dot org
2004-11-07 17:04 ` pinskia at gcc dot gnu dot org
2004-11-09  9:10 ` [Bug middle-end/18326] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/execute/20040625-1.c hp at gcc dot gnu dot org
2004-11-13 20:18 ` hp at gcc dot gnu dot org
2004-11-21 21:51 ` 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).