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/17205] [3.5 Regression] Strange behaviour when function prototypes appear inside other functions


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-08-30 22:23 -------
Fixed, by declaring this code invalid and producing an error message on it.  The kernel will need to be 
changed to Not Do That, by moving the prototype for the 'static' function to file scope.

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


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


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