[Bug c++/26036] New: Treating a class object as a function with member variables causes hang

2006-01-30 Thread ben at pc-doctor dot com
erity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ben at pc-doctor dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26036

[Bug c++/26036] Treating a class object as a function with member variables causes hang

2006-01-30 Thread ben at pc-doctor dot com
--- Comment #1 from ben at pc-doctor dot com 2006-01-30 17:41 --- (In reply to comment #0) > Please note that "i" is also undeclared. Err, i is not a variable so ignore that statement. I am assuming gcc is treating the "WrapperClass wrapper0(TestClass(i));