Re: [PATCH] stdc_rotate_left-tests: pacify -Woverflow
Bruno Haible via Gnulib discussion list <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <7860526.hy9JHpt1j4@cagnes> |
Collin Funk wrote: > How does the attached patch look? I tested them in a glibc build as well > and they work fine there. The purpose of return test_exit_status; is to get a test failure if some assertion failed and CONTINUE_AFTER_ASSERT is defined to 1 (which is the preferred setting in a CI). Can you accommodate it via GNULIB_TEST_STDBIT? Bruno