From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5445 invoked by alias); 10 Aug 2007 10:31:48 -0000 Received: (qmail 3017 invoked by uid 48); 10 Aug 2007 10:31:34 -0000 Date: Fri, 10 Aug 2007 10:31:00 -0000 Message-ID: <20070810103134.3016.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32933] ICE in simplify_subreg with -fdefault-integer-8 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00711.txt.bz2 ------- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-08-10 10:31 ------- (In reply to comment #2) > But there is, internally with __builtin_isnan. And that's where I got it wrong. In the Fortran front-end, boolean_type_node is an integer of the default logical kind, while I thought it was coming from the middle-end (as an int) and hence did not depend on Fortran kinds. I'm testing patches for both this and bounds_check_5.f90, by adding conversions at the right places. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2007-08-08 15:24:37 |2007-08-10 10:31:34 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933