This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/32507] internal compiler error



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]