--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-04-25 03:38
---
Fixed in 4.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from dje at gcc dot gnu dot org 2006-04-25 04:24 ---
This optimization occurred in 4.1 between life2 and lreg:
life2:
(insn 24 23 25 2 (set (reg:SI 126)
(const_int -503316480 [0xe200])) 279 {*movsi_internal1}
(nil)
(nil))
(insn 30 29 31 2 (paralle
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-04-25 06:04
---
(In reply to comment #2)
> This was fixed for the non windows case for sure.
Yes:
$ cat ftesti.f90
subroutine print_from_gfortran(txt)
implicit none
character :: txt
print *,txt
end subroutine print_from_
--- Comment #5 from bonzini at gnu dot org 2006-04-25 06:37 ---
Sure. The code meant to do so using trunc_int_for_mode, but it does not work
because constop is unsigned. The trunc_int_for_mode was introduced in
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01397.html to cure a similar I
101 - 104 of 104 matches
Mail list logo