From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23849 invoked by alias); 7 Dec 2004 17:15:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23750 invoked by uid 48); 7 Dec 2004 17:14:58 -0000 Date: Tue, 07 Dec 2004 17:15:00 -0000 From: "charlet at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20041207171456.18875.charlet@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/18875] New: Cannot build libcpp due to -Wno-long-long flag X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg01024.txt.bz2 List-Id: When using a version of GCC that does not support -Wno-long-long as the bootstrap compiler (such as GCC 2.8.1), it is not possible to build GCC 4.0: gcc -I../../gcc-head/libcpp -I. -I../../gcc-head/libcpp/../include -I../../gcc-head/libcpp/include -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -I../../gcc-head/libcpp -I. -I../../gcc-head/libcpp/../include -I../../gcc-head/libcpp/include -c ../../gcc-head/libcpp/charset.c cc1: Invalid option `-Wno-long-long' make[1]: *** [charset.o] Error 1 make[1]: Leaving directory `/home/charlet/cvs/gcc-obj/libcpp' make: *** [all-libcpp] Error 2 -- Summary: Cannot build libcpp due to -Wno-long-long flag Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: charlet at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18875