[Bug c++/30659] New: ICE in undefined template

mrs at apple dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 31 20:27:00 GMT 2007


mrs2 $ ./xgcc -B./ /tmp/t.ii
/tmp/t.ii:1: error: ISO C++ forbids declaration of 'basic_istream' with no type
/tmp/t.ii:1: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
mrs2 $ cat /tmp/t.ii
extern "C" { extern template basic_istream<char>& 
operator>>(basic_istream<char>&, string&);


-- 
           Summary: ICE in undefined template
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mrs at apple dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30659



More information about the Gcc-bugs mailing list