From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: porting a G++ package
29 Jan 1999 18:19:27 -0800
Message-ID: <Pine.SUN.3.93.990129102045.11065I-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <3.0.3.32.19990128132016.00914eb0@mailhost.ims.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Paul Blattner <cxpaulb@ims.com>
Cc: gnu-win32@cygnus.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@cygnus.com" with one line of text: "help".
