> The test still fails with the following change:
>
> --- /opt/gcc/_clean/gcc/testsuite/gnat.dg/specs/linker_alias.ads2013-08-18
> 17:39:22.0 +0200 +++
> /opt/gcc/work/gcc/testsuite/gnat.dg/specs/linker_alias.ads2013-08-19
> 08:52:35.0 +0200 @@ -5,5 +5,6 @@ package Linker_Alias
> Can you try and add
>
> pragma Weak_External (Var);
>
>on line 8 and see whether it passes? If so, you can commit the patchlet.
The test still fails with the following change:
--- /opt/gcc/_clean/gcc/testsuite/gnat.dg/specs/linker_alias.ads
2013-08-18 17:39:22.0 +0200
+++ /opt
> 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
>
> :0:0: error: only weak aliases are supported in this
> configuration gnatmake
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
:0:0: error: only weak aliases are supported in this configuration
gnatmake: "/opt/gcc/work/g
> http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01417.html
OK,
thank you!
Honza
>
> Thanks in advance.
>
> --
> Eric Botcazou