[Bug c++/34009] bogus "template with C linkage" from erroneous #line directives

2007-11-06 Thread goffster at gmail dot com
--- Comment #3 from goffster at gmail dot com 2007-11-06 23:40 --- eric-goffs-computer:/tmp egoff$ g++ --version g++ (GCC) 4.2.2 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for

[Bug c++/34009] bogus "template with C linkage" from erroneous #line directives

2007-11-06 Thread goffster at gmail dot com
--- Comment #2 from goffster at gmail dot com 2007-11-06 23:39 --- Created an attachment (id=14493) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14493&action=view) This file succeeds -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34009

[Bug c++/34009] bogus "template with C linkage" from erroneous #line directives

2007-11-06 Thread goffster at gmail dot com
--- Comment #1 from goffster at gmail dot com 2007-11-06 23:38 --- Created an attachment (id=14492) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14492&action=view) This file fails In file included from fails.cpp:2: /usr/include/xercesc/util/XMLEnumerator.hpp:2: error: t

[Bug c++/34009] New: bogus "template with C linkage" from erroneous #line directives

2007-11-06 Thread goffster at gmail dot com
ormal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: goffster at gmail dot com GCC host triplet: Mac OS 10.4 GCC target triplet: native http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34009

[Bug c++/32734] bogus "template with C linkage" from erroneous #line directives

2007-11-06 Thread goffster at gmail dot com
--- Comment #8 from goffster at gmail dot com 2007-11-06 23:32 --- This is clearly not fixed, even in 4.2.2. In file included from fails.cpp:2: /usr/include/xercesc/util/XMLEnumerator.hpp:2: error: template with C linkage -- goffster at gmail dot com changed: What