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/15698] [3.5 Regression] wrong error in presence of builtin fn + K&R declaration.


------- Additional Comments From zack at gcc dot gnu dot org  2004-06-01 02:22 -------
current_function_prototype_locus should really be a property of the relevant
DECL.  The problem with that is, there's nowhere to put it.  We could enlarge
the  C lang_decl structure, but I hate chewing up more space on something that's
only ever used for error messages.  Ideas?


-- 


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


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