https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80662
--- Comment #3 from Jonathan Wakely ---
Further reduced:
namespace std
{
//
struct string
{
string(const char* s) : str(s) { }
const char* str;
};
//
template
struct basic_ostream
{
basic_ostream& operator<<
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80662
Jonathan Wakely changed:
What|Removed |Added
CC|jwakely.gcc at gmail dot com |ville at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80662
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|