re PR target/55565 (FAIL: gcc.target/powerpc/ppc-mov-1.c scan-assembler-not fmr [0-9]+,[0-9]+)
PR target/55565 * gcc.target/powerpc/ppc-mov-1.c: Update scan-assembler-not regex. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r195097
This commit is contained in:
parent
0160442cd2
commit
9dce3dcf36
|
@ -1,3 +1,10 @@
|
|||
2013-01-10 Aldy Hernandez <aldyh@redhat.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/55565
|
||||
* gcc.target/powerpc/ppc-mov-1.c: Update scan-assembler-not
|
||||
regex.
|
||||
|
||||
2013-01-10 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR rtl-optimization/pr55672
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
/* { dg-final { scan-assembler-not "fmr \[0-9\]+,\[0-9\]+" } }
|
||||
/* { dg-final { scan-assembler-not "lfd \(f?\[0-9\]+\),\[^\n\r\]*\[\n\r\]+\[ \t]*fmr f?1,\\1\[\n\r\]+\[ \t]*blr" } } */
|
||||
|
||||
/* Origin:Pete Steinmetz <steinmtz@us.ibm.com> */
|
||||
|
||||
|
|
Loading…
Reference in New Issue