From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4803 invoked by alias); 15 Mar 2005 21:05:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4778 invoked by uid 48); 15 Mar 2005 21:05:49 -0000 Date: Tue, 15 Mar 2005 21:05:00 -0000 Message-ID: <20050315210549.4777.qmail@sourceware.org> From: "kargl at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041015213354.18026.anlauf@hep.tu-darmstadt.de> References: <20041015213354.18026.anlauf@hep.tu-darmstadt.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/18026] boz initialization of REALs fails X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01855.txt.bz2 List-Id: ------- Additional Comments From kargl at gcc dot gnu dot org 2005-03-15 21:05 ------- I've removed the "reject-valid" keyward because the code is not valid Fortran 95. From section 5.2.10, we have: If a data-statement-constant is a boz-literal-constant, the corresponding object shall be of type integer. A data-stmt-constant that is a boz-literal-constant is treated as if the constant were an int-literal- constant with a kind-param that specifies the representation method with the largest decimal exponent range supported by the processor. -- What |Removed |Added ---------------------------------------------------------------------------- Keywords|rejects-valid | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18026