[Bug c++/12559] New: Infinite compilation on invalid C++ code
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 9 22:15:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12559
Summary: Infinite compilation on invalid C++ code
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: falk at debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: alphaev68-unknown-linux-gnu
GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu
falk@juist:/tmp% cat loop1.cc
template<typename A> class C;
template<typename T, typename A = C<T> >
class V { V<A> v; };
class F { V<F> v; };
falk@juist:/tmp% g++-3.3 -c loop1.cc
[hangs]
More information about the Gcc-bugs
mailing list