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: FAIL: gcc.c-torture/execute/950628-1.c execution, -O1


On Tue, Jan 23, 2001 at 02:54:45PM -0800, Richard Henderson wrote:
> If this memory is being removed, then you're seeing a failure of
> the alias analysis code.  Moreover, since it is the aliasing code
> that's wrong, you're also likely to get incorrect schedules.  So
> hacking things here does you no good at all.

Poking at this quickly, the *real* problem is that we've got
multiple stores to unchanging memory.  This is wildly illegal.

There are not even any instances of "const" in the source, so
I'm not sure where this /u bit is coming from.


r~

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