public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
@ 2005-06-04 17:43 hp at gcc dot gnu dot org
  2005-06-04 17:46 ` [Bug target/21914] " pinskia 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 @ 2005-06-04 17:43 UTC (permalink / raw)
  To: gcc-bugs

With LAST_UPDATED: "Thu Jun  2 10:12:34 UTC 2005" and ever since,
I get:

Running
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
FAIL: gcc.c-torture/compile/20030703-1.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/20030703-1.c  -O3 -fomit-frame-pointer  (test for
excess errors)
FAIL: gcc.c-torture/compile/20030703-1.c  -O3 -g  (test for excess errors)

With the message in the .log being:
Executing on host: /home/hp/combined/mmixware-sim/gcc/xgcc
-B/home/hp/combined/mmixware-sim/gcc/   -O2  -w -fno-show-column -c  -\
isystem /home/hp/combined/mmixware-sim/mmix-knuth-mmixware/./newlib/targ-include
-isystem /home/hp/combined/combined/newlib/libc/\
include  -o 20030703-1.o
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/20030703-1.c   
(timeout = 300)
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/20030703-1.c: In
function 'MBMotionEstimation':^M
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/20030703-1.c:9:
error: MMIX Internal: What is the CC of this?^M
(ne:DI (reg:SI 0 $0 [orig:269 D.1164 ] [269])^M
    (const_int 0 [0x0]))^M
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/20030703-1.c:9:
internal compiler error: in mmix_output_condition,\
 at config/mmix/mmix.c:2661^M

Last known to work on: "Thu Jun  2 00:27:52 UTC 2005".

-- 
           Summary: [4.1 regression] mmix-knuth-mmixware testsuite failure:
                    compile/20030703-1.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          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=21914


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

* [Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
  2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
@ 2005-06-04 17:46 ` pinskia at gcc dot gnu dot org
  2005-06-04 17:49 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-04 17:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
  2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
  2005-06-04 17:46 ` [Bug target/21914] " pinskia at gcc dot gnu dot org
@ 2005-06-04 17:49 ` pinskia at gcc dot gnu dot org
  2005-06-04 19:26 ` hp 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 @ 2005-06-04 17:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-04 17:49 -------
I want to say this was exposed by:
-2005-06-01  Diego Novillo  <dnovillo@redhat.com>
-
-       PR 14341, PR 21332, PR 20701, PR 21029, PR 21086, PR 21090
-       PR 21289, PR 21348, PR 21367, PR 21368, PR 21458.


-- 


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


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

* [Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
  2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
  2005-06-04 17:46 ` [Bug target/21914] " pinskia at gcc dot gnu dot org
  2005-06-04 17:49 ` pinskia at gcc dot gnu dot org
@ 2005-06-04 19:26 ` hp at gcc dot gnu dot org
  2005-06-05  7:55 ` cvs-commit at gcc dot gnu dot org
  2005-06-05  8:10 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-06-04 19:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-06-04 19:26 -------
It's mine, don't bother Diego.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-04 19:26:00
               date|                            |


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


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

* [Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
  2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-04 19:26 ` hp at gcc dot gnu dot org
@ 2005-06-05  7:55 ` cvs-commit at gcc dot gnu dot org
  2005-06-05  8:10 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-05  7:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-05 07:54 -------
Subject: Bug 21914

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hp@gcc.gnu.org	2005-06-05 07:54:51

Modified files:
	gcc            : ChangeLog 
	gcc/config/mmix: mmix.md 

Log message:
	PR target/21914
	* config/mmix/mmix.md ("*movdicc_real_foldable")
	("*movdfcc_real_foldable", "*bCC_foldable")
	("*bCC_inverted_foldable"): Specify DImode for register being
	compared.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9041&r2=2.9042
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mmix/mmix.md.diff?cvsroot=gcc&r1=1.28&r2=1.29



-- 


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


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

* [Bug target/21914] [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c
  2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-06-05  7:55 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-05  8:10 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-06-05  8:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-06-05 08:10 -------
See <URL:http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00354.html>.

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


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


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

end of thread, other threads:[~2005-06-05  8:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-04 17:43 [Bug target/21914] New: [4.1 regression] mmix-knuth-mmixware testsuite failure: compile/20030703-1.c hp at gcc dot gnu dot org
2005-06-04 17:46 ` [Bug target/21914] " pinskia at gcc dot gnu dot org
2005-06-04 17:49 ` pinskia at gcc dot gnu dot org
2005-06-04 19:26 ` hp at gcc dot gnu dot org
2005-06-05  7:55 ` cvs-commit at gcc dot gnu dot org
2005-06-05  8:10 ` 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).