This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR 23439/23440


On Fri, 2005-09-16 at 22:50 +0200, Volker Reichelt wrote:
> On 16 Sep, Ian Lance Taylor wrote:
> > Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:
> > 
> >> Apart from "SET_EXPR_LOCUS (node, NULL);" vs. "return;" I fail
> >> to see a real difference between this and my version.
> > 
> > There isn't one.  I was more answering Daniel's comment than your
> > patch.
> 
> This cosmetic change won't make Daniel happy, I suppose.

Meh, it just worries me.  I've started to see a lot of functions
recently with if (!arg) return;

If this is a legitimate use (which it seems to be), that's fine.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]