This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix target/15700
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 30 Mar 2005 13:43:09 +0200
- Subject: Re: fix target/15700
- References: <20050316175425.GA1548@redhat.com>
> * gcc.c-torture/compile/20040323-1.c: Don't xfail for solaris.
> (_rtld_global): New.
Thanks to Jakub's patch, the test now almost passes on Solaris, but only if
_rtld_global doesn't end up being COMMON. May I initialize it to 1?
Btw, __attribute__((alias)) is not documented in the manual for variables,
only for functions. What's the exact semantics for variables? ATM the
compiler chokes if the renaming declaration is not 'extern':
20040323-1.c:5: error: '_rtld_local' defined both normally and as an alias
--
Eric Botcazou