[Bug c/15698] [3.5 Regression] wrong error in presence of builtin fn + K&R declaration.

zack at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 1 02:22:00 GMT 2004


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



More information about the Gcc-bugs mailing list