https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114993
--- Comment #3 from Marc Poulhiès ---
The gccrs cross compiler is not working because of the missing cargo/rustc dep,
disabling the frontend, so not a real issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114993
Marc Poulhiès changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jemarch at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114993
--- Comment #1 from Marc Poulhiès ---
After discussing on IRC, C++ (or anything != C) is not supported by BPF.
The fix is probably to display an error when using anything else than the C FE.
The Rust FE gives another error:
https://c.godbolt.or