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