------- Additional Comments From joseph at codesourcery dot com 2005-02-16 06:51 ------- Subject: Re: missing warning for noreturn function returning non-void
On Wed, 16 Feb 2005, zack at codesourcery dot com wrote: > ... because the attribute used to get translated to a volatile qualifier > on the function type, iirc. It does still get translated - but not until some time after grokdeclarator where the warning is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20000