Commit 6f88c663 by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/pr36017.c: Run on all targets, remove -lm from dg-options.

From-SVN: r134637
parent 83322951
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.
/* 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment