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/64342] [5 Regression] Tests failing when compiled with '-m32 -fpic' after r216154.


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

Igor Zamyatin <izamyatin at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |izamyatin at gmail dot com,
                   |                            |vmakarov at redhat dot com

--- Comment #1 from Igor Zamyatin <izamyatin at gmail dot com> ---
avx512f-kandnw-1.c and funcspec-5.c seem to be non-PIC related issues. I asked
Kirill to look at them.

Others are not stability but more performance issues - generated code is less
effective than it should be - in one case for some reasons compiler uses
callee-saved ebx in PIC mode instead of edx in non-PIC mode and in xmm case
compiler uses stack in PIC mode instead of xmm register in non-PIC mode

I see that differencies between PIC and non-PIC modes start on reload pass so
I'd like Vlad to look at these cases


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