Re: GLR causing warning about _Noreturn in C99

Joe Nelson <[email protected]> Mon, 11 Jan 2021 17:59:23 -0600
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
Joe Nelson wrote:
> Ah, in that case I'll report the bug upstream in gnulib. When they fix
> it we can copy their updated code.

OK, they fixed the bug in gnulib:

https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=077ffc1e416a6be980dd45979547201e572962f6

Here's the updated _Noreturn.h (notice how they now check
__STRICT_ANSI__):

https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/_Noreturn.h;h=cb72f2620604406c9552d7bb5f8ffe578a3aadef;hb=077ffc1e416a6be980dd45979547201e572962f6