[Bug pch/71934] New: pch cannot be disabled so gcc cannot be position independent
nsz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 19 17:30:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71934
Bug ID: 71934
Summary: pch cannot be disabled so gcc cannot be position
independent
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: pch
Assignee: unassigned at gcc dot gnu.org
Reporter: nsz at gcc dot gnu.org
Target Milestone: ---
gcc should be possible to build as PIE by disabling PCH.
(e.g. for running gcc natively on an fdpic target)
some users might not care about PCH, but want PIE gcc,
making PCH position independent can make it slower,
but optionally disabling it should be non-controversial.
More information about the Gcc-bugs
mailing list