This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: draft 3.2.2 release notes (second draft)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard dot Earnshaw at arm dot com
- Cc: Joe Buck <jbuck at synopsys dot com>, gcc at gcc dot gnu dot org
- Date: 30 Jan 2003 21:00:22 +0100
- Subject: Re: draft 3.2.2 release notes (second draft)
- Organization: Integrable Solutions
- References: <200301301756.h0UHujj29007@pc960.cambridge.arm.com>
Richard Earnshaw <rearnsha@arm.com> writes:
| > On Thu, Jan 30, 2003 at 11:02:22AM +0000, Richard Earnshaw wrote:
| > >
| > > jbuck@synopsys.com said:
| > > > Please send me corrections or additions if you notice anything wrong
| > > > or missing.
| > >
| > > Gaby also pulled in the change that fixed PR 9090, but didn't add the
| > > reference to the commit.
| >
| > We need to re-look at anything Gaby pulled in between the release of the
| > first pre-release tarball on the 28th, and the release of the second
| > tarball on the 29th, because we now see failures from five different tests
| > on GNU/Linux ix86 where there were none before (Paolo confirmed my
| > report).
| >
|
| This change went in on the 27th, so I think it was in the first tarball.
| Gaby should be able to confirm.
You're absolutely right, That is
2003-01-27 Richard Earnshaw <rearnsha@arm.com>
* function.c (purge_addressof_1): After pushing anaddressed
register
onto the stack, simplify the result.
I'll edit ChangeLog to mention the corresponding PR.
-- Gaby