From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4586 invoked by alias); 15 Oct 2009 07:59:40 -0000 Received: (qmail 4521 invoked by uid 48); 15 Oct 2009 07:59:28 -0000 Date: Thu, 15 Oct 2009 07:59:00 -0000 Message-ID: <20091015075928.4520.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/41712] ETIME not useable with -fdefault-real-8 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2009-10/txt/msg01261.txt.bz2 ------- Comment #1 from dominiq at lps dot ens dot fr 2009-10-15 07:59 ------- The manual reads: VALUES The type shall be REAL, DIMENSION(2). where I understand REAL as REAL(4). Hence if you want to use -fdefault-real-8, you have to avoid the "promotion" of the ETIME argument by using real(4) :: t(2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41712