diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2018-08-01 13:55:31 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2018-08-01 13:55:31 +0200 |
commit | 42c4ccce729ae19954160339aa2f20e9663408a5 (patch) | |
tree | 6982050d7262f620be0ddbc51c69515ca122fd40 /gcc | |
parent | 4bbea04470d48409ec098f53855eaf7c8665965b (diff) | |
download | gcc-42c4ccce729ae19954160339aa2f20e9663408a5.zip gcc-42c4ccce729ae19954160339aa2f20e9663408a5.tar.gz gcc-42c4ccce729ae19954160339aa2f20e9663408a5.tar.bz2 |
poly-int-07_plugin.c (dg-options): Use -O0.
* gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0.
From-SVN: r263205
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 41db1ca..0743b95 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2018-08-01 Uros Bizjak <ubizjak@gmail.com> + * gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0. + +2018-08-01 Uros Bizjak <ubizjak@gmail.com> + * gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*. 2018-08-01 Martin Liska <mliska@suse.cz> diff --git a/gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c b/gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c index e3203d9..53819d9 100644 --- a/gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c +++ b/gcc/testsuite/gcc.dg/plugin/poly-int-07_plugin.c @@ -1,5 +1,5 @@ /* Not worth spending time optimizing this. */ -/* { dg-options "-O" } */ +/* { dg-options "-O0" } */ #include "config.h" #include "gcc-plugin.h" |