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 middle-end/32447] without-decimal-float needed



------- 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


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