On Thu, 2013-08-01 at 10:58 -1000, Richard Henderson wrote:
[...]
> Ok.
Thanks; committed to svn trunk as r201681 (having rebootstrap and
tested).
On 07/26/2013 05:04 AM, David Malcolm wrote:
> gcc/testsuite/
>
> Example of converting global state to per-pass state.
>
> * gcc.dg/plugin/one_time_plugin.c (one_pass::execute): Convert
> global state "static int counter" to...
> (one_pass::counter): ...this instance data
gcc/testsuite/
Example of converting global state to per-pass state.
* gcc.dg/plugin/one_time_plugin.c (one_pass::execute): Convert
global state "static int counter" to...
(one_pass::counter): ...this instance data.
---
gcc/testsuite/gcc.dg/plugin/one_time_plugin.