[PATCH][RFC] C++ error for parameter redefinition in function prototypes

Gabriel Dos Reis gdr@cs.tamu.edu
Fri Apr 27 14:34:00 GMT 2007


Simon Baldwin <simonb@google.com> writes:

| Using DECL_NAME (decl) for the %qD target works fine. 

Please use %qE instead -- it is a type error to pass something that is
not a decl to a place excepting a decl; we might start catching those
things in the future.

-- Gaby



More information about the Gcc-patches mailing list