On Thu, 31 Dec 2015, Dominik Vogt wrote:

The minimal failing program is

-- abs.C --
#include <stdlib.h>
static float (*p1_)(float) = abs;
-- abs.C --

This is allowed to fail. If you include math.h (in addition or instead of stdlib.h), it has to work (gcc bug if it doesn't).

See also
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#2294

--
Marc Glisse

Reply via email to