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]

internal compiler error


Hi

I hope the information is useful for you. It is clear that I made quite
many mistakes myself here, but since gcc told me to send it to you...


$ gcc -v
gcc version 2.95.1 19990816 (release)

$ uname -a
Linux swamp 2.2.14 #6 Sat Feb 26 16:20:02 CET 2000 i586 unknown

$ g++ -Wall -I. -Ilibpthr++ -o ProcessingThread.o -c ProcessingThread.cc
ProcessingThread.cc: In method `void * ProcessingThread::main(void *)':
ChessMatch.h:208: `unsigned char ChessMatch::checkChess(bool)' is
private
ProcessingThread.cc:356: within this context
ProcessingThread.cc:465: parse error before `if'
ProcessingThread.cc:465: warning: unused variable `char * rcstr'
ProcessingThread.cc:461: warning: unused variable `int rc'
ProcessingThread.cc:460: warning: unused variable `int matchid'
ProcessingThread.cc:459: warning: unused variable `int opponentid'
ProcessingThread.cc:472: `rcstr' undeclared (first use this function)
ProcessingThread.cc:472: (Each undeclared identifier is reported only
once
ProcessingThread.cc:472: for each function it appears in.)
ProcessingThread.cc:473: `rc' undeclared (first use this function)
ProcessingThread.cc:497: parse error before `else'
ProcessingThread.cc:501: warning: control reaches end of non-void
function `ProcessingThread::main(void *)'
ProcessingThread.cc: At top level:
ProcessingThread.cc:506: parse error before `else'
ProcessingThread.cc:512: parse error before `if'
ProcessingThread.cc:522: syntax error before `++'
ProcessingThread.cc:525: ANSI C++ forbids declaration `matchptr' with no
type
ProcessingThread.cc:525: conflicting types for `int matchptr'
ProcessingThread.cc:509: previous declaration as `int * matchptr'
ProcessingThread.cc:525: initialization to `int' from `int *' lacks a
cast
ProcessingThread.cc:526: ANSI C++ forbids declaration `matchptr' with no
type
ProcessingThread.cc:526: conflicting types for `int * matchptr'
ProcessingThread.cc:525: previous declaration as `int matchptr'
ProcessingThread.cc:527: `connMgr' was not declared in this scope
ProcessingThread.cc:527: implicit declaration of function `int
matchid(...)'
ProcessingThread.cc:527: `connid' was not declared in this scope
ProcessingThread.cc:530: parse error before `try'
ProcessingThread.cc:532: `connid' was not declared in this scope
ProcessingThread.cc:532: syntax error before `.'
ProcessingThread.cc:551: `connid' was not declared in this scope
ProcessingThread.cc:551: syntax error before `.'
ProcessingThread.cc:552: `connid' was not declared in this scope
ProcessingThread.cc:552: syntax error before `.'
cc1plus: register name not specified for ` /* decl error */ '
/usr/lib/gcc-lib/i386-linux/2.95.1/../../../../include/g++-3/stl_map.h:76:
Internal compiler error in `make_decl_rtl', at varasm.c:738
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
make: *** [ProcessingThread.o] Error 1


Kind regards,
 Stefan

-- 
Stefan Haller
hals@mountpoint.ch

ProcessingThread.ii.gz


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