> The test gnat.dg/specs/linker_alias.ads fails on x86_64-apple-darwin10:
> 
> FAIL: gnat.dg/specs/linker_alias.ads  (test for errors, line 5)
> FAIL: gnat.dg/specs/linker_alias.ads (test for excess errors)
> 
> with
> 
> <built-in>:0:0: error: only weak aliases are supported in this
> configuration gnatmake:
> "/opt/gcc/work/gcc/testsuite/gnat.dg/specs/linker_alias.ads" compilation
> error

Can you try and add

  pragma Weak_External (Var);

on line 8 and see whether it passes?  If so, you can commit the patchlet.

-- 
Eric Botcazou

Reply via email to