[Bug target/35466] Different assembly codes on 32bit and 64bit hosts

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 6 13:39:00 GMT 2008



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-03-06 13:38 -------
32bit HWI cannot represent 128bit constants.  If you are lucky and it works as
far as creating code you should not be surprised that some constants might
be forced to memory.  The only chance to generate the same code in this context
is to pessimize code generation for 64bit HWI.  We are not going to do that.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX


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



More information about the Gcc-bugs mailing list