public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/42044]  New: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c
@ 2009-11-14 15:44 hjl dot tools at gmail dot com
  2009-11-14 16:09 ` [Bug middle-end/42044] " mikpe at it dot uu dot se
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-11-14 15:44 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 154177 gave:

FAIL: gcc.c-torture/compile/930117-1.c  -O1  (internal compiler error)
FAIL: gcc.c-torture/compile/930117-1.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/930117-1.c  -O2  (internal compiler error)
FAIL: gcc.c-torture/compile/930117-1.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/930117-1.c  -O3 -fomit-frame-pointer  (internal
compiler error)
FAIL: gcc.c-torture/compile/930117-1.c  -O3 -fomit-frame-pointer  (test for
excess errors)
FAIL: gcc.c-torture/compile/930117-1.c  -O3 -g  (internal compiler error)
FAIL: gcc.c-torture/compile/930117-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/930117-1.c  -Os  (internal compiler error)
FAIL: gcc.c-torture/compile/930117-1.c  -Os  (test for excess errors)

/export/gnu/import/svn/gcc-test/src-4.4/gcc/testsuite/gcc.c-torture/compile/930117-1.c:4:
error: unrecognizable insn:^M
(call_insn 5 4 14 3
/export/gnu/import/svn/gcc-test/src-4.4/gcc/testsuite/gcc.c-torture/compile/930117-1.c:3
(call (mem:QI (reg/f:SI 16 argp) [0 S1 A8])^M
        (const_int 0 [0x0])) -1 (nil)^M
    (nil))^M
/export/gnu/import/svn/gcc-test/src-4.4/gcc/testsuite/gcc.c-torture/compile/930117-1.c:4:
internal compiler error: in instantiate_virtual_regs_in_insn, at
function.c:1637^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M

Revision 154140 is OK


-- 
           Summary: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/42044] [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c
  2009-11-14 15:44 [Bug middle-end/42044] New: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c hjl dot tools at gmail dot com
@ 2009-11-14 16:09 ` mikpe at it dot uu dot se
  2009-11-14 18:37 ` [Bug middle-end/42044] [4.4 " hjl dot tools at gmail dot com
  2009-11-14 18:57 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mikpe at it dot uu dot se @ 2009-11-14 16:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mikpe at it dot uu dot se  2009-11-14 16:09 -------
Presumably fixed for 4.5 by revision 154178.


-- 


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


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

* [Bug middle-end/42044] [4.4 Regression] gcc.c-torture/compile/930117-1.c
  2009-11-14 15:44 [Bug middle-end/42044] New: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c hjl dot tools at gmail dot com
  2009-11-14 16:09 ` [Bug middle-end/42044] " mikpe at it dot uu dot se
@ 2009-11-14 18:37 ` hjl dot tools at gmail dot com
  2009-11-14 18:57 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-11-14 18:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-11-14 18:37 -------
(In reply to comment #1)
> Presumably fixed for 4.5 by revision 154178.
> 

Yes, revision 154178 fixed it on trunk.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com
            Summary|[4.4/4.5 Regression] gcc.c- |[4.4 Regression] gcc.c-
                   |torture/compile/930117-1.c  |torture/compile/930117-1.c
   Target Milestone|---                         |4.4.3
            Version|4.5.0                       |4.4.3


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


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

* [Bug middle-end/42044] [4.4 Regression] gcc.c-torture/compile/930117-1.c
  2009-11-14 15:44 [Bug middle-end/42044] New: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c hjl dot tools at gmail dot com
  2009-11-14 16:09 ` [Bug middle-end/42044] " mikpe at it dot uu dot se
  2009-11-14 18:37 ` [Bug middle-end/42044] [4.4 " hjl dot tools at gmail dot com
@ 2009-11-14 18:57 ` ubizjak at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2009-11-14 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2009-11-14 18:57 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-14 15:44 [Bug middle-end/42044] New: [4.4/4.5 Regression] gcc.c-torture/compile/930117-1.c hjl dot tools at gmail dot com
2009-11-14 16:09 ` [Bug middle-end/42044] " mikpe at it dot uu dot se
2009-11-14 18:37 ` [Bug middle-end/42044] [4.4 " hjl dot tools at gmail dot com
2009-11-14 18:57 ` ubizjak at gmail dot com

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).