bug-gnulib
[Top][All Lists]
Advanced

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

Re: AC_C_NORETURN macro?


From: Vincent Lefevre
Subject: Re: AC_C_NORETURN macro?
Date: Wed, 2 May 2012 02:11:04 +0200
User-agent: Mutt/1.5.21-6201-vl-r48020 (2011-12-20)

On 2012-04-29 18:28:03 +0200, Bruno Haible wrote:
> And clashes regarding the 'noreturn' macro? I don't see any. In a compilation
> unit, the last definition matters, and since both definitions (from gnulib
> and from the other package) are supposedly correct, what is the problem?

If <stdnoreturn.h> (either the standard one or from Gnulib) is used
together with GCC's

  __attribute__ ((noreturn))

in the other package, things will not work as expected.

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



reply via email to

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