[Bug target/94065] New: AIX rs6000 NO_SUM_IN_TOC and NO_FP_IN_TOC disable logic reversed in aix config files
dje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 6 01:35:00 GMT 2020
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.
More information about the Gcc-bugs
mailing list