https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78822
--- Comment #8 from janus at gcc dot gnu.org --- In general, doesn't this whole memory issue severely limit the usefulness of C++ as an implementation language for GCC? It seems to imply that we cannot use *any* STL containers? Or do I misunderstand something here? Again, in the go FE, I see not only extensive usage of std::string, but also std::vector etc. I'd like to know why that is ok in the go FE, but not in gfortran?