------- Comment #4 from amylaar at gcc dot gnu dot org 2010-07-01 19:14 -------
Alternatively, we could hookize FLOAT_WORDS_BIG_ENDIAN, and make jcf-parse.c
include target.h so it gets access to the target vector. This would also
be better since then the code in jfc-parse.c no longer depends on the target.
If there are concerns about the performance impact an real.c, we could leave
the interface for the targets to define FLOAT_WORDS_BIG_ENDIAN, and let real.c
use the macro directly, while requiring that front ends use the target hook
defined in targhooks.c .
--
amylaar at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amylaar at gcc dot gnu dot
| |org
OtherBugsDependingO| |44566, 44756
nThis| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44335