You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the error message is self-explanatory, and it seems completely correct, the generated C is indeed using -1 as an array index, and that looks like the intent of the source file test/c_tests/pointers/test_char_sized_ptr_math_decr.c too.
I don't know what to reasonably do about this. Silence the warning with another GCC flag?
Not a big deal in any case.
The text was updated successfully, but these errors were encountered:
test_consistent_return_value_c[test_char_sized_ptr_math_decr--O2]
test_consistent_return_value_c[test_char_sized_ptr_math_decr--O3]
I think the error message is self-explanatory, and it seems completely correct, the generated C is indeed using
-1
as an array index, and that looks like the intent of the source filetest/c_tests/pointers/test_char_sized_ptr_math_decr.c
too.I don't know what to reasonably do about this. Silence the warning with another GCC flag?
Not a big deal in any case.
The text was updated successfully, but these errors were encountered: