Hugh Sasse <[EMAIL PROTECTED]> writes: > > mov 0, %o1 > call printf, 0
Ah dear, thanks, gcc has optimized it out. I'll change the test
program to something like
#include <math.h>
volatile double x = 0.0;
int main () { return (isinf(x) != 0); }
probably adding a check for "volatile" as well though.
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
