Commit 8e6e7620 by H.J. Lu Committed by H.J. Lu

re PR testsuite/40481 (gcc.dg/plugin/one_time-test-1.c doesn't work on ia64)

2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/40481
	* gcc.dg/plugin/one_time_plugin.c (one_pass_exec): Return 0;

From-SVN: r148795
parent f61580d4
2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/40481
* gcc.dg/plugin/one_time_plugin.c (one_pass_exec): Return 0;
2009-06-22 Martin Jambor <mjambor@suse.cz> 2009-06-22 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/40492 PR tree-optimization/40492
......
...@@ -24,6 +24,7 @@ static unsigned int one_pass_exec (void) ...@@ -24,6 +24,7 @@ static unsigned int one_pass_exec (void)
printf ("Executed more than once \n"); printf ("Executed more than once \n");
} }
counter++; counter++;
return 0;
} }
struct gimple_opt_pass one_pass = struct gimple_opt_pass one_pass =
......
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