This is the mail archive of the gcc-bugs@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]

[Bug target/83838] Many gcc.target/i386/indirect-thunk*.c tests FAIL


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83838

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2018-01-14
     Ever confirmed|0                           |1

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
There are

/* Only recent versions of Solaris 11 ld properly support hidden .gnu.linkonce
   sections, so don't use them.  */
#ifndef USE_GLD
#define USE_HIDDEN_LINKONCE 0
#endif

But GCC generates comdat:

        .section       
.text.__x86_indirect_thunk,"axG",@progbits,__x86_indirec
t_thunk,comdat
        .globl  __x86_indirect_thunk
        .hidden __x86_indirect_thunk
        .type   __x86_indirect_thunk, @function

Does Solaris ld support comdat?

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