This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: The tree.c patch breaks "make compare."





  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