hang in acats testsuite test cxg2014 on hppa2.0w-hp-hpux11.00

John David Anglin dave@hiauly1.hia.nrc.ca
Wed Feb 15 16:50:00 GMT 2006


> + /* The widest floating point format supported by the hardware.  Note that
> +    setting this influences some Ada floating point type sizes, currently
> +    required for GNAT to operate properly.  */
> + #define WIDEST_HARDWARE_FP_SIZE 64

I missed this "new" define and will try it.  Perhaps, this should
take account of the situation when TARGET_SOFT_FLOAT is true.  For
example,

#define WIDEST_HARDWARE_FP_SIZE (TARGET_SOFT_FLOAT ? 0 : 64)

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)



More information about the Gcc mailing list