From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27902 invoked by alias); 8 Jan 2007 13:03:30 -0000 Received: (qmail 27835 invoked by uid 48); 8 Jan 2007 13:03:18 -0000 Date: Mon, 08 Jan 2007 13:03:00 -0000 Subject: [Bug fortran/30406] New: ICE in LOGICAL(8) functions X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00517.txt.bz2 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 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