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]

cross compiler bug ? (ia64,asm)


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



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