This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-3.4.5 Release Status
Jim Wilson <wilson@specifix.com> writes:
| Gabriel Dos Reis wrote:
| > At the moment, we have only one bug I consider release critical for 3.4.5.
| > middle-end/24804 Produces wrong code
|
| I put an analysis in the PR. It is a gcse store motion problem.
Woaw! Thanks for the detailed analysis.
It is indeed interesting that the bug is hidden in 4.0 and higher due
to the current infrastructure.
-- Gaby