https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56025
--- Comment #5 from Tejas Belagod ---
ACLE states that
"poly8_t and poly16_t are defined as unsigned integer types. It is unspecified
whether these are the same type as uint8_t and uint16_t for overloading and
mangling purposes"
Presently, pol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56025
--- Comment #4 from Tejas Belagod ---
The ABI does not define an internal type name for scalar poly types -
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042e/IHI0042E_aapcs.pdf.
This will need an ABI update.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56025
Tejas Belagod changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56025
Tejas Belagod changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|