mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 05:36:47 +08:00
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
This commit is contained in:
parent
f61580d461
commit
8e6e7620b3
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR tree-optimization/40492
|
||||
|
@ -24,6 +24,7 @@ static unsigned int one_pass_exec (void)
|
||||
printf ("Executed more than once \n");
|
||||
}
|
||||
counter++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct gimple_opt_pass one_pass =
|
||||
|
Loading…
Reference in New Issue
Block a user