[LLVMbugs] [Bug 915] llvm-gcc doesn't support nested functions

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 8 08:15:37 PST 2007


http://llvm.org/bugs/show_bug.cgi?id=915

baldrick at free.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From baldrick at free.fr  2007-02-08 10:15 -------
Nested subroutines as used in the examples in this PR are now supported.
However there is no support yet for trampolines, i.e. taking the address of a
nested subroutine, nor for non-local gotos.  I've opened PR1190 for tracking
progress on trampolines.  I didn't bother for non-local gotos because it's
less clear that anyone is interested in that.  By the way, the testcase in
attachment 625 still fails to compile, because tree-nested.c goes into an
infinite loop, i.e. this seems to be a gcc bug not an LLVM one.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list