gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 18:11:19 +0000 (18:11 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 18:11:19 +0000 (18:11 +0000)
* gcc.dg/tree-ssa/slsr-8.c: Allow widening multiplications.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195161 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/slsr-8.c

index 3d3c5cc..d561e3c 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.dg/tree-ssa/slsr-8.c: Allow widening multiplications.
+
 2013-01-14  Tejas Belagod  <tejas.belagod@arm.com>
 
        * gcc.target/aarch64/aarch64/vect-ld1r-compile-fp.c: New.
index c2e9b61..e78e9c0 100644 (file)
@@ -18,6 +18,7 @@ f (int s, int *c)
 }
 
 /* There are 4 ' * ' instances in the decls (since "int * iftmp.0;" is
-   added), 1 parm, 2 in the code.  */
-/* { dg-final { scan-tree-dump-times " \\* " 7 "optimized" } } */
+   added), 1 parm, 2 in the code.  The second one in the code can be
+   a widening mult.  */
+/* { dg-final { scan-tree-dump-times " w?\\* " 7 "optimized" } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */