This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248]


On 06/15/2016 03:10 PM, Joseph Myers wrote:
that longstanding idiom implies people seeing a warning and
blindly applying it, without thinking about whether there is a real bug

Sure, but now with Gnulib, ignore_value (E) is the new idiom for (void) (E). A careless developer blindly applying ignore_value now is like a careless developer blindly applying a void cast in the good old days.Nothing has changed, really.

If GCC changes again in this area, I hope Gnulib's ignore_value continues to work. It would be a pain to have yet another musical-chairs period during which there is needless confusion.


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