|
From: Jeff M. <je...@in...> - 2005-10-12 19:00:25
|
> The .s example is useful. However, can you send a .c example + > details of what gcc I need to cause it to generate such code? > I'd like to see the wider context of the problem. The c file is attached. The problem shows up with gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) and gcc version 4.0.2 (Debian 4.0.2-2) looks to produce similar code. I compiled it with just: gcc test.c -o test -Jeff |