
3 Nov
2006
3 Nov
'06
10:45 a.m.
$ g++ -O2 -frounding-math bug.cc $ a.out 123456792 123456792 123456792 123456792 123456792 123456792 123456784 123456784 $ g++ -O2 -fno-inline -frounding-math bug.cc $ a.out 123456784 123456792 123456784 123456792 123456784 123456792 123456784 123456792
Someone knows if this is the expected behaviour?
GCC bugs apart we definitely need a way to avoid this mess, someone knows a way?
--
Abramo Bagnara mailto:abramobagnara@tin.it
Opera Unica Phone: +39.0546.656023
Via Emilia Interna, 140
48014 Castel Bolognese (RA) - Italy