From: "Satyam Sharma" <satyam.sharma@gmail.com>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: "John Anthony Kazos Jr." <jakj@j-a-k-j.com>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Re: any value to "NORET_TYPE" macro?
Date: Tue, 22 May 2007 19:39:59 +0530 [thread overview]
Message-ID: <a781481a0705220709s40b80208h47f1f2f7c00a684d@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0705220959310.14408@localhost.localdomain>
On 5/22/07, Robert P. J. Day <rpjday@mindspring.com> wrote:
> On Tue, 22 May 2007, John Anthony Kazos Jr. wrote:
>
> > > given that:
> > >
> > > $ grep -r "define.*NORET_TYPE" *
> > > include/linux/ext4_fs.h:# define NORET_TYPE /**/
> > > include/linux/linkage.h:#define NORET_TYPE /**/
> > > include/linux/ext3_fs.h:# define NORET_TYPE /**/
> > > $
> > >
> > > is there any obvious value to the 30 or so uses of that macro
> > > sprinkled throughout the tree?
> >
> > Since it evaluates to absolutely empty code during pre-processing,
> > there is no obvious value. The question is whether there is some odd
> > hackish non-obvious value, I'd expect. (I'd also expect that to be
> > another "no".)
> >
> > If something that evaluates to nothingness ("There was nothing
> > left...not even a hole!") actually does anything, then somebody in
> > the standards-compilers-users pipeline needs to be violently beaten
> > for stupidity.
>
>
> actually, one of the folks on the KJ list found this:
>
> http://www.ussg.iu.edu/hypermail/linux/kernel/9605/1957.html
>
> which speaks thusly:
>
> ...
> -#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
> -# define NORET_TYPE __volatile__
> -# define ATTRIB_NORET /**/
> -# define NORET_AND /**/
> -#else
> # define NORET_TYPE /**/
> # define ATTRIB_NORET __attribute__((noreturn))
> # define NORET_AND noreturn,
> -#endif
> ...
>
> so it looks like a thoroughly obsolete macro which can be tossed.
> i'll make the patch and test it.
AFAICT, NORET_TYPE must've been introduced to silence gcc _warnings_,
and not do actually do anything useful that affects functionality in any way.
So the way to "test" your patch would be to see if there is any increase /
decrease in the number of *warnings* blurted out by gcc during kernel build
(best would be to build with various gcc versions on various platforms :-)
Satyam
next prev parent reply other threads:[~2007-05-22 14:10 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-22 13:09 Robert P. J. Day
2007-05-22 13:53 ` John Anthony Kazos Jr.
2007-05-22 14:01 ` Robert P. J. Day
2007-05-22 14:09 ` Satyam Sharma [this message]
2007-05-22 14:16 ` Satyam Sharma
2007-05-22 14:43 ` Krzysztof Halasa
2007-05-22 15:24 ` Satyam Sharma
2007-05-22 19:45 ` Geert Uytterhoeven
2007-05-22 14:47 ` Robert P. J. Day
2007-05-22 13:59 ` Adrian Bunk
2007-05-22 14:04 ` Robert P. J. Day
2007-05-22 16:19 ` Adrian Bunk
2007-05-22 17:04 ` Satyam Sharma
2007-05-22 17:18 ` Robert P. J. Day
2007-05-22 19:25 ` Krzysztof Halasa
2007-05-22 20:17 ` Robert P. J. Day
2007-05-22 20:39 ` Krzysztof Halasa
2007-05-23 8:37 ` Satyam Sharma
2007-05-23 13:09 ` Robert P. J. Day
2007-05-23 13:46 ` Satyam Sharma
2007-05-24 13:10 ` Krzysztof Halasa
2007-05-24 13:25 ` Robert P. J. Day
2007-05-24 17:12 ` Satyam Sharma
2007-05-24 16:43 ` Robert P. J. Day
2007-05-24 18:53 ` Satyam Sharma
2007-05-25 17:33 ` Robert P. J. Day
2007-05-25 17:36 ` Robert P. J. Day
2007-05-25 19:25 ` Satyam Sharma
2007-05-25 19:40 ` Robert P. J. Day
2007-05-25 21:46 ` Adrian Bunk
2007-05-26 21:56 ` Krzysztof Halasa
2007-05-22 22:41 ` Krzysztof Halasa
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=a781481a0705220709s40b80208h47f1f2f7c00a684d@mail.gmail.com \
--to=satyam.sharma@gmail.com \
--cc=jakj@j-a-k-j.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.com \
/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
all inboxes | Powered by JetHome®