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
Also, the compiler stopped complaining about an overflowed array, like this:
char str[10] = "asdasdsadassadadsdas";
The compiler on sm 1.10 reported an error:
error 018: initialization data exceeds declared size
Originally posted by @accelerator74 in #970 (comment)
The text was updated successfully, but these errors were encountered:
Forbid initializing string arrays with literals that are too long.
944d5fc
Bug: issue #971 Test: new test case, modified corpus
79a619c
Thanks, this has been fixed on master.
Sorry, something went wrong.
No branches or pull requests
The compiler on sm 1.10 reported an error:
Originally posted by @accelerator74 in #970 (comment)
The text was updated successfully, but these errors were encountered: