]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/reg-stack.c
*** empty log message ***
[gcc.git] / gcc / reg-stack.c
index 3f40732e079831678875122213e93df33484422a..8b150050db90abffde58c1ef5152ab0e7187c2f0 100644 (file)
@@ -561,7 +561,6 @@ constrain_asm_operands (n_operands, operands, operand_constraints,
              case '=':
              case '+':
              case '?':
-             case '#':
              case '&':
              case '!':
              case '*':
@@ -569,6 +568,11 @@ constrain_asm_operands (n_operands, operands, operand_constraints,
                /* Ignore these. */
                break;
 
+             case '#':
+               /* Ignore rest of this alternative. */
+               while (*p && *p != ',') p++;
+               break;
+
              case '0':
              case '1':
              case '2':
This page took 0.027865 seconds and 5 git commands to generate.