[llvm-commits] [PATCH 1/3] Disable -Wuninitialized for gcc

Eric Christopher echristo at gmail.com
Thu Jan 10 08:07:05 PST 2013


On Wed, Jan 9, 2013 at 6:08 PM, Joerg Sonnenberger
<joerg at britannica.bec.de>wrote:

> On Wed, Jan 09, 2013 at 10:46:49AM -0800, Eric Christopher wrote:
> > One nit:
> >
> > +if test "$GXX" = "yes"
> > +then
> >
> > is usually done:
> >
> > if test "x$GXX" = "xyes"; then
>
> That style is mostly a workaround for ancient test implementations that
> don't do correct precedence rules.
>

*nod* Also habit, though as I mentioned I'm not wedded to it :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130110/9df41431/attachment.html>


More information about the llvm-commits mailing list