From owner-freebsd-sparc64@FreeBSD.ORG Sat May 19 17:44:15 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53E9D16A400 for ; Sat, 19 May 2007 17:44:15 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.freebsd.org (Postfix) with SMTP id EFBD913C458 for ; Sat, 19 May 2007 17:44:14 +0000 (UTC) (envelope-from nathanw@uchicago.edu) Received: (qmail 15936 invoked from network); 19 May 2007 17:17:34 -0000 Received: from unknown (HELO cepheid.homeunix.net) (mattmao@sbcglobal.net@75.33.235.126 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 19 May 2007 17:17:33 -0000 X-YMail-OSG: rJbGsNYVM1mgriOAAynw9bZc_OEteIBjNWEJN5rz_aGvRAy7 Message-ID: <464F317E.90508@uchicago.edu> Date: Sat, 19 May 2007 12:18:54 -0500 From: Nathan Whitehorn User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: GCC 4.2 broken on sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 17:44:15 -0000 Building with the new GCC 4.2 on -CURRENT, I get this: usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengtype.c In file included from ./tm.h:5, from /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengtype.c:24: ./options.h:515: error: redeclaration of enumerator `OPT_Werror' ./options.h:362: error: previous definition of 'OPT_Werror' was here ./options.h:534: error: redeclaration of enumerator `OPT_Wsystem_headers' ./options.h:417: error: previous definition of 'OPT_Wsystem_headers' was here ./options.h:549: error: redeclaration of enumerator `OPT_d' ./options.h:427: error: previous definition of 'OPT_d' was here ./options.h:820: error: redeclaration of enumerator `OPT_o' ./options.h:682: error: previous definition of 'OPT_o' was here ./options.h:822: error: redeclaration of enumerator `OPT_pedantic' ./options.h:683: error: previous definition of 'OPT_pedantic' was here ./options.h:823: error: redeclaration of enumerator `OPT_pedantic_errors' ./options.h:684: error: previous definition of 'OPT_pedantic_errors' was here *** Error code 1 I can't figure out what generates this file, and am at a loss to fix it. -Nathan