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/24193] [4.1 Regression] ICE in extract_insn while compiling libgfortran



------- Comment #7 from sje at cup dot hp dot com  2005-10-06 21:02 -------
I haven't done a full build/test but I did verify that changing operand 0 of
movti_internal from general_operand to destination_operand fixed this failure.
I was wondering if operand 1 should be changed from general_operand to
move_operand.  All the other integer mov instructions use move_operand as the
source.  The floating point move instructions use general_operand as the
source.


-- 


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


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