This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ping] Fix error recovery issue with alias
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc-patches at gcc dot gnu dot org
- Cc: ebotcazou at adacore dot com
- Date: Sun, 18 Aug 2013 19:21:08 +0200
- Subject: Re: [ping] Fix error recovery issue with alias
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
Dominique