Commit cfd41b3ac199a4f95fb78ee251e8c8a7c6f86ad1

Paul Eggert 2023-06-02T22:30:52

error: do not evaluate status twice Do this in a different way, so that the status is evaluated once even when not optimizing and when using GCC. * lib/error.in.h (__gl_error_call1) [__GNUC__]: New macro. (__gl_error_call) [__GNUC__]: Use it.