From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14165 invoked by alias); 10 Oct 2004 16:54:21 -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 14139 invoked by uid 48); 10 Oct 2004 16:54:21 -0000 Date: Sun, 10 Oct 2004 16:54:00 -0000 Message-ID: <20041010165421.14138.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/msg01303.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2004-10-10 16:54 ------- This works with: [tobi@marktplatz tests]$ /home/tobi/tmp/gcc/build/gcc/f951 pr17917.f90 Execution times (seconds) parser : 0.00 ( 0%) usr 0.01 (100%) sys 0.06 (15%) wall varconst : 0.00 ( 0%) usr 0.00 ( 0%) sys 0.01 ( 2%) wall TOTAL : 0.02 0.01 0.41 Extra diagnostic checks enabled; compiler may run slowly. Configure with --disable-checking to disable checks. [tobi@marktplatz tests]$ /home/tobi/tmp/gcc/build/gcc/f951 --version GNU F95 version 3.5.0 20040630 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 3.5.0 20040623 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 [tobi@marktplatz tests]$ And is broken with: [tobi@marktplatz tests]$ /home/tobi/usr/libexec/gcc/i686-pc-linux-gnu/3.5.0/f951 pr17917.f90 pr17917.f90:0: internal compiler error: backend decl for module variable a already exists Please submit a full bug report, with preprocessed source if appropriate. See for instructions. [tobi@marktplatz tests]$ /home/tobi/usr/libexec/gcc/i686-pc-linux-gnu/3.5.0/f951 --version GNU F95 version 3.5.0 20040829 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 3.5.0 20040822 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 So a change somewhere in between 2004-06-23 and 2004-08-22 must have caused this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17917