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/14093] Internal compiler error for code when using -mhitachi option in SH.


------- Additional Comments From wilson at gcc dot gnu dot org  2004-04-08 02:00 -------
FUNCTION_VALUE disagrees with TARGET_PROMOTE_FUNCTION_RETURN.  The first says
the result is promoted, the second says the result is not promoted.  This leads
to a emit_move_insn call with different source/dest modes which aborts.

-- 


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


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