X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/15a1a08a877cfe0ab231d59a5c19201b98df04be..2f130f199a5510f6aa7ac6199e34885242411039:/tests/atlocal.in diff --git a/tests/atlocal.in b/tests/atlocal.in index 649e0743..a545e5e2 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -38,6 +38,9 @@ NO_WERROR_CXXFLAGS='@CXXFLAGS@ @WARN_CXXFLAGS@ @WARN_CXXFLAGS_TEST@' CFLAGS="$NO_WERROR_CFLAGS @WERROR_CFLAGS@" CXXFLAGS="$NO_WERROR_CXXFLAGS @WERROR_CXXFLAGS@" +# C++ variants break strict aliasing analysis. +NO_STRICT_ALIAS_CXXFLAGS='@NO_STRICT_ALIAS_CXXFLAGS@' + # If 'exit 77'; skip all C++ tests; otherwise ':'. BISON_CXX_WORKS='@BISON_CXX_WORKS@'