https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94065
Bug ID: 94065
Summary: AIX rs6000 NO_SUM_IN_TOC and NO_FP_IN_TOC disable
logic reversed in aix config files
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: dje at gcc dot gnu.org
Target Milestone: ---
The logic to disable NO_SUM_IN_TOC and NO_FP_IN_TOC in aix61.h, aix71.h and
aix72.h is reversed. The intent of the code is to disable those features for
cmodel=large, but it enables those features.
This bug is intended to track the patch.