gcc-patches@gcc.gnu.org
[Top] [All Lists]

Re: PING: [patch] Fix PR c/27718: ICE with sizeof of incomplete type

Subject: Re: PING: [patch] Fix PR c/27718: ICE with sizeof of incomplete type
From: Bernd Schmidt
Date: Mon, 29 May 2006 18:45:26 +0200
Volker Reichelt wrote:
On 29 May, Bernd Schmidt wrote:
This looks ok except for the formatting of the ?: operator.

Should I write it like this?

+  pop_maybe_used (type != error_mark_node
+                 ? C_TYPE_VARIABLE_SIZE (type) : false);

Better.  Basically, align with the character after the opening paren.


Bernd

<Prev in Thread] Current Thread [Next in Thread>