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 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.


r~


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