diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/plugin/one_time_plugin.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/one_time_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c b/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c index 4bd99f12830..45e6257c070 100644 --- a/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c +++ b/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c @@ -32,6 +32,7 @@ struct gimple_opt_pass one_pass = { GIMPLE_PASS, "cfg", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ one_pass_gate, /* gate */ one_pass_exec, /* execute */ NULL, /* sub */ |