GCC 4.2.0 Status Report (2007-05-11)
Daniel Berlin
dberlin@dberlin.org
Sat May 12 02:37:00 GMT 2007
On 5/11/07, Mark Mitchell <mark@codesourcery.com> wrote:
> Every time I think we're almost there with this release, I seem to
> manage to get stuck. :-( However, we're very close: the only PRs that
> I'm waiting for are:
>
> PR 31797: An infinite loop in the compiler while building RTEMS.
> Daniel, I see you've been commenting on this; are you working on the
> fix? If so, do you have an ETA?
It's not actually a PRE bug, andrew is right.
None of the statements accessing volatile variables end up with
has_volatile_ops set on them, which is what is really causing the
problem.
More information about the Gcc
mailing list