[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070624195952.GD21478@ftp.linux.org.uk>
Date: Sun, 24 Jun 2007 20:59:52 +0100
From: Al Viro <viro@....linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-sparse@...r.kernel.org
Subject: Re: [PATCH 16/16] fix handling of integer constant expressions
On Sun, Jun 24, 2007 at 12:04:44PM -0700, Linus Torvalds wrote:
>
>
> On Sun, 24 Jun 2007, Al Viro wrote:
> >
> > Why? I'd say it's not better than BUILD_BUG_ON_ZERO() use
> > instead of that ?:
>
> Oh, _that_ part I have no problem with. It's more that it seems that the
> gcc optimization is ok at least as an extension.
gcc logs:
* expressions of form <....> can be reduced to cheaper form
by <....>. Tested and merged.
gcc logs a year later:
* revert commit <...>, it causes subtle problems (see PR<....>,
<....> and <....>). Proposed replacement is too intrusive
for stable branch.
gcc logs a month later:
* tested and merged the real fix for PR<....>; will go into the
next release.
foobar logs a year later:
* gcc versions between <...> and <...> refuse to compile baz.c,
complain about non-constant index in initializer. Waded through
the sewers of macros we have in barf.h and blah.h, found what
had been causing that. Fixed.
Ain't fun...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists