[Bug c/11424] New: Asm broken on IA64 ?
wwadge at hobsoft dot com dot mt
gcc-bugzilla@gcc.gnu.org
Thu Jul 3 14:18:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11424
Summary: Asm broken on IA64 ?
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wwadge at hobsoft dot com dot mt
CC: gcc-bugs at gcc dot gnu dot org
In my .S file, I have the following:
movl r25=(1 << 64) - 1
assembling and objdump'ing gives movl r25=0x0 instead of 0xffffffff as
I'd expect.
I'm running on IA32 and generating code for IA-64.
This problem was not evident in 2.96 (yes from Redhat I know, sorry)
More information about the Gcc-bugs
mailing list