From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27723 invoked by alias); 29 Jul 2005 21:15:04 -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 27442 invoked by uid 48); 29 Jul 2005 21:14:59 -0000 Date: Fri, 29 Jul 2005 21:18:00 -0000 Message-ID: <20050729211459.27441.qmail@sourceware.org> From: "thor at math dot tu-berlin dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050729205340.23139.thor@math.tu-berlin.de> References: <20050729205340.23139.thor@math.tu-berlin.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23139] -pedantic -ffast-math breaks working code X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg03927.txt.bz2 List-Id: ------- Additional Comments From thor at math dot tu-berlin dot de 2005-07-29 21:14 ------- As per request, here is the preprocessed source code: int main(int argc,char **argv) { double v = (__extension__ 0x1.0p2047); printf("%f\n",v); return 0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23139