slsr-8.c: Allow widening multiplications.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 14 Jan 2013 18:11:19 +0000 (18:11 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 14 Jan 2013 18:11:19 +0000 (18:11 +0000)
gcc/testsuite/
* gcc.dg/tree-ssa/slsr-8.c: Allow widening multiplications.

From-SVN: r195161

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

index 3d3c5cc6b25ac83c5e3d4d554865efc641937ba6..d561e3cb062c5a54df1828e861b3ec6df6277bcb 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 c2e9b615568db104b35435676425e2b58ecd2b89..e78e9c004bd20793b296c60ebbf6ed2f6a6f7685 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" } } */