This is the mail archive of the gcc-bugs@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]

[Bug target/84534] [8 regression] several powerpc test cases fail starting with r257915


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84534

--- Comment #3 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Actually, it is not a failure.  I believe it is an improvement.  We have less
move insns now.  The easiest way to fix is to change the expected move insns to
the current number.

I'd prefer changing the exact counts to less or equal number of the counts. 
But I don't know how to write it using dejagnu test directives.

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