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: Change to gcc.dg/tree-ssa/loop-1.c


> Your change to gcc.dg/tree-ssa/loop-1.c causes it to fail on
> hppa2.0w-hp-hpux11.11.  I don't believe scan-assembler-times
> supports xfail.

I fixed this today.  The problem was that I had 'hppa-*-*' instead of
'hppa*-*-*'.  After my change I got:

PASS: gcc.dg/tree-ssa/loop-1.c (test for excess errors)
PASS: gcc.dg/tree-ssa/loop-1.c scan-tree-dump-times Added canonical iv to loop 1
, 4 iterations 1
PASS: gcc.dg/tree-ssa/loop-1.c scan-tree-dump-times Unrolled loop 1 completely 1
PASS: gcc.dg/tree-ssa/loop-1.c scan-tree-dump-times foo 5
XFAIL: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5
PASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo,%r 5

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]