From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: porting a G++ package 29 Jan 1999 18:19:27 -0800 Message-ID: References: <3 DOT 0 DOT 3 DOT 32 DOT 19990128132016 DOT 00914eb0 AT mailhost DOT ims DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Paul Blattner Cc: gnu-win32 AT cygnus DOT com On Thu, 28 Jan 1999, Paul Blattner wrote: > > Most of the .cpp files compile just fine. Three or four, though, cause > cc1plus.exe to abort with a STATUS_ACCESS_VIOLATION exception. > > My CCFLAGS are: -c -fshort-enums -Wall -DLICENCE_H__ > Any abort is a bug in the compiler. Please send me one of the source files that causes this. $ c++ [your CXX flags] -save-temps -c badfile.cpp will create a badfile.ii file. That's the file I need. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".