https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100185
--- Comment #5 from gnzlbg ---
Thank you for the clarification! Will map Rust repr(transparent) to clang's
[[clang::trivial_abi]] then and will gracefully #pragma error to prevent users
from shooting themselves in the foot with GCC.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100185
--- Comment #4 from Jakub Jelinek ---
No and I think it is quite bad idea.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100185
--- Comment #3 from gnzlbg ---
@Jakub, is there a GCC equivalent to `[[clang::trivial_abi]]` that one can use
instead ?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100185
Richard Biener changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100185
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1