This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: eliminate warning from libnosys/_exit.c


newlib-owner@sourceware.org wrote on 12/05/2006 09:58:20 AM:
> would adding __attribute__ ((noreturn)) be appropriate as well?


That is the issue is that the function is already marked as noreturn but
as explained by Ben, GCC only recognizes some patterns for noreturn 
functions.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]