Re: [patch] Fix PR lto/48148

2011-04-19 Thread Richard Guenther
On Tue, Apr 19, 2011 at 12:21 PM, Jakub Jelinek wrote: > On Mon, Apr 18, 2011 at 11:45:03PM +0200, Eric Botcazou wrote: >> 2011-04-18  Eric Botcazou   >> >>       PR lto/48148 >>       * gimple.c (gimple_types_compatible_p_1) : Do not >>       merge the types if they have different enumeration ide

Re: [patch] Fix PR lto/48148

2011-04-19 Thread Jakub Jelinek
On Mon, Apr 18, 2011 at 11:45:03PM +0200, Eric Botcazou wrote: > 2011-04-18 Eric Botcazou > > PR lto/48148 > * gimple.c (gimple_types_compatible_p_1) : Do not > merge the types if they have different enumeration identifiers. While I think it is a step in the right direction,

Re: [patch] Fix PR lto/48148

2011-04-19 Thread Richard Guenther
On Mon, Apr 18, 2011 at 11:45 PM, Eric Botcazou wrote: > Hi, > > this is the assembler error during an LTO bootstrap: > > cc1.ltrans8.s: Assembler messages: > cc1.ltrans8.s:249143: Error: symbol `.Ldebug_info0' is already defined > > In the assembly file: > > .Letext0: >        .file 93 "/home/eri