This is due to revision 133828 and fixed by the following patch:--- ../_gcc_clean/gcc/fwprop.c 2008-04-02 12:12:57.000000000 +0200 +++ gcc/fwprop.c 2008-04-02 13:44:07.000000000 +0200 @@ -231,7 +231,7 @@ PR_HANDLE_MEM is set when the source of the propagation was not another MEM. Then, it is safe not to treat non-read-only MEMs as ``opaque'' objects. */ - PR_HANDLE_MEM = 2, + PR_HANDLE_MEM = 2 };
Committed as 133833. Paolo