[PATCH, i386]: Fix gcc.c-torture/compile/pr41634.c FAIL

Richard Henderson rth@redhat.com
Tue Nov 10 18:00:00 GMT 2015


On 11/10/2015 06:54 PM, Uros Bizjak wrote:
> -      return "movabs{<imodesuffix>}\t{%1, %0|%0, %1}";
> +      return "movabs{<imodesuffix>}\t{%1, %P0|[%P0], %1}";

The thing that's missing from this, that's present in the patch that I sent you 
off-list, is the <iptrsize> thing for Intel syntax.

Would you prefer to just add that back here via <iptrsize>, rather than using a 
new %v specifier like in my patch?


r~



More information about the Gcc-patches mailing list