re PR testsuite/28950 (regex wrong for testing on darwin in gcc/testsuite/gcc.target/powerpc/ppc-and-1.c)
2006-09-11 Jack Howarth <howarth@bromo.med.uc.edu> PR testsuite/28950 * gcc.target/powerpc/ppc-and-1.c: Fix regex. From-SVN: r116867
This commit is contained in:
parent
893512c990
commit
df29fa4d8b
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-11 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
PR testsuite/28950
|
||||
* gcc.target/powerpc/ppc-and-1.c: Fix regex.
|
||||
|
||||
2006-09-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/13685
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
/* { dg-final { scan-assembler "rlwinm \[0-9\]+,\[0-9\]+,0,0,30" } } */
|
||||
/* { dg-final { scan-assembler "rlwinm \[0-9\]+,\[0-9\]+,0,29,30" } } */
|
||||
/* { dg-final { scan-assembler "rlwinm r?\[0-9\]+,r?\[0-9\]+,0,0,30" } } */
|
||||
/* { dg-final { scan-assembler "rlwinm r?\[0-9\]+,r?\[0-9\]+,0,29,30" } } */
|
||||
/* { dg-final { scan-assembler-not "rldicr" } } */
|
||||
|
||||
/* Origin:Pete Steinmetz <steinmtz@us.ibm.com> */
|
||||
|
|
Loading…
Add table
Reference in a new issue