From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Harvey Harrison <harvey.harrison@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
josh@freedesktop.org
Subject: Re: [PATCH 7/7] asm-generic: suppress sparse warning in ioctl.h
Date: Thu, 3 Apr 2008 02:34:20 +0100 [thread overview]
Message-ID: <20080403013420.GV9785@ZenIV.linux.org.uk> (raw)
In-Reply-To: <alpine.LFD.1.00.0804021752040.14670@woody.linux-foundation.org>
On Wed, Apr 02, 2008 at 05:57:54PM -0700, Linus Torvalds wrote:
>
>
> On Wed, 2 Apr 2008, Harvey Harrison wrote:
> >
> > 1 ? 0 : x
> >
> > is not valid in contexts where C requires integer constant expressions.
> > Index in static array initializer is one of those.
>
> So I don't much like this one, because (a) we could just make sparse
> accept it and (b) gcc _does_ accept it and gives us nicer error messages.
Umm... How far do you want sparse to go? You _really_ don't want
bug-for-bug compatibility with gcc - it's far too weird (and that's
even before going into the effects of optimization flags).
BTW, what happened with sparse.git? The last changeset in there (in
/pub/scm/devel/sparse/sparse.git/ on g.k.o) is
commit a02aeb329d5a8f9047c0b75b7e7f64ee2db3ffcf
Author: Josh Triplett <josh@freedesktop.org>
Date: Tue Nov 13 04:15:13 2007 -0800
Makefile: VERSION=0.4.1
and I definitely had seen patches on sparse maillist since then (hell,
sent several myself - including fixes for show_typename(), etc.)
I don't mind doing more liberal ICE handling, *if* we agree on a well-defined
extensions to what C99 says. But I'd rather have some idea of what's pending
the inclusion into the tree...
As for the extensions... Amend 6.6p6 in a way similar to 6.6p3 (i.e. allow
any junk in unevaluated subexpressions)? Making that option-controlled,
probably...
BTW, gcc is very definitely buggy - int a[1 + 0 * x]; is accepted and
that breaks even 6.6p3, let alone 6.6p6. With -pedantic -std=c99 -Wall,
at that.
next prev parent reply other threads:[~2008-04-03 1:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-03 0:33 Harvey Harrison
2008-04-03 0:57 ` Linus Torvalds
2008-04-03 1:34 ` Al Viro [this message]
2008-04-03 1:50 ` Linus Torvalds
2008-04-03 1:59 ` Al Viro
2008-04-03 2:51 ` Linus Torvalds
2008-04-03 2:55 ` Al Viro
2008-04-04 9:19 ` Al Viro
2008-04-03 2:41 ` Al Viro
2008-04-03 20:31 ` Josh Triplett
2008-04-04 1:19 ` Al Viro
2008-04-04 2:00 ` Al Viro
2008-04-04 14:08 ` Derek M Jones
2008-04-04 18:42 ` Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080403013420.GV9785@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=akpm@linux-foundation.org \
--cc=harvey.harrison@gmail.com \
--cc=josh@freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome