This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32314] for gcc-4.2gcc-4disable-decimal-float not working on i686, powerpc, sparc. gcc-4.3.0
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2007 06:26:02 -0000
- Subject: [Bug c/32314] for gcc-4.2gcc-4disable-decimal-float not working on i686, powerpc, sparc. gcc-4.3.0
- References: <bug-32314-11706@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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