This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32447] without-decimal-float needed
- 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: 21 Jun 2007 09:11:38 -0000
- Subject: [Bug middle-end/32447] without-decimal-float needed
- References: <bug-32447-11706@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-21 09:11 -------
You are misrepresenting the problem again. So the issue is that the size of
cc1/cc1plus is increased with the decimal float back-end support. Now
Disabling this support in general is a hard problem. I would dare you to do
#ifdef SUPPORT_DFP around all the uses and see if that works. I doubt it
because the DFP is now embedded inside GCC sources. This is true of vector
support.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |middle-end
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32447