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/30121] ICE on frtl-abstract-sequences and mthumb.



------- Comment #2 from rearnsha at gcc dot gnu dot org  2007-01-09 11:01 -------
It's worse than that.  compute_init_costs makes a number of broken assumptions.
 Not least of which is that it assumes that gen_... functions in machine
description files will return the pattern of a single insn.  This is not the
case on trunk now for gen_indirect_jump on ARM, which can now return a
SEQUENCE.


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-09 11:01:44
               date|                            |


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


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