From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5274 invoked by alias); 9 Mar 2010 21:06:20 -0000 Received: (qmail 5247 invoked by uid 48); 9 Mar 2010 21:06:09 -0000 Date: Tue, 09 Mar 2010 21:06:00 -0000 Message-ID: <20100309210609.5246.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43310] -pedantic errors on valid code involving PARAMETERs initialized to intrinsic function result 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: 2010-03/txt/msg00864.txt.bz2 ------- Comment #3 from kargl at gcc dot gnu dot org 2010-03-09 21:06 ------- If one is trying to adhere to a Standard then use -std=. -pedantic simply should not be used with gfortran. As for documenting this, see arith.c, the PR's listed there and the mailing list. -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43310