[m-dev.] problem with MCFLAGS
Peter Ross
petdr at cs.mu.OZ.AU
Thu Nov 18 00:18:52 AEDT 1999
The accumulator tests fail at -O5 because runtests puts the -O5 in
EXTRA_MCFLAGS which come after MCFLAGS leading to calls to the compiler
like the following:
mmc file.m --introduce-accumulators -O5
Now while processing the -O5 the first thing it does is reset all
the optimizations to their defaults, and you lose the fact that
--introduce-accumulators was turned on.
Any hints on how to solve this problem?
Pete
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list