glibc/assert
H.J. Lu 5e17b4c983 tst-assert-c++.cc: Return EXIT_UNSUPPORTED for GCC 4.9 or older
Since assert/tst-assert-c++.cc fails to compile with GCC 4.9:

./tst-assert-c++.cc: In function ‘constexpr int check_constexpr()’:
./tst-assert-c++.cc:30:1: error: body of constexpr function ‘constexpr int check_constexpr()’ not a return-statement
 }
 ^

return EXIT_UNSUPPORTED for GCC 4.9 or older.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-14 19:27:45 +08:00
..
__assert.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
__libc_assert_fail.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert-perr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
assert.h assert: Mark __assert_fail as cold 2024-07-26 20:41:00 +08:00
Depend
Makefile Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test-assert-perr.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
test-assert.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
tst-assert-c++.cc tst-assert-c++.cc: Return EXIT_UNSUPPORTED for GCC 4.9 or older 2024-12-14 19:27:45 +08:00
tst-assert-g++.cc Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Versions