------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-29 
16:14 -------
Reduced to:
typedef long unsigned int size_t;
struct ACEXML_SAXPrint_Handler
{
  void print_indent ();
  size_t indent_;
};
int f();
void
ACEXML_SAXPrint_Handler::print_indent (void)
{
  for (size_t i = 0; i < this->indent_; ++i)
      f ();
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18718

Reply via email to