From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Richard Henderson , egcs@cygnus.com Subject: Re: egcs-980129, fixed ambiguous `else' warnings in the gcc/f/ dir. Date: Thu, 12 Feb 1998 19:36:00 -0000 Message-id: References: <199802112157.QAA27162@caip.rutgers.edu> <19980212011618.42585.cygnus.egcs@dot.cygnus.com> X-SW-Source: 1998-02/msg00554.html >>>>> Richard Henderson writes: > It would be my preference that the pieces of the patch like this, > in which the if-then-else tree is full, _not_ be installed. This > will remind us that we should fix the bug in the warning code. The GNU coding standards already call for a nested if to be wrapped in braces, regardless of whether or not it is actually ambiguous... Jason