Igor Schein on Sat, 10 Aug 2002 21:26:07 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

gcc-3.1.1 issue


Hi,

gcc-3.1.1 on Linux can't compile endian.c:

endian.c: In function `main':
endian.c:17: warning: left shift count >= width of type
/home/igor/tmp/ccDxsDYX.s: Assembler messages:
/home/igor/tmp/ccDxsDYX.s:2: Warning: Unrecognized .section attribute: want a,w,x
/home/igor/tmp/ccDxsDYX.s:2: Warning: Unrecognized .section attribute: want a,w,x
/home/igor/tmp/ccDxsDYX.s:2: Error: Rest of line ignored. First ignored character is `,'.

Should I file it as a gcc bug, or is it a problem with endian.c?

Thanks

Igor