work around GCC bug 108860
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.