On Tue, Oct 26, 2004 at 11:49:41PM -0700, Adam Nemet wrote:
> ! error ("address of global register variable %qs requested",
> ! IDENTIFIER_POINTER (DECL_NAME (x)));
Should use "%qD" and "x" instead of pulling out IDENTIFIER_POINTER.
Otherwise ok.
r~