public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite]: Use -O0 for gcc.dg/plugin/poly-int-07_plugin.c ...
@ 2018-08-01 11:59 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2018-08-01 11:59 UTC (permalink / raw)
  To: gcc-patches

... as is the case with all other
gcc.dg/plugin/poly-int-0{1,2,3,4,5,6}_plugin.c testcases. This lowers
testcase wall time from 4min 45 sec to 1min 17sec on a slow target.

2018-08-01  Uros Bizjak  <ubizjak@gmail.com>

    * gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0.

Tested on alphaev68-linux-gnu, committed to mainline as obvious.

Uros.

Index: gcc.dg/plugin/poly-int-07_plugin.c
===================================================================
--- gcc.dg/plugin/poly-int-07_plugin.c  (revision 263193)
+++ gcc.dg/plugin/poly-int-07_plugin.c  (working copy)
@@ -1,5 +1,5 @@
 /* Not worth spending time optimizing this.  */
-/* { dg-options "-O" } */
+/* { dg-options "-O0" } */

 #include "config.h"
 #include "gcc-plugin.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-01 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 11:59 [PATCH, testsuite]: Use -O0 for gcc.dg/plugin/poly-int-07_plugin.c Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).