From: admin@thurnall.co.uk (ThS)
Subject: bug in cc1plus.exe
30 Jul 1997 10:52:06 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <nNqV+FARHz3zEwZv.cygnus.gnu-win32@thurnall.co.uk>
Reply-To: ThS <ths@rz.tu-ilmenau.de>
Mime-Version: 1.0
Original-To: gnu-win32@cygnus.com
X-Mailer: Turnpike Version 3.03a <iiOWkACpEUJwTyibvwYhxDrPlx>
Original-Sender: owner-gnu-win32@cygnus.com

bug report for gnuwin32, b18, binary developers' release.
(OS is windows95, everything else standard)

trying to compile this file:

class Time 
{
public:
  static Time now() { return Time(); }
};

class Value 
{
public:
  Value (Time t=Time::now()) {}
};

gives:

bash$ gcc x.cc
(C:\GNUWIN32\B18\H-I386-CYGWIN32\LIB\GCC-LIB\I386-CYGWIN32\CYGNUS-
2.7.2-970404\C
C1PLUS.EXE 1255) In cygwin_except_handler
Out of queue slots!!
Out of queue slots!!

this error is reproducable at least on Win95 and WinNT 4.0, so it
shouldn't be difficult to get the same result. i have no idea whether
the "feature" i use is proper C++, but G++ under Linux handles it the
way i expect it.

i couldn't find a core dump or anything similar, is there such a thing
under Win?

please note that i am not on the list, since email is still printed on
dead trees here ...

                        Thomas
____________________________________
Thurnall PLC  <admin@thurnall.co.uk>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
