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: PR middle-end/18160


On Tue, Oct 26, 2004 at 01:41:01PM -0700, Adam Nemet wrote:
> Well, it is a warning.  So GCC can still generate code in terms of
> ignoring the user's request to assign the variable to a register.
> This is how 3.4 used to work.  I think 3.4's behavior is more
> appropriate with a warning than to remove the whole function call
> because of error_mark_node.

Then the front end should clear the DECL_REGISTER bit.  It *cannot*
leave things completely alone.


r~


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