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 c/38001] regression in 4.3: alignment checks wrongly optimized away (runtime failure)



------- Comment #5 from thomas dot orgis at awi dot de  2008-11-03 16:08 -------
Aren't we talking about data on the stack?

And, actually gcc-4.2 can realign the stack, if you ask it to.
But, well ... in any case it would be very helpful if a programmer had a way to
deal devensively with stack issues for a library that is compiled separately
from programs using it.


-- 


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


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