jerry gay wrote: > compiling either with msvc 6.0 or 7.1 on win32, parrot behaves > differently wrt 0 vs -0 depending on whether optmizations are enabled.
> nmake realclean && svn up && configure.pl && nmake smoke > ## passes tests, which expect 0 and not -0 > nmake realclean && svn up && configure.pl --optimize && nmake smoke > ## fails tests Quite interesting. Could you please post your CFLAGS and LINKFLAGS for either configuration? Thanks, Ron