This is the mail archive of the gcc-help@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]

gcc question


Hello:
       I have a question with gcc.
The following is question description:

        Program:
                void malloc()
 	{
 	}
 	main()
 	{
 		malloc();
 	}
         when executing gcc ,a problem takes place,
 "Internal compiler error: cc1 got fatal signal 11";
 when replacing the "malloc" with "free",there is no
 problem.

         environment description:
 	platform: intel pIII,450Mhz
 		128Mram
 	os          :Redhat 6.1
 		kernel 2.2.12
 	gcc        :gcc version egcs-2.91.66                   19990314/Linux
(egcs-1.1.2 release)

 			Thanks
 			tongtao@sohu.com


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