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: Remove line number notes


H. J. Lu wrote:
> On Mon, Apr 23, 2007 at 11:31:20AM -0700, Andrew Pinski wrote:
>> On 3/17/07, Jan Hubicka <jh@suse.cz> wrote:
>>> Hi,
>>>
>>> Bootstrapped/regtested i686-linux together with the previous fix. OK?
>> This patch breaks a lot of targets. rs6000, mips, alpha, ia64, score
>> and sh are all broken because  insn_locators_initialize has been
>> removed, it was used in the thunk generator.  Just happens that i386
>> uses a text based thunk (which might be considered wrong anyways) does
>> not mean other targets don't use a RTL based thunk.
>>
> 
> It may also break x86-64:

It sounds to me like we should revert this patch until the problems are
resolved.  Jan, would you consider doing that?

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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