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 jit/64873] jit testsuite failures on powerpc64le-unknown-linux-gnu


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

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

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Supposedly this is another case of the default options not being passed in.
ppc64le defaults to -mcpu=power8, but the hw Fedora tests this on is still
power7+, so we use --with-cpu-64=power7 --with-tune-64=power8, but supposedly
that -mcpu=power7 is passed only from the driver.


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