We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an issue with match clause while using an ancient compiler for my embedded system:
match
error: #pragma GCC diagnostic not allowed inside functions
Any way to work around this?
GCC version: gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread
gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread
The text was updated successfully, but these errors were encountered:
Must be fixed in e4c8e46, please update to the latest master and try again.
master
Sorry, something went wrong.
No branches or pull requests
I have an issue with
match
clause while using an ancient compiler for my embedded system:Any way to work around this?
GCC version:
gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread
The text was updated successfully, but these errors were encountered: