[Bug c++/40357] [4.5 Regression] compiler hang for C++ code
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 22 02:18:00 GMT 2009
------- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-22 02:18 -------
Reduced testcase:
struct XalanCProcessor
{
typedef enum {eInvalid, eXalanSourceTree, eXercesDOM} ParseOptionType;
ParseOptionType getParseOption(void);
};
typedef XalanCProcessor::ParseOptionType ParseOptionType;
ParseOptionType XalanCProcessor::getParseOption(void) {}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40357
More information about the Gcc-bugs
mailing list