Re: g++ bug

2007-09-16 Thread Greg Chicares
ICE on invalid code. On 2007-09-16 14:14Z, Alexander Favorov wrote: > > typedef enum {unknown_output=-1,text_output=0,comment_output=1,html_output=2} > output_mode_type; '::text_output' is an enumerator. > class Diagnostics:public ostringstream > { ... > public: > output_mode_type output

Re: g++ bug

2007-09-16 Thread Tim Prince
Alexander Favorov wrote: > g++ DiagnosticsTest.cpp > > produces such an output: > > In file included from DiagnosticsTest.cpp:6: > Diagnostics.hpp:29: internal compiler error: in > type_dependent_expression_p, at cp/pt.c:12037 > Please submit a full bug report, > with preprocessed source if appro