[Bug fortran/32938] ICE in emit_move_insn with -fdefault-integer-8

2007-07-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-07-31 21:17 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/32938] ICE in emit_move_insn with -fdefault-integer-8

2007-07-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-07-31 21:16 --- Subject: Bug 32938 Author: fxcoudert Date: Tue Jul 31 21:15:45 2007 New Revision: 127106 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127106 Log: PR fortran/32938 * trans-stmt.c (gfc_tra

[Bug fortran/32938] ICE in emit_move_insn with -fdefault-integer-8

2007-07-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-07-31 20:41 --- Minimal reproducer (at -O1, without -fdefault-integer-8): subroutine r (*) integer(kind=8) :: i return i end Mismatch type, fixed by: Index: trans-stmt.c ===