[Bug debug/32507] internal compiler error
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 26 23:33:00 GMT 2007
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-26 23:33 -------
Reduced testcase:
namespace a
{
class basic_stringstream {};
typedef basic_stringstream istream;
typedef basic_stringstream stringstream;
}
using namespace a;
void PerformTest02 ()
{
struct Manipulators
{
static istream & IgnoreSpace (istream & anInputStream) {}
};
stringstream objStream;
Manipulators::IgnoreSpace(objStream);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32507
More information about the Gcc-bugs
mailing list