-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
"Fix" PERFORM bounds check in 4.x - but disable it for now as it is not ISO-compliant #194
base: gc4
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change those two warnings to an error and adjust the testsuite - in general this disabling is exactly the right thing and also should ease later merges
b964c7f
to
bf523b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up!
bf523b0
to
2ae8aa8
Compare
I guess that's it ? |
2ae8aa8
to
8de1114
Compare
Thanks again - time for upstream trunk, then going on with the 3x->trunk merge. It would be nice if you find the time to finish #191 by backporting this adjustment (which then has a misleading title). |
Actually I might as well add a ChangeLog entry for those changes (especially those in
I'll add those changes to #191 but I'll let someone else deal with the "other stuff" that remain to be addressed in that PR.
Well at first it was just about disabling the PEFORM bound check, hence the title. |
8de1114
to
5c503a6
Compare
As per #147 (comment).