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/41001] alloca broken for -fno-builtin



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-08-08 10:31 -------
The special_function thing is to make us not miss special side-effects of those
functions even when we didn't recognize them as builtins.  alloca doesn't have
one apart from the likeliness to blow up the stack if we do some crazy
inlining like into loops.


-- 


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


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