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: Question re missed CSEing at tree level


    Is save_argv volatile?  It seems to be, as it's not renamed.  If so, we
    can't prove that save_argv.233_177 == save_argv.54_96.  

Ah, yes, it is.  It's a Pragma Import from C and I'd forgotten that a
side-effect of doing that is that it's volatile.

Thanks for the explanation.


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