S/390: Fix litpool-r3-1.c.

gcc/testsuite/ChangeLog:

2016-12-02  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	* gcc.target/s390/litpool-r3-1.c: Fix label number test.

From-SVN: r243161
This commit is contained in:
Dominik Vogt 2016-12-02 08:31:09 +00:00 committed by Andreas Krebbel
parent 0f6f72e805
commit bba13c0c43
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-12-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gcc.target/s390/litpool-r3-1.c: Fix label number test.
2016-12-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
PR target/77822

View File

@ -13,4 +13,4 @@ int foo(void)
return c;
}
/* { dg-final { scan-assembler-times "\tlarl\t%r3,.L3" 1 } } */
/* { dg-final { scan-assembler-times "\tlarl\t%r3,.L\[0-9\]" 1 } } */