[Bug c/32314] for gcc-4.2gcc-4disable-decimal-float not working on i686, powerpc, sparc. gcc-4.3.0
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 13 06:26:00 GMT 2007
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-13 06:26 -------
> Maybe some people should read __carefully__ both the C standard and the new GPL3
What does that mean? There is a working draft of dfp in the C standards
committee
See http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1137.pdf
Also GPLv3 does not apply yet so what do you mean?
Again --disiable-decimal-float just disables the C interface and not the
support library.
Can you give more hints at what you really want from GCC? If you want to
disable unused code, you have to do it manually because it is only partly
unused in the sense it will not be invoked but if you add a front-end that uses
it, you can still use it without recompiling the whole GCC.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32314
More information about the Gcc-bugs
mailing list