On Fri, 15 Apr 2011, Steve Ellcey wrote:
> Vladimir and Dmitry,
>
> The new test you added, gcc.dg/pr48235.c, is failing on IA64 because
> it gets this excess message:
>
> cc1: note: -freorder-blocks-and-partition does not work on this architecture
>
> Could you modify the test to either filt
Vladimir and Dmitry,
The new test you added, gcc.dg/pr48235.c, is failing on IA64 because
it gets this excess message:
cc1: note: -freorder-blocks-and-partition does not work on this architecture
Could you modify the test to either filter out this message or not
use the -freorder-blocks-and-par
On 04/07/2011 01:45 PM, Alexander Monakov wrote:
Hello,
This patch fixes a couple of places where code motion machinery wrongly
attempts to re-use a pointer to the last insn in a BB after control flow
following that BB has been changed (so the last jump might have been removed
or replaced). Thi
Hello,
This patch fixes a couple of places where code motion machinery wrongly
attempts to re-use a pointer to the last insn in a BB after control flow
following that BB has been changed (so the last jump might have been removed
or replaced). This is not too frequent, so the solution is to simply