https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95238
--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to H.J. Lu from comment #1) > The "i" constraint shouldn't be used for flag_pic since symbolic constant > leads to writable text in 32-bit mode and invalid in 64-bit mode. Just a typo. "i" should be changed back to "e".