Internal compiler error

Igor Markov imarkov@cs.ucla.edu
Wed May 24 07:52:00 GMT 2000


   ok, I resolved the problem by rewriting 
     _counter=++((*iC).second);  // line 195
   as
     iC->second++; _counter=iC->second;

   Hope this info is useful to gcc developers.

						Igor
-- 
  Igor Markov  office: (310) 206-0179   
  http://vlsicad.cs.ucla.edu/~imarkov


More information about the Gcc-bugs mailing list