This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51559] decimal128 operates incorrectly compared to decimal32 and decimal64
- From: "mingodad at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 14 Dec 2011 23:41:16 +0000
- Subject: [Bug c++/51559] decimal128 operates incorrectly compared to decimal32 and decimal64
- Auto-submitted: auto-generated
- References: <bug-51559-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51559
--- Comment #1 from Domingo Alvarez <mingodad at gmail dot com> 2011-12-14 23:41:16 UTC ---
Created attachment 26094
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26094
A c program that demonstrate the same problem
Here is a c program that exibits the same problem, so it's not a c++ only
problem probably it's an intrinsic implementation fault of decimal128.