add configure check for broken gcc 4.9.0 and possibly other versions
authorRich Felker <dalias@aerifal.cx>
Mon, 19 May 2014 14:33:28 +0000 (10:33 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 May 2014 21:58:25 +0000 (17:58 -0400)
commite0a0574f6777da8bbcc9a76d4db5c6978b2c27a3
tree113f4d583f1a50a2a704b937759f3a18db8a095b
parentdf70eae24aecc7538e9b6a1189e9362c8a95d77d
add configure check for broken gcc 4.9.0 and possibly other versions

this is gcc bug #61144. the broken compiler is detected, but the user
must manually work around it. this is partly to avoid complex logic
for adding workaround CFLAGS and attempting to recheck with them, and
partly for the sake of letting the user know the compiler is broken
(since the workaround will result in less-efficient code production).

some refactoring was also needed to move the check for gcc outside of
the check for whether to build the compiler wrapper.

(cherry picked from commit 9ca4dae5d895cf816eb1815511aba77a90f6acd7)
configure