From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19976 invoked by alias); 29 Jan 2009 21:52:12 -0000 Received: (qmail 19945 invoked by uid 48); 29 Jan 2009 21:52:02 -0000 Date: Thu, 29 Jan 2009 21:52:00 -0000 Message-ID: <20090129215202.19944.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39027] double floating point suffix of 'd' and 'D' not accepted In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tydeman at tybor dot com" 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-01/txt/msg03273.txt.bz2 ------- Comment #3 from tydeman at tybor dot com 2009-01-29 21:52 ------- The Decimal Floating-Point Technical Report (WG14/N1176 and later) added the suffixes 'd' and 'D' to indicate (binary) double, and 'dd' and 'DD' to indicate decimal double (_Decimal64). The suffixes 'd' and 'D' are in addition to unsuffixed decimal floating constants (all three mean 'double'). This is pages 12 and 13 in N1176, section 7 Constants, which is changing C99 section 6.4.4.2 floating-suffix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39027