This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31128] __builtin_stack_restore/__builtin_stack_save should not be exposed to the user
- From: "sabre at nondot dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 May 2007 15:14:48 -0000
- Subject: [Bug c/31128] __builtin_stack_restore/__builtin_stack_save should not be exposed to the user
- References: <bug-31128-14221@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from sabre at nondot dot org 2007-05-29 15:14 -------
Right, you could do that, but it is a) not guaranteed to work going forward,
and b) expects properly structured (e.g. nested) control flow.
If I had b, I could just make a vla :)
-Chris
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31128