From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16298 invoked by alias); 26 Nov 2007 00:12:36 -0000 Received: (qmail 16279 invoked by uid 48); 26 Nov 2007 00:12:27 -0000 Date: Mon, 26 Nov 2007 00:12:00 -0000 Message-ID: <20071126001227.16278.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/34230] Expressions of parameters evaluated with too high precision In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kargl 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-11/txt/msg02438.txt.bz2 ------- Comment #1 from kargl at gcc dot gnu dot org 2007-11-26 00:12 ------- There is no bug here. You have explicitly disabled range checking. This means that you no longer have a limitation on range in constant folding. It may be help to look at -fdump-parse-tree. YOu don't have an Inf until you actually do the transfer. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34230