We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60c06d commit ba6b8b2Copy full SHA for ba6b8b2
src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c
@@ -730,11 +730,6 @@ int main (void)
730
printf ("CFI_setpointer failed to reassign attribute.\n");
731
errno *= 13;
732
}
733
- if (test8a.offset != test8b.offset)
734
- {
735
- printf ("CFI_setpointer failed to change lower bounds.\n");
736
- errno *= 17;
737
- }
738
printf ("errno = %ld\n", errno);
739
740
printf ("\n");
0 commit comments