This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix target/15700


>         * 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]