This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: NM and AR not being used?


Andreas Schwab wrote:
Local makefile assignments always override values from the environment
(unless -e).  And since we null out MAKEOVERRIDES there are no implicit
command-line overrides passed down to recursive invocations.

Thanks for the explanation. I understand what is going on now.


I believe my suggested patch was the right approach given that explanation. I have tested it with an x86-linux bootstrap and make check. There was one libjava regression, but it appears to be a memory corruption problem with mainline. The testcase worked correctly when I ran it by hand.

Here is the one error I got:
pr83.java:0: internal compiler error: virtual array basic_block_info[6]: element 2947526575 out of bounds in set_up_bb_rts_numbers, at global.c:2118
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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