Skip to content

work around GCC bug 108860

Alexandre Duret-Lutz requested to merge adl/warn into next

GCC 12/13/14 can emit spurious warnings for something as innocent as vec.insert(vec.begin(), 12)... Reported by Antoine Martin and Quentin Rataud.

  • m4/gccwarn.m4: Test the above code and disable GCC's -Wnull-dereference warning if necessary.

Merge request reports