Hi,
I checked in this patch to fix indent in decl.c (duplicate-decls).
H.J.
}
- /* Merge the USED information. */
- if (TREE-USED (olddecl))
- TREE-USED (newdecl) = 1;
- else if (TREE-USED (newdecl))
- TREE-USED (olddecl) = 1;
+ /* Merge the USED information. */
+ if (TREE-USED (olddecl))
+ TREE-USED (newdecl) = 1;
+ else if (TREE-USED (newdecl))
+ TREE-USED (olddecl) = 1;
if (TREE-CODE (newdecl) == FUNCTION-DECL)
{
Index: ChangeLog
===================================================================
2009-06-25 Ian Lance Taylor <iant@google.com>
* call.c (avoid-sign-compare-warnings): New static function.