https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63966
--- Comment #12 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #11) > 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__) ). I don't think we want to complicate things that much... Let's keep the simple definition for now.