This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37383] optimization - compiler crash
- From: "dckorah at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2008 13:50:26 -0000
- Subject: [Bug c++/37383] optimization - compiler crash
- References: <bug-37383-16669@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dckorah at gmail dot com 2008-09-05 13:50 -------
Here is the output without the optimization options
g++ main.cpp expenditure_category.h expenditure_category.cpp
expenditure_category.h: In member function ?bool
expenditure::category_compare::operator()(const expenditure::category&, const
expenditure::category&) const?:
expenditure_category.h:33: error: ?parent1? was not declared in this scope
expenditure_category.h: In member function ?bool
expenditure::category_compare::operator()(const expenditure::category&, const
expenditure::category&) const?:
expenditure_category.h:33: error: ?parent1? was not declared in this scope
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37383