[m-rev.] for review: enable asm_fast* (and reg*) grades on 64-bit OS X

Julien Fischer jfischer at opturion.com
Thu Sep 4 17:24:46 AEST 2014


On Thu, Sep 4, 2014 at 2:36 PM, Julien Fischer <jfischer at opturion.com>
wrote:

>
> The asm_fast* grades don't seem to currently work on 32-bit OS X due
> to the configure check for GCC labels failing; I am looking into this.


This is possibly related to ASLR -- the configure test passes when compiled
with -fno-pie, however using that option to compile the runtime results in:

../Mmake.common:130: warning: undefined variable 'DESTDIR'
../scripts/mgnuc --grade asm_fast.gc     --c-debug --no-ansi   --
 -fPIC -DMR_PIC \
-c mercury_builtin_types.c -o mercury_builtin_types.pic_o
mercury_hand_compare_body.h:41:Missing operand value assumed absolute 0.
mercury_hand_compare_body.h:41:junk `[.-0b]' after expression
mercury_hand_compare_body.h:41:Missing operand value assumed absolute 0.
...

Cheers,
Julien.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20140904/c7fba37e/attachment.html>


More information about the reviews mailing list