[gimplefe] Construction of individual gimple statements for gimple_cond and gimple_label

Diego Novillo dnovillo@google.com
Tue Jul 17 12:46:00 GMT 2012


On Tue, Jul 17, 2012 at 11:01 AM, Sandeep Soni <soni.sandeepb@gmail.com> wrote:
> On Tue, Jul 17, 2012 at 1:22 PM, Bernhard Reutner-Fischer
> <rep.dot.nop@gmail.com> wrote:
>>
>> I'm curious if the coding conventions were relaxed to allow for variable
>> declarations that are not at the beginning of a function or scope?
>>
>> You seem to do this pretty often in the gimplefe..
>>
>> cheers,
>
> Not really. I guess, I am the one at fault for this. I will ensure the
> existing code is fixed so that the conventions are followed. Thanks
> for pointing it out.

Not so much, anymore
(http://gcc.gnu.org/codingconventions.html#Variable).  When gimplefe
is merged into trunk, we will be using the C++ conventions which now
allow this.

No need to change anything, Sandy.


Diego.



More information about the Gcc-patches mailing list