On Tue, 24 Sep 2002, Alexander Kabaev wrote:
> On Tue, 24 Sep 2002 10:52:10 -0500 (CDT)
> Mike Silbersack <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message