mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add configure test to ensure GCC bug is fixed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80431 (test is adapted from issue, test does not test for GCC-specific behavior but rather absence of bug, so test is good with other compilers too.)
This commit is contained in:
parent
12a0ae73db
commit
1f4525531e
2 changed files with 67 additions and 0 deletions
|
@ -68,6 +68,9 @@ case "$host_os" in
|
|||
esac
|
||||
|
||||
|
||||
ENSURE_NO_GCC_BUG_80431
|
||||
|
||||
|
||||
# Check for pubsetbuf.
|
||||
AC_MSG_CHECKING([for pubsetbuf])
|
||||
AC_LANG_PUSH(C++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue