This is the mail archive of the gcc-patches@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]

Re: [C++ Patch] PR 33101


On 06/13/2014 12:42 PM, Paolo Carlini wrote:
+		      "invalid use of typedef-name for type %qT in "
+		      "parameter declaration", strip_typedefs (type));

Don't strip_typedefs; the error message should name the typedef.

Jason


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