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]

Bug report


Hi!
 below is a trivial C++ program which caused gcc to give strange mesg.

C++ file 
--------------------------------B
#include<iostream>
#include<mysql.h>
#include<sys/time.h>


using namespace std;

typedef int varID;
typedef int funcId;

typedef  std::list<funcId> funcList; 

main(){
}
------------------------------------A
Error while compiling:
make alert
gcc -I /usr/include/mysql -o alert alert.C
alert.C:11: Internal compiler error 980711.
alert.C:11: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
alert.C:11: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.
make: *** [alert.o] Error 1

Compilation exited abnormally with code 2 at Sat Feb 12 19:46:59



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