public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
       [not found] <bug-11738-6626@http.gcc.gnu.org/bugzilla/>
  2007-02-03 16:27 ` [Bug target/11738] ICE "could not split insn" building libstdc++-v3 steven at gcc dot gnu dot org
@ 2007-02-03 16:27 ` steven at gcc dot gnu dot org
  2007-02-05 14:28 ` nickc at redhat dot com
  2007-02-05 22:23 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-02-03 16:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from steven at gcc dot gnu dot org  2007-02-03 16:26 -------
Ping!

Nick, is there still a bug to fix here?  The pattern you hacked in comment #4
is still not fixed AFAICT.


-- 


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


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

* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
       [not found] <bug-11738-6626@http.gcc.gnu.org/bugzilla/>
@ 2007-02-03 16:27 ` steven at gcc dot gnu dot org
  2007-02-03 16:27 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-02-03 16:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from steven at gcc dot gnu dot org  2007-02-03 16:27 -------
moving to WAITING pending Nick's reply.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
       [not found] <bug-11738-6626@http.gcc.gnu.org/bugzilla/>
  2007-02-03 16:27 ` [Bug target/11738] ICE "could not split insn" building libstdc++-v3 steven at gcc dot gnu dot org
  2007-02-03 16:27 ` steven at gcc dot gnu dot org
@ 2007-02-05 14:28 ` nickc at redhat dot com
  2007-02-05 22:23 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: nickc at redhat dot com @ 2007-02-05 14:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from nickc at redhat dot com  2007-02-05 14:28 -------
Hi Steven,

  There is no longer a buf to fix.  In fact the hack mentioned in comment #4
has been removed and the test case compiles without problems using the current
mainline sources.

Cheers
  Nick


-- 


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


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

* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
       [not found] <bug-11738-6626@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-02-05 14:28 ` nickc at redhat dot com
@ 2007-02-05 22:23 ` steven at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-02-05 22:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from steven at gcc dot gnu dot org  2007-02-05 22:23 -------
Reported as fixed, see comment #9.


-- 

steven at gcc dot gnu dot org changed:

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


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


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

* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
  2003-07-31  5:54 [Bug c++/11738] New: " steve at chelsio dot com
  2003-09-08  1:30 ` [Bug target/11738] " steve at chelsio dot com
@ 2004-12-08 12:18 ` pingc at nortelnetworks dot com
  1 sibling, 0 replies; 6+ messages in thread
From: pingc at nortelnetworks dot com @ 2004-12-08 12:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pingc at nortelnetworks dot com  2004-12-08 12:18 -------
hi, additional comments

I encountered with a similar issue like this, my gcc version is 2.95.1 19990816.

It is interesting that when I commented some piece of my code, I could 
successfully compiling my file, so I just wonder whether is this file too large
(68k),but there are some other files are larger than it. 


====================================
atmDebug.cc: In function `void atmPmLogDisplay(unsigned int = 0, short unsigned 
int = 0, short unsigned int = 0)':
atmDebug.cc:2519: Could not split insn
(insn:TI 520 517 521 (parallel[
            (set (reg:CC 71 cr3)
                (compare:CC (sign_extend:SI (reg:HI 0 r0))
                    (const_int 0)))
            (clobber (reg:SI 9 r9))
        ] ) 71 {extendhisi2+2} (insn_list 517 (insn_list 517 (nil)))
    (expr_list:REG_DEAD (reg:HI 0 r0)
        (expr_list:REG_UNUSED (reg:SI 9 r9)
            (nil))))
../../src/gcc/toplev.c:1472: Internal compiler error in function fatal_insn
Please submit a Problem Report to Cygnus Solutions with send-pr.


-- 


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


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

* [Bug target/11738] ICE "could not split insn" building libstdc++-v3
  2003-07-31  5:54 [Bug c++/11738] New: " steve at chelsio dot com
@ 2003-09-08  1:30 ` steve at chelsio dot com
  2004-12-08 12:18 ` pingc at nortelnetworks dot com
  1 sibling, 0 replies; 6+ messages in thread
From: steve at chelsio dot com @ 2003-09-08  1: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=11738



------- Additional Comments From steve at chelsio dot com  2003-09-08 01:30 -------
As evidenced by my disappearance for some time, the patch fixes it for me.


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

end of thread, other threads:[~2007-02-05 22:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11738-6626@http.gcc.gnu.org/bugzilla/>
2007-02-03 16:27 ` [Bug target/11738] ICE "could not split insn" building libstdc++-v3 steven at gcc dot gnu dot org
2007-02-03 16:27 ` steven at gcc dot gnu dot org
2007-02-05 14:28 ` nickc at redhat dot com
2007-02-05 22:23 ` steven at gcc dot gnu dot org
2003-07-31  5:54 [Bug c++/11738] New: " steve at chelsio dot com
2003-09-08  1:30 ` [Bug target/11738] " steve at chelsio dot com
2004-12-08 12:18 ` pingc at nortelnetworks 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).