[Bug c/11392] [3.3/3.4 Regression]More trouble with nested functions

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 13 16:44:00 GMT 2004


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-13 16:44 -------
Nested function are not in C99.  They are a GNU extension.  Also nested 
functions are not necessary for numerical code.  Just don't nest the 
function.  This bug is not quite so critical as you want people to 
believe.  The problem is inconvenient for some, I'm sure, but if you want 
to be safe, just follow the standard. 
(You may even find out that it speeds up your code). 

-- 


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



More information about the Gcc-bugs mailing list