Does gcc support _Decimal64 (libdecnumber) in Fedora [solved]
When compiling a program that defines _Decimal64 or _Decimal128 gcc issues an error "unkown typename _Decimal64".
Is gcc under Fedora compiled with --enable-decimal-float as "yes" or "bid" or "dpd"?
I run Fedora 26:
Linux <hostname> 4.12.9-300.fc26.x86_64 #1 SMP Fri Aug 25 13:09:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
gcc --version:
gcc (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I had to change to header to include
solved
because I don't have the karma to accept my own answer.