[Bug fortran/30406] New: ICE in LOGICAL(8) functions
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Mon Jan 8 13:03:00 GMT 2007
The following code:
function f(l)
logical(8) :: f
logical(8) :: l
f = .not.l
end function f
gives:
logic_sim.f90: In function 'f':
logic_sim.f90:1: internal compiler error: in emit_move_insn, at expr.c:3276
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE in LOGICAL(8) functions
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dominiq at lps dot ens dot fr
GCC target triplet: powerpc-apple-darwin7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406
More information about the Gcc-bugs
mailing list