From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31763 invoked by alias); 8 Dec 2007 22:09:18 -0000 Received: (qmail 31683 invoked by uid 48); 8 Dec 2007 22:09:08 -0000 Date: Sat, 08 Dec 2007 22:09:00 -0000 Message-ID: <20071208220908.31682.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/18026] boz initialization of REALs fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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-12/txt/msg00654.txt.bz2 ------- Comment #17 from burnus at gcc dot gnu dot org 2007-12-08 22:09 ------- Fixed on the trunk (4.3.0). gfortran now transfers the BOZ in DATA inf / Z'7FF0000000000000' / DATA nan / Z'FFF8000000000000' / bitwise to the real/complex variables (contrary to g77 without needing an option such as -ftypeless-boz). Note: As this use of the BOZ is invalid Fortran 95 and 2003 syntax, it is rejected using -std=f95/-std=f2003. gfortran now also supports the Fortran 2003 syntax: r = real(some boz) For the exact description of the non-standard BOZ, see: http://gcc.gnu.org/onlinedocs/gfortran/BOZ-literal-constants.html (Wait a day for the update of that page.) -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18026