[Bug c++/81124] [8 Regression] internal compiler error: in operator*, at cp/cp-tree.h:726

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 19 07:18:00 GMT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
namespace std {
inline namespace {
int to_string();
void to_string(int);
}
void to_string();
}
int std::to_string();


More information about the Gcc-bugs mailing list