re PR target/54156 (New fail on AVX target: gcc.dg/vect/pr53773.c. 190010 vs revision 189996)
2012-08-03 Bill Schmidt <wschmidt@linux.ibm.com> PR target/54156 * testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump. From-SVN: r190131
This commit is contained in:
parent
8f96b84460
commit
d97577ed2c
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-03 Bill Schmidt <wschmidt@linux.ibm.com>
|
||||
|
||||
PR target/54156
|
||||
* testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump.
|
||||
|
||||
2012-08-03 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
PR fortran/54166
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-fdump-tree-optimized" } */
|
||||
|
||||
int
|
||||
foo (int integral, int decimal, int power_ten)
|
||||
|
@ -13,7 +14,7 @@ foo (int integral, int decimal, int power_ten)
|
|||
return integral+decimal;
|
||||
}
|
||||
|
||||
/* Two occurrences in annotations, two in code. */
|
||||
/* { dg-final { scan-tree-dump-times "\\* 10" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "\\* 10" 2 "optimized" } } */
|
||||
/* { dg-final { cleanup-tree-dump "vect" } } */
|
||||
/* { dg-final { cleanup-tree-dump "optimized" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue