false assertion make_decl_rtl, at varasm.c:1273

Eric Botcazou ebotcazou@adacore.com
Sat May 23 03:15:00 GMT 2009


> make_decl_rtl is used to generate the RTL to refer to some static
> object.  It should not be called for a local variable; a local variable
> should be turned into a pseudo-register instead.  It's hard to know what
> is wrong with your pass; you should look at what is calling
> make_decl_rtl with a local variable, any why.

Yes, it usually means that the local variable hasn't been properly registered 
in the binding countour or some such.

-- 
Eric Botcazou



More information about the Gcc mailing list