RE: Broken bootstrap of gcc on cygwin in gengtype

2007-03-28 Thread Dave Korn
On 28 March 2007 11:57, Kai Tietz wrote: > Hello, > > I noticed a seg-fault in gengtype on cygwin bootstap. Guilty seem to be, > that in method "oprintf" the standard c-library call "vsnprintf" is used, > which is on MSVCRT broken. By a patching it to use vasnprintf it seems to > work. Did somebo

Broken bootstrap of gcc on cygwin in gengtype

2007-03-28 Thread Kai Tietz
Hello, I noticed a seg-fault in gengtype on cygwin bootstap. Guilty seem to be, that in method "oprintf" the standard c-library call "vsnprintf" is used, which is on MSVCRT broken. By a patching it to use vasnprintf it seems to work. Did somebody noticed this problem too ? Regards, i.A. Kai T