public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
@ 2004-11-07  1:53 hp at gcc dot gnu dot org
  2004-11-07  6:37 ` [Bug target/18332] " hp at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-07  1:53 UTC (permalink / raw)
  To: gcc-bugs

This test has never worked on this target, where the port lacks vector insns
(the target actually has them, but the point is that the open-code variant
should work alternatively the test should not try to execute.)

It used to be a compilation failure, for example with
"Fri Jul 4 22:17:01 GMT 2003" as
PASS: gcc.dg/compat/vector-1 c_compat_main_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
(rest unresolved) then with "Thu Oct 9 03:06:11 GMT 2003" as
PASS: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
PASS: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
PASS: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
which is the same as today;
with LAST_UPDATED: "Sat Nov  6 19:25:03 GMT 2004" I get:
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute

with the message in the .log being:
*** EXIT code 4242
(an abort call)

-- 
           Summary: mmix-knuth-mmixware testsuite failure:
                    gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o
                    execute
           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=18332


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
@ 2004-11-07  6:37 ` hp at gcc dot gnu dot org
  2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-07  6:37 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
  2004-11-07  6:37 ` [Bug target/18332] " hp at gcc dot gnu dot org
@ 2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
  2004-11-13 20:53 ` hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11 15:24 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
  2004-11-07  6:37 ` [Bug target/18332] " hp at gcc dot gnu dot org
  2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
@ 2004-11-13 20:53 ` hp at gcc dot gnu dot org
  2004-11-13 20:56 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-13 20:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-13 20:53 -------
The part of this bug that was execution failure was another incarnation of the
TImode-non-support bug mentioned in PR target/18347.  There, it caused a SEGV,
while here, it picked up the inner QImode in the TImode union open-coded from
the vector modes, and produced
wrong code.  See <URL:http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01111.html>.

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


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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-13 20:53 ` hp at gcc dot gnu dot org
@ 2004-11-13 20:56 ` pinskia at gcc dot gnu dot org
  2004-11-14  5:15 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-13 20:56 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-13 20:56 ` pinskia at gcc dot gnu dot org
@ 2004-11-14  5:15 ` hp at gcc dot gnu dot org
  2004-11-14  5:19 ` pinskia at gcc dot gnu dot org
  2004-11-14  5:20 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-14  5:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 18332 depends on bug 18347, which changed state.

Bug 18347 Summary: [3.4/4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18347

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

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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-14  5:15 ` hp at gcc dot gnu dot org
@ 2004-11-14  5:19 ` pinskia at gcc dot gnu dot org
  2004-11-14  5:20 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-14  5:19 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18332] mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
  2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-14  5:19 ` pinskia at gcc dot gnu dot org
@ 2004-11-14  5:20 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-14  5:20 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-07  1:53 [Bug target/18332] New: mmix-knuth-mmixware testsuite failure: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute hp at gcc dot gnu dot org
2004-11-07  6:37 ` [Bug target/18332] " hp at gcc dot gnu dot org
2004-11-11 15:24 ` pinskia at gcc dot gnu dot org
2004-11-13 20:53 ` hp at gcc dot gnu dot org
2004-11-13 20:56 ` pinskia at gcc dot gnu dot org
2004-11-14  5:15 ` hp at gcc dot gnu dot org
2004-11-14  5:19 ` pinskia at gcc dot gnu dot org
2004-11-14  5:20 ` 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).