Bootstrap failure due to a typo in gcc/fwprop.c

Paolo Bonzini bonzini@gnu.org
Wed Apr 2 12:17:00 GMT 2008


> 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



More information about the Gcc mailing list