This is the mail archive of the gcc@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: false assertion make_decl_rtl, at varasm.c:1273


> 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


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