From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28474 invoked by alias); 4 Jun 2006 11:50:04 -0000 Received: (qmail 28388 invoked by uid 48); 4 Jun 2006 11:49:56 -0000 Date: Sun, 04 Jun 2006 11:50:00 -0000 Message-ID: <20060604114956.28387.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/27889] ICE on complex assignment In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00238.txt.bz2 List-Id: ------- Comment #2 from fxcoudert at gcc dot gnu dot org 2006-06-04 11:49 ------- I now also have a slightly different testcase that fails on 4.1.1 and current 4.1 branch, on i686-linux, at optimization levels -O1 or higher: MODULE constraints_module REAL target CONTAINS SUBROUTINE init_constraint COMPLEX struc_fac CALL set_structure_factor RETURN CONTAINS SUBROUTINE set_structure_factor target = CONJG( struc_fac ) * struc_fac END SUBROUTINE set_structure_factor END SUBROUTINE init_constraint END MODULE constraints_module Paul, I'm adding you to the CC list since this looks fully module-related. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC|stevenb dot gcc at gmail dot|paul dot richard dot thomas |com |at cea dot fr Component|middle-end |fortran Last reconfirmed|2006-06-04 11:24:33 |2006-06-04 11:49:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27889