builtins-58.c: Check for pow at the end of words only.
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 4 Feb 2015 11:19:17 +0000 (12:19 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 4 Feb 2015 11:19:17 +0000 (12:19 +0100)
* gcc.dg/builtins-58.c: Check for pow at the end of words only.
* gcc.dg/pr46728-6.c: Ditto.

From-SVN: r220394

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-58.c
gcc/testsuite/gcc.dg/pr46728-6.c

index 09184097073aa17dc2ff57859b3474c1352d57c8..ab7c9ebf4b560ddbe36afdfa211a3c892cf24f41 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * gcc.dg/builtins-58.c: Check for pow at the end of words only.
+       * gcc.dg/pr46728-6.c: Ditto.
+
 2015-02-04  Robert Suchanek  <robert.suchanek@imgtec.com>
 
        * gcc.target/mips/loongson-simd.c: Update comment to clarify the need
index 4c2f351a3c7df1a7b5444a8d36cf55eb5708c0fb..262f162cf5f6b45ce315f753ba95267d66c76f20 100644 (file)
@@ -30,4 +30,4 @@ double test4 (double x)
 }
 #endif
 
-/* { dg-final { scan-assembler-not "pow" } } */
+/* { dg-final { scan-assembler-not {pow\M} } } */
index bcdaf90bdb80985d36de511b9dd33659613b36b5..b566391ddaf8c7ad13f1d8c5d53c18d0cba9f2c0 100644 (file)
@@ -18,4 +18,4 @@ main (int argc, char *argv[])
 }
 
 
-/* { dg-final { scan-assembler-not "pow" } } */
+/* { dg-final { scan-assembler-not {pow\M} } } */