From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13157 invoked by alias); 11 Oct 2004 16:37:50 -0000 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 Received: (qmail 13150 invoked by uid 48); 11 Oct 2004 16:37:49 -0000 Date: Mon, 11 Oct 2004 16:37:00 -0000 Message-ID: <20041011163749.13149.qmail@sourceware.org> From: "tobi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041009232408.17917.olchansk@panix.com> References: <20041009232408.17917.olchansk@panix.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/17917] gfortran ICE on "equivalence" X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg01433.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2004-10-11 16:37 ------- The most suspicious commits are: 2004-07-10 Tobias Schlueter Paul Brook PR fortran/13415 * trans-common.c (calculate_length): Remove ... (get_segment_info): Merge into here. Save field type. (build_field): Use saved type. (create_common, new_condition, new_segment, finish_equivalences): Use new get_segment_info. * trans-types.c: Update comment. 2004-07-10 Tobias Schlueter * trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in common, because we ... (gfc_generate_module_vars): Call gfc_trans_common. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917