On Thu, Aug 11, 2011 at 08:59, Romain Geissler wrote:
> Find attached the updated patch. Retested for regression on x86_64.
Thanks. Committed at rev 177674.
Diego.
On 08/10/2011 05:20 PM, Diego Novillo wrote:
On Mon, Aug 8, 2011 at 07:39, Romain Geissler wrote:
2011/7/20 Diego Novillo:
On Mon, Jul 18, 2011 at 03:06, Romain Geissler
I will commit this patch shortly.
Diego.
Ping !
Romain, please send me a current patch against today's trunk.
Thank
On Mon, Aug 8, 2011 at 07:39, Romain Geissler wrote:
> 2011/7/20 Diego Novillo :
>> On Mon, Jul 18, 2011 at 03:06, Romain Geissler
>> I will commit this patch shortly.
>>
>>
>> Diego.
>>
>
> Ping !
Romain, please send me a current patch against today's trunk.
Thanks. Diego.
2011/7/20 Diego Novillo :
> On Mon, Jul 18, 2011 at 03:06, Romain Geissler
> I will commit this patch shortly.
>
>
> Diego.
>
Ping !
On Mon, Jul 18, 2011 at 03:06, Romain Geissler
wrote:
> 2011/7/11 Romain Geissler :
>> 2011/7/7 Diego Novillo :
>>> OK. This one fell through the cracks in my inbox. Apologies.
>>>
>>>
>>> Diego.
>>
>> Hi,
>>
>> I don't have write access, can you please add the patch to the trunk ?
>>
>> Romain
2011/7/11 Romain Geissler :
> 2011/7/7 Diego Novillo :
>> OK. This one fell through the cracks in my inbox. Apologies.
>>
>>
>> Diego.
>
> Hi,
>
> I don't have write access, can you please add the patch to the trunk ?
>
> Romain Geissler
Ping !
2011/7/7 Diego Novillo :
> OK. This one fell through the cracks in my inbox. Apologies.
>
>
> Diego.
Hi,
I don't have write access, can you please add the patch to the trunk ?
Romain Geissler
On 11-07-07 05:06 , Romain Geissler wrote:
gcc/ChangeLog:
* plugin.def: Add event for finish_decl.
* plugin.c (register_callback, invoke_plugin_callbacks): Same.
* c-decl.c (finish_decl): Invoke callbacks on above event.
* doc/plugins.texi: Document above event.
> On Tue, Dec 22, 2009 at 11:45 AM, Diego Novillo wrote:
>> On Tue, Dec 22, 2009 at 13:00, Brian Hackett wrote:
>>> Hi, this patch adds a new plugin event FINISH_DECL, which is invoked
>>> at every finish_decl in the C and C++ frontends. ?Previously there did
>>> not seem to be a way for a plugin