
9 Sep
2010
9 Sep
'10
3:05 p.m.
Hi!
[...]
thanks for the update. How about changing all the #ifndef __alpha__ to
#if !defined(__alpha__) \ || !defined(__GNUC__) \ || __GNUC__ > 4 \ || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
Although this is completely up to you to decide, I just wanted to add that this only concerns the test suite; so maybe it's even better to make it fail such that people notice there might be a problem on their system.
Best regards, Michael