Il 15/10/2012 07:10, Joern Rennecke ha scritto:
> 2012-10-02 Joern Rennecke
>
> * web.c (union_match_dups): Properly handle OP_INOUT match_dups.
>
> http://gcc.gnu.org/ml/gcc-patches/2012-10/msg00189.html
>
Ok.
Paolo
2012-10-02 Joern Rennecke
* web.c (union_match_dups): Properly handle OP_INOUT match_dups.
http://gcc.gnu.org/ml/gcc-patches/2012-10/msg00189.html
Similar to PR43742, the ARCompact port gets an ICE from the current mainline
version of web.c:union_match_dups for its zero overhead loop pattern.
My first attempt at rectifying this was equivalent in effect to the patch
from comment #1 from this patch; that seemed to work well enough.
Later I stu