This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/28489] [4.2 regression] ICE in move_insn, at haifa-sched.c:1968



------- Comment #8 from sje at cup dot hp dot com  2006-08-01 18:22 -------
The time that this started occurring looks to be about the time that Maxim was
making scheduling changes for IA64 speculation.  Maxim could you look at this
bug and see if it is related to any of your changes to IA64 scheduling?  I did
a little analysis and it looks like we are merging/concatinated two basic
blocks (3 and 7) but we wind up with a NOTE_INSN_BASIC_BLOCK for block 7 in the
middle of the merged basic block 3.

(I tried to add mkuvyrkov@ispras.ru to the CC list but Bugzilla wouldn't do it.
 I will send Maxim email seperately.)


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]