From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19781 invoked by alias); 30 Jan 2009 00:18:28 -0000 Received: (qmail 19764 invoked by uid 48); 30 Jan 2009 00:18:19 -0000 Date: Fri, 30 Jan 2009 00:18:00 -0000 Subject: [Bug c/39032] New: DEC_INFINITY missing from X-Bugzilla-Reason: CC Message-ID: 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/msg03288.txt.bz2 gcc 4.3.2-7 with command line option -std=gnu99 of /* DFP TR 24732 == WG14 / N1176, N1312 */ #define __STDC_WANT_DEC_FP__ /* Tell implementation that we want Decimal FP */ #include /* DEC_INFINITY */ _Decimal32 d32 = DEC_INFINITY; gets: test2.c:5: warning: ISO C does not support decimal floating point test2.c:5: error: 'DEC_INFINITY' undeclared here (not in a function) janis asked to be CCed on DFP bugs -- Summary: DEC_INFINITY missing from Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tydeman at tybor dot com GCC host triplet: 4.3.2 GCC target triplet: 4.3.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39032