This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

FW: bug report




-----Original Message-----
From: daemon@cygnus.com [mailto:daemon@cygnus.com] 
Sent: Wednesday, March 01, 2000 2:17 PM
To: kzmudzinski@etcconnect.com
Subject: Re: bug report


Sorry, I am unable to deliver your mail note to egcs-bugs@cygnus.com,
that list name is no longer used.  Please try resending your mail
note to the new list name:  egcs-bugs@egcs.cygnus.com.

If you have any questions about this, send mail to sourcemaster@cygnus.com.
This is a machine-generated message.

Here is a copy of the note you sent.
----------------------------------------------------------------------------
-

This is the environment:

OS: WinNT 4.0 SP 5
Tool: cc886: gcc driver version cygnus-2.7.2-960126 egcs-971225 tornado 2.0
executing gcc version cygnus-2.7.2-960126

This is the compiler output:

D:\SS\net2node\server\server.cpp: In function `void __tcf_1()':
D:\SS\net2node\server\server.cpp:108: Internal compiler error.
D:\SS\net2node\server\server.cpp:108: Please submit a full bug report to
`egcs-bugs@cygnus 

This is the code:

void CSMLMessageSink::RecvMessage(CSMLMessagePDU* pPDU)
{
    static CPALCriticalSection cs;
    CPALCriticalSectionGuard guard(cs);
    // keep track of two sources sending to two channels
    static struct 
    {
        CSMLSerialNumber sn1;
        CSMLSerialNumber sn2;
    } channel1;

Compiler points to the "} channel1;" line when it fails.

Krystof Zmudzinski

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