On Tue, May 05, 2009 at 09:35:58PM -0700, Mark Mitchell wrote: > > Status > ====== > > GCC 4.4.0 was released into the wild approximately two weeks ago, and > so far few serious defects have been reported. That's great! There > are, however, a copule of open P1s and a bevy of P2s -- most of which > also apply to 4.5. So, there are good opportunities to help both 4.4 > and 4.5. > > The 4.4 branch is open under the usual release branch rules. > > We are aiming for a 4.4.1 release around June 21st. > > Quality Data > ============ > > Priority # Change from Last Report > -------- --- ----------------------- > P1 2 + 2 > P2 80 + 5 > P3 0 - 9 > -------- --- ----------------------- > Total 82 - 2 > > Previous Report > =============== > > http://gcc.gnu.org/ml/gcc/2009-04/msg00564.html > > The next report for 4.4.0 will be sent by Richard. > > -- > Mark Mitchell > CodeSourcery > m...@codesourcery.com > (650) 331-3385 x713 >
Mark, Shouldn't PR39999 be higher than a P3 since it puts the compiler in an infinite loop and is a regression from gcc 4.3.x? Jack