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 target/29825] [4.1 regression] ICE in extract_insn, at recog.c:2084



------- Comment #20 from jakub at gcc dot gnu dot org  2006-11-15 07:37 -------
Looking at i386 backend, also (const (plus (unspec (something)) (const_int)))
is special (a whole bunch of routines rely on the unspec being surrounded
by CONST, optionally with a PLUS in there).
Not sure if make_tree should try to fallback whenever it sees this too
(safer option), or if it e.g. can return dummy VAR_DECL
with (const (unspec (something))) plus the constant.
An, other backends need auditing what exactly they do with CONST.


-- 


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


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