On 11/20/13 11:59, Diego Novillo wrote:
On Wed, Nov 20, 2013 at 1:40 PM, Jeff Law <l...@redhat.com> wrote:

Do our coding standards allow using default arguments:

extern void push_gimplify_context (bool in_ssa = false,
                                    bool rhs_cond_ok = false);

Yes, as long as they are not expensive to construct (so, PODs mostly).
http://gcc.gnu.org/codingconventions.html#Default
Excellent.    I'd just been too lazy to look.

jeff

Reply via email to