public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/12143] New: Internal error with -fnew-ra -O
@ 2003-09-02 23:27 mikulas at artax dot karlin dot mff dot cuni dot cz
  2003-09-02 23:30 ` [Bug middle-end/12143] " mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: mikulas at artax dot karlin dot mff dot cuni dot cz @ 2003-09-02 23:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Internal error with -fnew-ra -O
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikulas at artax dot karlin dot mff dot cuni dot cz
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-pc-linux-gnu
  GCC host triplet: i586-pc-linux-gnu
GCC target triplet: i586-pc-linux-gnu

gcc-3.3.1 fails with internal error when compiling attached preprocessed file
with flags -O -fnew-ra

BUG.I: In function `fixup_reorder_chain':
BUG.I:5870: internal compiler error: in reloads_to_loads, at ra-rewrite.c:1068


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

* [Bug middle-end/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
@ 2003-09-02 23:30 ` mikulas at artax dot karlin dot mff dot cuni dot cz
  2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mikulas at artax dot karlin dot mff dot cuni dot cz @ 2003-09-02 23:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mikulas at artax dot karlin dot mff dot cuni dot cz  2003-09-02 23:30 -------
Created an attachment (id=4688)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4688&action=view)
Preprocessed bug testcase.

Compile with gcc-3.3.1 with flags -O -fnew-ra


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

* [Bug middle-end/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
  2003-09-02 23:30 ` [Bug middle-end/12143] " mikulas at artax dot karlin dot mff dot cuni dot cz
  2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
@ 2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
  2003-09-02 23:33 ` [Bug optimization/12143] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-02 23:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-02 23:32 -------
*** Bug 12144 has been marked as a duplicate of this bug. ***


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

* [Bug middle-end/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
  2003-09-02 23:30 ` [Bug middle-end/12143] " mikulas at artax dot karlin dot mff dot cuni dot cz
@ 2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
  2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-02 23:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-02 23:32 -------
*** Bug 12145 has been marked as a duplicate of this bug. ***


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

* [Bug optimization/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (2 preceding siblings ...)
  2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
@ 2003-09-02 23:33 ` pinskia at gcc dot gnu dot org
  2003-09-18  7:27 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-02 23:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |optimization
           Keywords|                            |ice-on-valid-code


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

* [Bug optimization/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (3 preceding siblings ...)
  2003-09-02 23:33 ` [Bug optimization/12143] " pinskia at gcc dot gnu dot org
@ 2003-09-18  7:27 ` pinskia at gcc dot gnu dot org
  2003-11-30 20:58 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-18  7:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-18 07:07 -------
Most likely related to bug 11379  and bug 12177.


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

* [Bug optimization/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (4 preceding siblings ...)
  2003-09-18  7:27 ` pinskia at gcc dot gnu dot org
@ 2003-11-30 20:58 ` pinskia at gcc dot gnu dot org
  2003-11-30 21:27 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-30 20:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |13246
              nThis|                            |


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


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

* [Bug optimization/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (5 preceding siblings ...)
  2003-11-30 20:58 ` pinskia at gcc dot gnu dot org
@ 2003-11-30 21:27 ` pinskia at gcc dot gnu dot org
  2003-11-30 21:28 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-30 21:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |matz at suse dot de
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug optimization/12143] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (6 preceding siblings ...)
  2003-11-30 21:27 ` pinskia at gcc dot gnu dot org
@ 2003-11-30 21:28 ` pinskia at gcc dot gnu dot org
  2004-02-13 22:51 ` [Bug optimization/12143] [new-ra] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-30 21:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5


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


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

* [Bug optimization/12143] [new-ra] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (7 preceding siblings ...)
  2003-11-30 21:28 ` pinskia at gcc dot gnu dot org
@ 2004-02-13 22:51 ` pinskia at gcc dot gnu dot org
  2004-03-24  7:23 ` 1319 at bot dot ru
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-13 22:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug optimization/12143] [new-ra] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (8 preceding siblings ...)
  2004-02-13 22:51 ` [Bug optimization/12143] [new-ra] " pinskia at gcc dot gnu dot org
@ 2004-03-24  7:23 ` 1319 at bot dot ru
  2004-03-24 15:47 ` pinskia at gcc dot gnu dot org
  2005-01-17 15:18 ` [Bug rtl-optimization/12143] " pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: 1319 at bot dot ru @ 2004-03-24  7:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From 1319 at bot dot ru  2004-03-24 07:23 -------
3.3.4 (20040306), 3.4.0 (20040322), 3.5.0 (20040323) fails with -fnew-ra -O1 but
ok with -fnew-ra -O[23]
tree-ssa (20040306), lno (20040323) AND today's new RA ok with -fnew-ra -O[123]

-- 


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


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

* [Bug optimization/12143] [new-ra] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (9 preceding siblings ...)
  2004-03-24  7:23 ` 1319 at bot dot ru
@ 2004-03-24 15:47 ` pinskia at gcc dot gnu dot org
  2005-01-17 15:18 ` [Bug rtl-optimization/12143] " pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-24 15:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-24 15:47 -------
Keeping this one suspended as it is fixed on the new-ra brnach, thanks Serge Belyshev for testing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.3.1                       |new-ra


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


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

* [Bug rtl-optimization/12143] [new-ra] Internal error with -fnew-ra -O
  2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
                   ` (10 preceding siblings ...)
  2004-03-24 15:47 ` pinskia at gcc dot gnu dot org
@ 2005-01-17 15:18 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17 15:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-17 15:18 -------
Closing as wiill not fix as new-ra was removed from the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|---                         |3.4.4


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


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

end of thread, other threads:[~2005-01-17 15:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02 23:27 [Bug middle-end/12143] New: Internal error with -fnew-ra -O mikulas at artax dot karlin dot mff dot cuni dot cz
2003-09-02 23:30 ` [Bug middle-end/12143] " mikulas at artax dot karlin dot mff dot cuni dot cz
2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
2003-09-02 23:32 ` pinskia at gcc dot gnu dot org
2003-09-02 23:33 ` [Bug optimization/12143] " pinskia at gcc dot gnu dot org
2003-09-18  7:27 ` pinskia at gcc dot gnu dot org
2003-11-30 20:58 ` pinskia at gcc dot gnu dot org
2003-11-30 21:27 ` pinskia at gcc dot gnu dot org
2003-11-30 21:28 ` pinskia at gcc dot gnu dot org
2004-02-13 22:51 ` [Bug optimization/12143] [new-ra] " pinskia at gcc dot gnu dot org
2004-03-24  7:23 ` 1319 at bot dot ru
2004-03-24 15:47 ` pinskia at gcc dot gnu dot org
2005-01-17 15:18 ` [Bug rtl-optimization/12143] " 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).