public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18348] New: mmix-knuth-mmixware testsuite failure:
@ 2004-11-07  6:04 hp at gcc dot gnu dot org
  2004-11-07  6:05 ` [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c 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-07  6:04 UTC (permalink / raw)
  To: gcc-bugs

With LAST_UPDATED: "Sat Nov  6 19:25:03 GMT 2004" I get:
FAIL: gcc.dg/uninit-H.c  (test for bogus messages, line 24)
FAIL: gcc.dg/uninit-H.c (test for excess errors)

With the message in the .log being:
/gcc/testsuite/gcc.dg/uninit-H.c: In function 'load_PCB':
/gcc/testsuite/gcc.dg/uninit-H.c:24: warning: 'sp' is used uninitialized in this
function

Looking at the test-code it seems an #ifdef and #define for a suitable MMIX
register is missing.  Better would be to #ifdef out the test, which can't do
what it's supposed to when there's no local-asm-register (which necessarily has
a target-specific name).

The test has never worked on this target.

-- 
           Summary: mmix-knuth-mmixware testsuite failure:
           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=18348


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
@ 2004-11-07  6:05 ` hp at gcc dot gnu dot org
  2004-11-07  6:52 ` hp 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-07  6:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|mmix-knuth-mmixware         |mmix-knuth-mmixware
                   |testsuite failure:          |testsuite failure:
                   |                            |gcc.dg/uninit-H.c


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
  2004-11-07  6:05 ` [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c hp at gcc dot gnu dot org
@ 2004-11-07  6:52 ` hp at gcc dot gnu dot org
  2004-11-07  6:54 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-07  6:52 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
  2004-11-07  6:05 ` [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c hp at gcc dot gnu dot org
  2004-11-07  6:52 ` hp at gcc dot gnu dot org
@ 2004-11-07  6:54 ` pinskia at gcc dot gnu dot org
  2004-11-09  9:49 ` hp 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-07  6:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 06:54 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-07 06:54:51
               date|                            |


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-07  6:54 ` pinskia at gcc dot gnu dot org
@ 2004-11-09  9:49 ` hp at gcc dot gnu dot org
  2004-11-11 15:23 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2004-11-09  9:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-09 09:49 -------
Confirmed, separate system than original report, with "Tue Nov  9 00:36:20 UTC
2004" (no .log reconfirmation)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-11-07 06:54:51         |2004-11-09 09:49:04
               date|                            |


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-09  9:49 ` hp at gcc dot gnu dot org
@ 2004-11-11 15:23 ` pinskia at gcc dot gnu dot org
  2004-11-28 22:57 ` cvs-commit 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-11 15:23 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-11 15:23 ` pinskia at gcc dot gnu dot org
@ 2004-11-28 22:57 ` cvs-commit at gcc dot gnu dot org
  2004-11-28 22:59 ` hp at gcc dot gnu dot org
  2004-12-01  0:41 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-28 22:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-28 22:57 -------
Subject: Bug 18348

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hp@gcc.gnu.org	2004-11-28 22:57:38

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.dg: uninit-H.c 

Log message:
	PR target/18348
	* gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4668&r2=1.4669
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/uninit-H.c.diff?cvsroot=gcc&r1=1.9&r2=1.10



-- 


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-28 22:57 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-28 22:59 ` hp at gcc dot gnu dot org
  2004-12-01  0:41 ` 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-28 22:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2004-11-28 22:59 -------
Look for "Committed: gcc.dg/uninit-H.c (ASM): For unknown targets, define to "=
0". PR target/18348." in <URL:http://gcc.gnu.org/ml/gcc-patches/2004-11/>.

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


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


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

* [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c
  2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-11-28 22:59 ` hp at gcc dot gnu dot org
@ 2004-12-01  0:41 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01  0:41 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

end of thread, other threads:[~2004-12-01  0:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-07  6:04 [Bug target/18348] New: mmix-knuth-mmixware testsuite failure: hp at gcc dot gnu dot org
2004-11-07  6:05 ` [Bug target/18348] mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c hp at gcc dot gnu dot org
2004-11-07  6:52 ` hp at gcc dot gnu dot org
2004-11-07  6:54 ` pinskia at gcc dot gnu dot org
2004-11-09  9:49 ` hp at gcc dot gnu dot org
2004-11-11 15:23 ` pinskia at gcc dot gnu dot org
2004-11-28 22:57 ` cvs-commit at gcc dot gnu dot org
2004-11-28 22:59 ` hp at gcc dot gnu dot org
2004-12-01  0:41 ` 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).