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] assert.h causing problems with older GCC and XLC


On Thursday 17 July 2008 22:58, Jeff Johnston wrote:
> Ken,
>
>   Your patch should be test for C99 first and use __func__, then test
> for __GNUC__ >= 2 as a fall-back as per the information at
> http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html
>
>   I have made the corresponding patch and checked it in.
>
> -- Jeff J.
alright, thank you.
Ken


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