On Mon, Jan 28, 2008 at 5:22 AM, Richard Guenther <[EMAIL PROTECTED]> wrote: > > Status > ====== > > We are in Stage 3 and the trunk is open for regression and documentation > fixes only. When we reach zero open P1 regressions, we will create a > release candidate for 4.3.0, branch and announce the opening of Stage 1 > for 4.4.
The may_alias patch here http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01161.html fixes a regression against older versions of GCC (pre-4.0) along with another problem (that we never got right before). The regression itself will only show up under --enable-checking, so this is one of those low-risk, low-reward patches. But, it's simple and it fixes two PRs. Okay to commit? - Doug