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/11392] [3.3/3.4 Regression]More trouble with nested functions


------- 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


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