source: tests/array-collections/.expect/c-dependent.txt@ fc9d167

Last change on this file since fc9d167 was fc9d167, checked in by Michael Brooks <mlbrooks@…>, 5 hours ago

Slightly loosen a test that has failed on 32-bit build lately.

Since 16d9c3a, this test was failing on all builds. The present change in not 32-bit specific; it's expected to fix this particular test, on all builds.

Note there are further 32-bit issues remaining, even after this fix.

Test is: array-collections/c-dependent

Loosening is: Adjust test's scope to avoid exercising "truly incorrect" C code; which may receive compile-time array-bound warnings on sufficiently advanced C compilers. In test code and .expect, switch from passing incorrect bounds to passing correct bounds; the point of the test (newly clarified, always foremost) is that CFA handles C's dependently sized VLA parameter.

  • Property mode set to 100644
File size: 87 bytes
Line 
1bound_ptr_allow 42: 1.1 1.2 1.3
2bound_ar_allow 41:
31.1 1.2 1.3
42.1 2.2 2.3
53.1 3.2 3.3
Note: See TracBrowser for help on using the repository browser.