PR middle-end/18160

Adam Nemet anemet@lnxw.com
Tue Oct 26 23:15:00 GMT 2004


Richard Henderson writes:
> Then the front end should clear the DECL_REGISTER bit.  It *cannot*
> leave things completely alone.

Thanks for the hint.  It is actually DECL_HARD_REGISTER that should be
cleared in c_mark_addressable() because of how expand_one_var() and
use_register_for_decl() are formulated.

Should I clear DECL_REGISTER too?

Adam



More information about the Gcc mailing list