------- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-12-21 05:28 ------- This little patch eliminates the misalignment of output characters with -m32 and gets rid of a many many valgrind errors.
@@ -628,7 +637,7 @@ output_float_FMT_G_ ## x (st_parameter_d \ while (low <= high)\ { \ - GFC_REAL_ ## x temp;\ + float temp;\ mid = (low + high) / 2;\ \ temp = 0.1 * calculate_exp_ ## x (mid) - 0.5\ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37472