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]

[Bug middle-end/17416] stack variable merging doesn't work


------- Additional Comments From giovannibajo at libero dot it  2004-09-11 12:58 -------
I cannot reproduce this on x86, not even at -O0:

./xgcc -B. -c -S -fomit-frame-pointer 17416.c
cat 17416.s

[...]
f:
        subl    $124, %esp
[...]
       .ident  "GCC: (GNU) 3.5.0 20040901 (experimental)"


Maybe it x86-64 specific?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17416


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