Am 10.03.2012 11:19, schrieb Tobias Burnus:
Steven Bosscher wrote:
This cleans up some remnants of the ancestors of fortran's convert.c,
which was copied from GNAT IIRC. I would bootstrap&test this, but
trunk appears to be broken for x86_64-linux right now (ICE in
patch_jump_insn). But I can post this
for review, at least.
OK for trunk, after bootstrap+test?
Your patch seems to have caused many Fortran regressions. At least I see
with 185156 only one (known) failure, cf.
http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01069.html
While starting with 185160 there are many, many gfortran failures, cf.
http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01073.html
One error from the log is
/home/tkoenig/trunk/gcc/testsuite/gfortran.dg/gnu_logical_1.F:4:0:
error: type mismatch in binary expression
logical(kind=8)
logical(kind=8)
logical(kind=4)
D.2303 = k8 & l1.26;
Thomas