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: [testcase] Failure with "per insn lexical block tracking" patch


On Wed, Jan 02, 2002 at 09:40:58AM -0800, Richard Henderson wrote:
> On Wed, Jan 02, 2002 at 07:57:20AM -0500, Jakub Jelinek wrote:
> > +/* { dg-do compile { target alpha*-*-* } } */
> > +/* { dg-options "-O2 -g -mcpu=ev5" } */
> 
> Probably better as 
> 
> /* { dg-do compile } */
> /* { dg-options "-O2 -g" } */
> /* { dg-options "-mcpu=ev4" { target "alpha*-*-*" } } */
> 
> Anyway, I think I have a fix for this.

Great. Just wondering, is it making sure no block notes are lost during
scope_to_insns_initialize or on the dwarf2out size handling case where block
notes were lost?

	Jakub


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