* gcc.dg/pr36017.c: Run on all targets, remove -lm from dg-options.
authorJakub Jelinek <jakub@redhat.com>
Thu, 24 Apr 2008 16:23:05 +0000 (18:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 24 Apr 2008 16:23:05 +0000 (18:23 +0200)
From-SVN: r134637

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr36017.c

index c747fc1a631341a1f898e7c92bdf42fd530c4819..6dd1a838206db2de1f3370ccf968678eeadb619e 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-24  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/pr36017.c: Run on all targets, remove -lm from dg-options.
+
 2008-04-24  Richard Guenther  <rguenther@suse.de>
 
        * gcc.dg/builtin-constant_p-1.c: New testcase.
index fa36927333d22a45ee31defb0b58f5671589e316..2af71e6006e80058c2acbe19b5e0de7bfe0662f7 100644 (file)
@@ -1,6 +1,6 @@
 /* PR rtl-optimization/36017 */
-/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
-/* { dg-options "-O2 -lm" } */
+/* { dg-do run } */
+/* { dg-options "-O2" } */
 
 extern double sqrt (double);
 extern void abort (void);