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++/51364] C++ interoperability with ISO-C extension DFP types requires explicit typedefs.


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.


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