On 25 Jan 2007 10:29:27 -0600, Gabriel Dos Reis <[EMAIL PROTECTED]> wrote:
Hi,
There were over 250 PRs open against GCC-4.0.4. Almost all of
them are "benign" in the sense that we can leave without fixing them
in GCC-4.0.4 -- many are already fixed in more recent versions.
I'm now giving attention only to those PRs marked as blocker or
critical. I've identified three:
tree-optimization/29605
* Wrong code generation when optimization is one.
Andrew Pinski believes it is "Out of SSA" doing it.
This touches middle-end, and will be left unfixed -- unless the
fix is really really trivial.
tree-optimization/28778
* not to be fixed in GCC-4.0.x
middle-end/28683
* has a "simple" patch applied to GCC-4.2.x and GCC-4.1.x.
I'm considering applying to GCC-4.0.4.
You might want to consider middle-end/28651 given the recent integer overflow
discussions. I can do the backport work if you like.
Richard.