The following prints -1; this is undefined behavior per C99 spec ยง6.3.1.4, but it's
odd nonetheless, and
inconsistent with two similar cases, below:
volatile const register float arg2_float_195 = FLT_MAX/666.0;
printf( " \t %s %lld \n " , "" , ( long long )arg2_float_195
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-06-16 17:58
---
Subject: Bug 15993
CVSROOT:/cvs/gcc
Module name:gcc
Branch: apple-ppc-branch
Changes by: [EMAIL PROTECTED] 2004-06-16 17:58:02
Modified files:
gcc: Chan