This is the mail archive of the gcc@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]

Re: AIX binaries


David Edelsohn <dje@watson.ibm.com> writes:

| 	My patch re-invokes mknumeric_limits with the xcompiling flag (or
| whatever it was renamed) if the first attempt to run it fails.  If the
| second attempt with xcompiling fails, the developer is SOL and we're back
| to the current behavior.

Hmmm, that sounds a bit contorsious.  I would prefer we pass a flag
telling whether to generate <limits> for native build or a cross (in
which case, it would just have to copy a file somewhere).

| 	Personally, I would rather have include/bits/std_limits.h
| pre-computed in the config/{cpu,os} directory like atomicity.h.  For
| instance, mknumeric_limits assumes that it can ascertain the FP rounding
| mode which the user can change on AIX.

C++ requires the rounding mode to be compile-time constants.

-- Gaby


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