This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: internal compiler error 109


> 
> //  #include <string> "results" in an internal compiler error 109
> //  (only saying that this doesn't happen if #include <string> is
> //  omitted; this is funny somehow; i filed a report having the opposite
> //  premis resulting in the same error only few days ago. the code *is*
> //  erroneous, i think. :)

Thanks for your bug report. gcc-2.95 19990701 says

a.cc:13: in-class initialization of static data member of non-integral type `const string'

so it appears that the bug has been fixed.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]