mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Satyam Sharma" <satyam.sharma@gmail.com>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: "Robert P. J. Day" <rpjday@mindspring.com>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Ralf Baechle" <ralf@linux-mips.org>
Subject: Re: [PATCH] MIPS: Transform old-style macros to newer "__noreturn" standard.
Date: Sat, 26 May 2007 03:46:48 +0530	[thread overview]
Message-ID: <a781481a0705251516l5de0e95ayae45f7a65e25c8cf@mail.gmail.com> (raw)
In-Reply-To: <4657589F.7050509@zytor.com>

Hi Peter,

On 5/26/07, H. Peter Anvin <hpa@zytor.com> wrote:
> Robert P. J. Day wrote:
> >> ... and declare functions as:
> >>
> >> __noreturn f();
> >>
> >> ... which is the syntactially sane way of doing it.
> >
> > that may be, but keep in mind that gcc allows attributes to *follow*
> > the parameter list as well, and some people might prefer to do the
> > following:
> >
> >   f() __noreturn;
> >
> > that would fail badly if you defined __noreturn as you suggest.
>
> That's equally moronic that saying that "some people might prefer to
> write 'f() void;'", which is what it's *EXACTLY* equivalent to.  Yes,
> they might "prefer" it, but it's syntactically invalid and the compiler
> won't accept it.  As it shouldn't.
>
> __noreturn here takes the syntactic place of the return type, because
> that's what it IS.

But __attribute__((noreturn)) is simply a _function attribute_. Of course,
it is legal / valid only for functions with return-type void, so it does make
sense to combine both void and __attribute__((noreturn)) in the same
macro like you say. But that's not syntactically necessary. In fact,
grepping through the sources, a lot of people do prefer to place the
attribute _after_ the function declarator.

Anyway, I'm fine either way.

Thanks,
Satyam

  reply	other threads:[~2007-05-25 22:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25 18:32 Robert P. J. Day
2007-05-25 18:40 ` H. Peter Anvin
2007-05-25 19:04   ` Robert P. J. Day
2007-05-25 19:38     ` H. Peter Anvin
2007-05-25 21:10       ` Robert P. J. Day
2007-05-25 21:43         ` H. Peter Anvin
2007-05-25 22:16           ` Satyam Sharma [this message]
2007-05-25 22:25             ` H. Peter Anvin
2007-05-25 22:35               ` Satyam Sharma
2007-05-25 22:46                 ` H. Peter Anvin
2007-05-25 22:56                   ` Satyam Sharma
2007-05-26 13:33       ` Robert P. J. Day
2007-05-26 18:10         ` H. Peter Anvin
2007-05-26 23:29           ` H. Peter Anvin

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=a781481a0705251516l5de0e95ayae45f7a65e25c8cf@mail.gmail.com \
    --to=satyam.sharma@gmail.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ralf@linux-mips.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®