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/63966] [5 regression] inconsistent operand constraints compiling build libcpp


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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Looks ok to me.  Or even add
|| (defined(__x86_64__) && !defined(__code_model_medium__) &&
!defined(__code_model_large__))
to that and to driver-i386.c (right after !defined(__PIC__) ).


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