[Bug c/94577] New: aarch64:Add error message in large code model for ilp32
duanbo3 at huawei dot com
gcc-bugzilla@gcc.gnu.org
Mon Apr 13 12:41:18 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94577
Bug ID: 94577
Summary: aarch64:Add error message in large code model for
ilp32
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: duanbo3 at huawei dot com
Target Milestone: ---
Target: aarch64
hello
I find a problem when testing GCC10.0 on aarch64 at -mabi=ilp32 .
The option -mabi=ilp32 should not be used in large code model.
like x86,when using -mx32 and -mcmodel=large together ,it will have error
message
"error: code model ‘large’ not supported in x32 mode".
On aarch64,this is no error message for this option conflict.
More information about the Gcc-bugs
mailing list