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: Patch for gcc.dg/tree-ssa/loop-1.c test case on IA64.


> Tests shouldn't use TCL code within the test directives, although some
> of them do.  You can get rid of that now in this test by using:
> 
> /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-*} } } */
> /* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-*} } } */
> 
> Janis

If I also include:

/* { dg-final { scan-assembler-times "foo" 5 } }  */

at the end for the non-hppa, non-ia64 platforms, will this cause a
failure on hppa and ia64 or does only the first dg-final with a matching
target get executed?

Steve Ellcey
sje@cup.hp.com


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