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 c++/65731] _ZSt8__fill_aIPmiEN9__gnu_cxx11__enable_ifIXsr11__is_scalarIT0_EE7__valueEvE6__typeET_S6_RKS3_ not demanglable


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-12-02
          Component|other                       |c++
     Ever confirmed|0                           |1

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
__gnu_cxx::__enable_if<__is_scalar<int>::__value, int*>::__type
std::__fill_n_a<int*, unsigned long, int>(int*, unsigned long, int const&)

and

__gnu_cxx::__enable_if<__is_scalar<int>::__value, void>::__type
std::__fill_a<unsigned long*, int>(unsigned long*, unsigned long*, int const&)

would be the correct answer.

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