Re: GLR causing warning about _Noreturn in C99

Joe Nelson <[email protected]> Thu, 7 Jan 2021 10:26:21 -0600
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
Akim Demaille wrote:
> Thanks for the report.

No problem. Looks like I should have posted it to the bug-bison list
though, rather than here. Oops.

> > 	/* The _Noreturn keyword of C11.  */
> > 	#ifndef _Noreturn
> > 	...
> 
> This piece of code comes from gnulib (well, it was copied-pasted from
> there). This place is touchy and already pretty hairy. I don't want to
> depart from what gnulib does.  After all, this is only a warning.

Ah, in that case I'll report the bug upstream in gnulib. When they fix
it we can copy their updated code.