This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

exception from cc1plus.exe


I have a problem compiling under gnu-win32.b18:

 C:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\i386-cygwin32\cygnus-2.7.2-970404\cc1plus.exe C:\WINDOWS\TEMP\cc001073.ii -quiet -dumpbase hgraphtest.cc -g -Wall -Wmissing-prototypes -version -frepo -o C:\WINDOWS\TEMP\cc001073.s
GNU C++ version cygnus-2.7.2-970404 (i386-cygwin32) compiled by GNU C version cygnus-2.7.2-970404.
In file included from ../incl/TURBO/hgraph.h:54,
                 from hgraphtest.cpp:2:
../incl/TURBO/islist.h:45: warning: base class `class slist_base<L>' has a non-virtual destructor
In file included from hgraphtest.cpp:2:
../incl/TURBO/hgraph.h:160: warning: base class `class slist_base<L>' has a non-virtual destructor
(C:\GNUWIN32\B18\H-I386-CYGWIN32\LIB\GCC-LIB\I386-CYGWIN32\CYGNUS-2.7.2-970404\CC1PLUS.EXE 1075) In cygwin_except_handler

I added an virtual destructor to the class, but still the warning is
issued.
What is worse, cc1plus.exe raises an exeption.

The program compiles fine with gcc 2.7.2.1 under Solaris and Linux.

Is this the right place to report the problem, and should I provide more
material?

All this under Windows 95.

Thanks for any help!

	-ulrich
-- 

----------------------------------------------------------------------------
Ulrich Lauther          ph: +49 89 636 48834 fx: ... 636 42284
Siemens ZT AN 1         Internet: Ulrich.Lauther@mchp.siemens.de
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]