https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99157
Bug ID: 99157
Summary: [ARM] libgcc -mcmse check always fail
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99157
--- Comment #2 from Hau Hsu ---
Created attachment 50221
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50221&action=edit
libgcc objdump result for gcc-7 and gcc-10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99157
--- Comment #3 from Hau Hsu ---
Here are some more info.
This check determines whether macro __ARM_FEATURE_CMSE is set to 3,
and affects CMSE support for function cmse_check_address_range():
void *
__attribute__ ((warn_unused_result))
cmse_chec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99157
--- Comment #5 from Hau Hsu ---
Hi Christophe,
The name and email are OK.
Thanks!