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/41302] Cast of return value from uint32 to pointer cannot be optimized by a jump to called rtn.



------- Comment #1 from rth at gcc dot gnu dot org  2009-09-09 22:14 -------
This is almost certainly a bug in the m68k backend in that it
doesn't check for the difference in return registers.  Compare
it's m68k_ok_for_sibcall_p function vs the i386 routine.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


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


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