From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14217 invoked by alias); 6 Jan 2007 09:22:10 -0000 Received: (qmail 14163 invoked by uid 48); 6 Jan 2007 09:22:00 -0000 Date: Sat, 06 Jan 2007 09:22:00 -0000 Message-ID: <20070106092200.14162.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29975] [meta-bugs] ICEs with CP2K In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" 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/msg00371.txt.bz2 ------- Comment #46 from burnus at gcc dot gnu dot org 2007-01-06 09:22 ------- (In reply to comment #44) > Current gcc ICEs again on CP2K I tried to reproduce this with gfortran (trunk) of yesterday with CP2k of today - and I failed to get an ICE. I tried then to directly use gfortran-4.2 (also yesterday's version) without any ICE. I also tried gfortran 4.3 20070102. > gfortran -c -O3 -ftree-vectorize -ffast-math -march=opteron -fopenmp > mc_coordinates.f90 > mc_coordinates.f90: In function ‘check_for_overlap’: > mc_coordinates.f90:192: internal compiler error: in operand_equal_p, at > fold-const.c:2539 This is in my CP2k: box_length(1:3)=abc(1:3) where REAL(KIND=dp), DIMENSION(1:3) :: abc, box_length Can you try to find the minimal set of options which causes this bug? e.g. -O0 no -ftree-vectorize -ffast-math, no -fopenmp etc. What is your exact version of gfortran? By the way, I think one should leave in future this PR closed and open new PR; this PR is a wild mixure between a meta bug (5 dependend bugs, now fixed) and a couple of rather independent bugs reported directly here. -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pault at gcc dot gnu dot org|unassigned at gcc dot gnu | |dot org Status|REOPENED |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975