[Bug c++/65731] _ZSt8__fill_aIPmiEN9__gnu_cxx11__enable_ifIXsr11__is_scalarIT0_EE7__valueEvE6__typeET_S6_RKS3_ not demanglable

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 2 09:29:00 GMT 2015


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.


More information about the Gcc-bugs mailing list