This is the mail archive of the gcc-patches@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]

Re: [Patch] Do not rerun loop optimisation by default.


On Tue, Sep 11, 2001 at 07:23:17AM +0200, Toon Moene wrote:
> 1. Why a single symbol_ref isn't "const", while a symbol_ref+const is.
> 
> 2. Whether this actually matters in the way I mention above.

No, it doesn't.  symbol_ref == (const (plus symbol_ref (const_int 0))).
What it does mean is that there are bugs in the simplification code.


r~


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