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: [PATCH] Fix PR C/18479, visibility and structs and C


On Thu, Nov 25, 2004 at 07:51:47PM -0500, Andrew Pinski wrote:
> 	* c-common.c (handle_visibility_attribute): When the type decl
> 	is really a identifier node, warn about being ignored and return.

Ok, except,

> +	   warning ("%qs attribute ignored on types",
> +		    IDENTIFIER_POINTER (name));

	warning ("%qE ...", name);



r~


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