* gcc.dg/pr36017.c: Run on all targets, remove -lm from dg-options.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2008 16:23:05 +0000 (16:23 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Apr 2008 16:23:05 +0000 (16:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134637 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c747fc1..6dd1a83 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 fa36927..2af71e6 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);