From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27232 invoked by alias); 18 Jul 2005 04:24:25 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 27211 invoked by uid 22791); 18 Jul 2005 04:24:19 -0000 Received: from monty-python.gnu.org (HELO monty-python.gnu.org) (199.232.76.173) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 18 Jul 2005 04:24:19 +0000 Received: from [194.67.57.54] (helo=f21.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DuN1M-0008SI-Bc for gcc-help@gcc.gnu.org; Mon, 18 Jul 2005 00:14:24 -0400 Received: from mail by f21.mail.ru with local id 1DuMry-000MRJ-00 for gcc-help@gcc.gnu.org; Mon, 18 Jul 2005 08:04:42 +0400 Received: from [80.243.65.183] by koi.mail.ru with HTTP; Mon, 18 Jul 2005 08:04:42 +0400 From: Oleg Kotsyurbiy To: gcc-help@gcc.gnu.org Subject: Compilation error.. Mime-Version: 1.0 Date: Mon, 18 Jul 2005 04:24:00 -0000 Reply-To: Oleg Kotsyurbiy Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2005-07/txt/msg00154.txt.bz2 Good day! Tell, please, what am I doing wrong for correct compilation: in Fedora Core 4 Linux I'm trying to compile GCC 3.2.3 version. At some point I'm getting this error: ===================================================================== In file included from /distr/gcc-3.2.3/gcc/rtl.c:24: /distr/gcc-3.2.3/gcc/rtl.h:125: warning: type of bit-field ‘code’ is a GCC extension /distr/gcc-3.2.3/gcc/rtl.h:128: warning: type of bit-field ‘mode’ is a GCC extension gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/distr/gcc-3.2.3/gcc -I/distr/gcc-3.2.3/gcc/. -I/distr/gcc-3.2.3/gcc/config -I/distr/gcc-3.2.3/gcc/../include /distr/gcc-3.2.3/gcc/read-rtl.c -o read-rtl.o In file included from /distr/gcc-3.2.3/gcc/read-rtl.c:24: /distr/gcc-3.2.3/gcc/rtl.h:125: warning: type of bit-field ‘code’ is a GCC extension /distr/gcc-3.2.3/gcc/rtl.h:128: warning: type of bit-field ‘mode’ is a GCC extension /distr/gcc-3.2.3/gcc/read-rtl.c: In function ‘fatal_with_file_and_line’: /distr/gcc-3.2.3/gcc/read-rtl.c:62: warning: traditional C rejects ISO C style function definitions /distr/gcc-3.2.3/gcc/read-rtl.c: In function ‘read_rtx’: /distr/gcc-3.2.3/gcc/read-rtl.c:662: error: invalid lvalue in increment make[2]: *** [read-rtl.o] Error 1 make[2]: Leaving directory `/distr/compiled/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/distr/compiled/gcc' make: *** [bootstrap] Error 2 ============================================================================================= Thank you! With the best regards, Oleg Kotsyurbiy