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]

bug in cc1plus.exe


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".


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