From owner-freebsd-current Tue Sep 24 9:14:17 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08C437B404; Tue, 24 Sep 2002 09:14:15 -0700 (PDT) Received: from out8.mx.nwbl.wi.voyager.net (out8.mx.nwbl.wi.voyager.net [169.207.3.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F84043E6A; Tue, 24 Sep 2002 09:14:15 -0700 (PDT) (envelope-from silby@silby.com) Received: from pop1.nwbl.wi.voyager.net (pop1.nwbl.wi.voyager.net [169.207.2.115]) by out8.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id A527C3BED6; Tue, 24 Sep 2002 11:14:14 -0500 (CDT) Received: from [10.1.1.6] (d88.as14.nwbl0.wi.voyager.net [169.207.134.88]) by pop1.nwbl.wi.voyager.net (8.10.2/8.10.2) with ESMTP id g8OGEDU35127; Tue, 24 Sep 2002 11:14:13 -0500 (CDT) Date: Tue, 24 Sep 2002 11:18:14 -0500 (CDT) From: Mike Silbersack To: Alexander Kabaev Cc: mbr@FreeBSD.ORG, Subject: Re: -mcpu=pentiumpro still evil? In-Reply-To: <20020924115112.19e7b339.ak03@gte.com> Message-ID: <20020924111652.L32979-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002, Alexander Kabaev wrote: > On Tue, 24 Sep 2002 10:52:10 -0500 (CDT) > Mike Silbersack wrote: > > > Do you want me to try your first patch? I never got a chance to test > > it.(And no longer have a copy of it, either.) > No, there is a bug in the patch you tested. Could you please try again > with an updated patch? URL is the same > > http://people.freebsd.org/~kan/gcc-cpp.diff > > -- > Alexander Kabaev That doesn't seem to have fixed the problem, and the backtrace looks to be the same: #0 0x08058cb6 in cpp_ideq () #1 0x080592e6 in _cpp_lex_direct () #2 0x08058f6d in _cpp_lex_token () #3 0x08056465 in cpp_macro_definition () #4 0x080564ed in cpp_macro_definition () #5 0x0805672b in _cpp_handle_directive () #6 0x08058f9c in _cpp_lex_token () #7 0x08055832 in cpp_get_token () #8 0x0805595d in cpp_scan_nooutput () #9 0x08048409 in do_preprocessing () #10 0x08048241 in main () #11 0x08048145 in _start () Thanks to the wonderful sort breakage, I'm seeing this if I touch cppmacro.c and make again: ===> cc_int cc -O -pipe -mcpu=pentiumpro -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_CONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/cppmacro.c -o cppmacro.o building static cc_int library sort: open failed: +1: No such file or directory sort: open failed: +1: No such file or directory ranlib libcc_int.a Any chance that's causing a problem? Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message