public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC-3.3.4 status report
@ 2004-05-16 23:08 Gabriel Dos Reis
  2004-05-17  1:14 ` Giovanni Bajo
  2004-05-18 15:42 ` Gabriel Dos Reis
  0 siblings, 2 replies; 14+ messages in thread
From: Gabriel Dos Reis @ 2004-05-16 23:08 UTC (permalink / raw)
  To: gcc

Hi,

  There are 28 PRs  open for GCC-3.3.4.  Among them only 8 are
considered GCC-3.3.4 regressions only; the remaining PRs are common with
3.4.x and mainline.  The hottest regressions for 3.3.4 are

  rtl-optimization/11841
  rtl-optimization/13653

Eric Botcazou has a proposed fix for 11841.

There are another couple of patches that I approved and are not yet
applied. 

The release date is still set to 2004-05-31.

I'll make a 3.3.4 prerelease tarballs in a few hours.

-- Gaby

^ permalink raw reply	[flat|nested] 14+ messages in thread
* GCC-3.3.4 Status Report
@ 2004-05-28 13:33 Gabriel Dos Reis
  0 siblings, 0 replies; 14+ messages in thread
From: Gabriel Dos Reis @ 2004-05-28 13:33 UTC (permalink / raw)
  To: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Hi,

   Significant improvements have been made since last report and the 
first prerelease, thanks to the usual suspects: John David Anglin,
Éric Botcazou, Joe Buck, Richard Guenther, Richard Henderson and our
bugmasters who have been very helpful in identifying patches that fixed
problems.

  RTH had fixed the boostrapping problem Joe reported.  Éric has
a proposed patch for the long standing regression on POOMA

        rtl-optimization/13653

Combined with Dave's proposed patch to fix GC issues, GCC-3.3.4-pre is
reported as regression-free on POOMA (R.Guenther).

  Éric has identified a regression on four compilers -- namely 3.3.3,
3.3.4-pre, 3.4.0 and 3.4.1-pre -- when compiling the GNU/Linux kernel
on SPARCs.

I'm waiting for feedback from Jeff, R.Kenner and RTH about Éric's patch.
Then, I'll make a second and final prerelease.

Thanks,

-- Gaby
 
  

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: GCC-3.3.4 status report
@ 2004-04-27 14:09 Volker Reichelt
  2004-04-29  2:20 ` Gabriel Dos Reis
  0 siblings, 1 reply; 14+ messages in thread
From: Volker Reichelt @ 2004-04-27 14:09 UTC (permalink / raw)
  To: gcc

On 27 Apr, Gabriel Dos Reis wrote:
> Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:
> 
> | Hi Gaby,
> | 
> | you wrote:
> | 
> | >   There are 25 open PRs targetted for 3.3.4.  Of course, I don't
> | > expect all of them to be fixed before the release.  The most serious
> | > PRs are the regressions:
> | >
> | >   optimization/13653
> | 
> | On the other hand you closed PR 11841 today which is probably the same
> | bug as PR 13653, but it sports a short testcase (whereas it seems to be
> 
> The audit trail of 11841 seems very confused to the point where it is
> not obvious that it is the same.

Good point. I just added a (hopefully less confusing) summary to the
audit trail, reopened the PR and marked PR 13653 as dependent on it.

> You may mark it as related to 13653.

Regards,
Volker


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: GCC-3.3.4 status report
@ 2004-04-27 12:02 Volker Reichelt
  2004-04-27 12:10 ` Gabriel Dos Reis
  0 siblings, 1 reply; 14+ messages in thread
From: Volker Reichelt @ 2004-04-27 12:02 UTC (permalink / raw)
  To: gdr; +Cc: gcc

Hi Gaby,

you wrote:

>   There are 25 open PRs targetted for 3.3.4.  Of course, I don't
> expect all of them to be fixed before the release.  The most serious
> PRs are the regressions:
>
>   optimization/13653

On the other hand you closed PR 11841 today which is probably the same
bug as PR 13653, but it sports a short testcase (whereas it seems to be
impossible to cut down the POOMA testcase in PR 13653).

So I'd suggest reopening PR 11841 and fixing that one before tackling
PR 13653.

Regards,
Volker


^ permalink raw reply	[flat|nested] 14+ messages in thread
* GCC-3.3.4 status report
@ 2004-04-27 10:15 Gabriel Dos Reis
  2004-04-27 10:43 ` Giovanni Bajo
  2004-04-27 22:07 ` Matthias Klose
  0 siblings, 2 replies; 14+ messages in thread
From: Gabriel Dos Reis @ 2004-04-27 10:15 UTC (permalink / raw)
  To: gcc


Hi,

  There are 25 open PRs targetted for 3.3.4.  Of course, I don't
expect all of them to be fixed before the release.  The most serious
PRs are the regressions:

  optimization/13653
  c++/14724
  target/14966
  middle-end/15054

  I have proposed patches for 4 PRs that are on their ways on being
tested.  Effective today, only real regression fixes will be applied
to gcc-3_3-branch and they need my approval.  If you have a pending
patch that did not get  reviewed, please let me know.
  For our bugmasters, I would say that new PRs that are serious
regressions should be kept, anything else should be closed as
won't fix  for 3.3.x.  If you're undecided on a specific case, please
let me know (put me in CC:) 

  Release is still scheduled for May 31.

Thanks,

-- Gaby

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2004-05-28 13:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-16 23:08 GCC-3.3.4 status report Gabriel Dos Reis
2004-05-17  1:14 ` Giovanni Bajo
2004-05-17  5:19   ` Gabriel Dos Reis
2004-05-18 15:42 ` Gabriel Dos Reis
  -- strict thread matches above, loose matches on Subject: below --
2004-05-28 13:33 GCC-3.3.4 Status Report Gabriel Dos Reis
2004-04-27 14:09 GCC-3.3.4 status report Volker Reichelt
2004-04-29  2:20 ` Gabriel Dos Reis
2004-04-27 12:02 Volker Reichelt
2004-04-27 12:10 ` Gabriel Dos Reis
2004-04-27 10:15 Gabriel Dos Reis
2004-04-27 10:43 ` Giovanni Bajo
2004-04-27 11:24   ` Gabriel Dos Reis
2004-04-27 22:07 ` Matthias Klose
2004-04-29  3:05   ` Gabriel Dos Reis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).