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 middle-end/78411] [7 Regression] FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We used to expect and emitted 4 cmovs before r239414, which changed it to 6 and
also changed the expectations, which is what is emitted even with current
trunk.
I can't reproduce the failure, even with -march=corei7 -mtune=corei7 that
likely H.J. uses. Perhaps he has cmov in some pathname or somewhere else, maybe
the test should scan for "cmov\[a-z]\[a-z]?\t" or something similar.

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