This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: The tree.c patch breaks "make compare."
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: The tree.c patch breaks "make compare."
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Mon, 22 Feb 1999 15:20:38 -0700
- cc: jason at cygnus dot com, egcs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <m10F1XD-000390C@ocean.lucon.org>you write:
> Hi, Jeff, Jason,
>
> The append_random_chars/get_file_function_name_long changes in tree.c
> in egcs 1.1.2 break "make compare" since you get a different mangled
> name everytime when you compile some files. I got:
>
> objc/NXConstStr.o differs
> objc/Object.o differs
> objc/Protocol.o differs
>
> Can someone please fix "make compare" before 1.1.2?
I don't think there's a good way to make it work, other than by not comparing
those files.
They're part of the runtime, not the compiler itself.
jeff