bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/19] c-stack: use _Noreturn


From: Bruno Haible
Subject: Re: [PATCH 09/19] c-stack: use _Noreturn
Date: Tue, 12 Jul 2011 00:18:41 +0200
User-agent: KMail/1.9.9

Paul Eggert wrote:
> 
> -static void die (int) __attribute__ ((noreturn));
> -static void
> +static _Noreturn void
>  die (int signo)
>  {
> 

I was under the impression that the extra function declaration was needed
because some GCC versions ignore the __attribute__ ((noreturn)) if it is found
in the function definition. No?

Bruno
-- 
In memoriam Zahra Kazemi <http://en.wikipedia.org/wiki/Zahra_Kazemi>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]