summaryrefslogtreecommitdiff
path: root/config/gcc_version.m4
blob: acd0510424c5878ccc550ddfc788bad73e3c0691 (plain)
1
2
3
4
5
6
7
# GCC version 4.5.1 builds Minisat incorrectly with -O2
# and that gives incorrect answers!  Warn the user!
AC_DEFUN([CVC4_GCC_VERSION], [
  if expr "$($CC -dumpversion)" : '4\.5\.1' &>/dev/null; then
    CVC4_INTEGRITY_WARNING="GCC 4.5.1's optimizer is known to make errors building Minisat (and by extension CVC4)"
  fi
])# CVC4_GCC_VERSION
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback