This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]