http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51364

Domingo Alvarez <mingodad at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mingodad at gmail dot com

--- Comment #6 from Domingo Alvarez <mingodad at gmail dot com> 2011-12-17 
21:05:30 UTC ---
I did a patch to sqlite3 to compile using _Decimal32 and it worked although the
database format isn't the default for a reason that I still don't know, but
when I tried to use it frrom c++ I got this message about missing _Decimal64,
adding the typedef from decimal::decimal* to _Decimal* make it work.

One question if someone can answer is the original sqlite3.exe compiled with
mingw 4.6.1 is about 500KB but when compiled with _Decimal64 it grows to 3MB 6
times bigger is this normal or it's because the decimal implementation is still
in the early stages of development ?

Thanks for any help !

Reply via email to