[PATCH] Fix PR C/18479, visibility and structs and C

Richard Henderson rth@redhat.com
Mon Nov 29 21:58:00 GMT 2004


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~



More information about the Gcc-patches mailing list