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]

RE: full bug report


BTW - obviously this shouldn't compile (I was tired when I wrote it)
but it probably should complain about a circular reference, rather than
die so ungracefully. It took me a few minutes to understand what it was
talking about.

Thanks again,
Neil


---------- Forwarded message ----------
Date: Thu, 6 May 1999 22:51:52 -0700 (PDT)
From: The Jazz Man <nwatkiss@sfu.ca>
To: egcs-bugs@cygnus.com
Subject: full bug report

g++ -c ipserver.cpp
ipserver.cpp: In function `int main()':
ipserver.cpp:164: Internal compiler error 108.
ipserver.cpp:164: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
ipserver.cpp:164: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.
make: *** [ipserver.o] Error 1

System: Linux 2.1 
Compiler: ecgs-2.91.60
Line 164 (the suspect line)
  signal(SIGINT,signal);

If you require any more specific info, please email me a request at
nwatkiss@sfu.ca

Thanks,
Neil Watkiss
Simon Fraser University
British Columbia, Canada

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