This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]