This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51364] C++ interoperability with ISO-C extension DFP types requires explicit typedefs.
- From: "janis at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 18 Dec 2011 01:32:43 +0000
- Subject: [Bug c++/51364] C++ interoperability with ISO-C extension DFP types requires explicit typedefs.
- Auto-submitted: auto-generated
- References: <bug-51364-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51364
--- Comment #7 from Janis Johnson <janis at gcc dot gnu.org> 2011-12-18 01:32:43 UTC ---
An executable with decimal float support is very big because the runtime
support is in static libraries, not in shared libraries (DLLs). That will
probably change if it ever gets widespread use.