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


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

I only see one store for each location.

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

It should be relatively straight forward to find where the /u bit is set.

I think the problem was introduced at the end of December.  The regstack-1
test on the sparc-sun-solaris2.7 started failing at all opts above O0
on Dec. 31.  There is a good chance that it is suffering from the same
problem.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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