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: [google gcc-4_9] fix undefined references in debug_info


Yes, this needs to be fixed on trunk too. I looked at the history and
it has been this way (overwriting the footer) for years. It must be
uncommon to have this confluence of events.

Thanks,
Teresa

On Fri, Oct 3, 2014 at 9:28 AM, Xinliang David Li <davidxl@google.com> wrote:
> This patch should be targeting trunk gcc?
>
> David
>
> On Fri, Oct 3, 2014 at 9:23 AM, Rong Xu <xur@google.com> wrote:
>> Hi,
>>
>> This patch fixed a bug exposed in build kernel with fdo.
>>
>> We cannot simply overwrite the bb footer in  emit_barrier_after_bb as
>> the bb may already have a footer (in this case, a deleted label stmt).
>> We need to output this label because it's a user label and debug_info
>> has a reference to it.
>>
>> Tested with problematic file and regression test.
>> Trunk may also have the same issue, but I need to work on a testcase.
>>
>> Thanks,
>>
>> -Rong



-- 
Teresa Johnson | Software Engineer | tejohnson@google.com | 408-460-2413


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