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: [PATCH][LTO] Disable streamer debugging by default


On Thu, Aug 20, 2009 at 12:30, Steven Bosscher<stevenb.gcc@gmail.com> wrote:

> Maybe write out / read in the sleb128 regardless of
> LTO_STREAMER_DEBUG, but just not do the gcc_assert?

The problem is not the assertion.  The problem is miscomparison of the
binaries.  When we write the address as an intptr_t, address
randomization will cause stage1 and stage2 to write different
addresses.


Diego.


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