This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/23139] -pedantic -ffast-math breaks working code


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]