This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, GCC/LTO, ping] Fix PR69866: LTO with def for weak alias in regular object file
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Dominique d'Humi??res <dominiq at lps dot ens dot fr>
- Cc: hubicka Jan <hubicka at ucw dot cz>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 18 Jun 2017 21:56:01 +0200
- Subject: Re: [PATCH, GCC/LTO, ping] Fix PR69866: LTO with def for weak alias in regular object file
- Authentication-results: sourceware.org; auth=none
- References: <D3D5AD20-7A81-4550-87A0-33260BC41450@lps.ens.fr>
> The new test fails on darwin with the usual
>
> FAIL: gcc.dg/lto/pr69866 c_lto_pr69866_0.o-c_lto_pr69866_1.o link, -O0 -flto -flto-partition=none
>
> IMO it requires a
>
> /* { dg-require-alias "" } */
Yep,I will add it shortly.
Honza
>
> directive.
>
> TIA
>
> Dominique