nez on g++

CHABANOL Didier - DESS GIGA 2000 chabanol@nantes.ig-ens.univ-paris13.fr
Wed Dec 8 03:39:00 GMT 1999


Hello,

 I'm a student in Paris. I've done a little programm in C++ that I've compiled 
with g++. I've find a bug, when I write nez instead of new like this:
 
			else {
			in.getline(op1,sizeof(op1),'#');
			cout <<"ROBOT :" <<op1<<" "<<tab_salle[0]<<endl;
			UnRobot=true;
/*line 40*/		Robot r = nez Robot(op1,tab_salle[0]);
			/*Robot r = new Robot(op1,tab_salle[0]);*/
			}
		}
		
The g++ compiler answer:

hardy[chabanol]<79>!g
g++ *.cc
Main.cc: In function `int main()':
Main.cc:82: Internal compiler error 40.
Main.cc:82: Please submit a full bug report.
Main.cc:82: See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for 
instructions.



More information about the Gcc-bugs mailing list