[bug #57277] FAIL: test-canonicalize-lgpl with GCC 10

2019-11-21 Thread Bruno Haible
Follow-up Comment #4, bug #57277 (project findutils): > One can't decorate a function with nonnull attribute and then call the function with NULL. Doing that, an optimizing compiler can do aggressive optimizations. __attribute__ __nonnull__ actually means two things: 1) The compiler may emit warn

[bug #57277] FAIL: test-canonicalize-lgpl with GCC 10

2019-11-21 Thread Martin Liška
Follow-up Comment #3, bug #57277 (project findutils): [comment #1 comment #1:] > First of all, the fix for this should go into gnulib --> adding their ML. > > Then, this test actually wants to verify the behavior of that > function when called with a NULL value (it should return NULL > and set e