https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116393
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |documentation Ever confirmed|0 |1 Last reconfirmed| |2024-08-16 Severity|normal |enhancement --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- pic and pie are override each other. PIC/PIE is a 3 way state: * nothing (both -fno-pie and -fno-pic) * PIC * PIE The documentation seems like it should be improved here with that respect though.