This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cross compiler bug ? (ia64,asm)
- From: Wallace Wadge <wwadge at hobsoft dot com dot mt>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 03 Jul 2003 11:42:36 +0200
- Subject: cross compiler bug ? (ia64,asm)
- Organization:
I am running gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) hosted
on x86 and generating code for IA64.
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.
Am I missing something?
Thanks,
Wallace