From mboxrd@z Thu Jan 1 00:00:00 1970 From: "tao tong" To: Subject: gcc question Date: Sun, 13 Aug 2000 19:34:00 -0000 Message-id: X-SW-Source: 2000-08/msg00088.html 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