Re: Bug fix in ISO_Fortran_binding - unsigned char arrays

2021-01-12 Thread Harris Snyder
Hi everyone, Sorry, my previous email erroneously referred to unsigned chars / uint8_t, when I in fact meant signed chars / int8_t. The actual patch works, but the test case files have ‘unit’ in the file names. I’ll provide a corrected patch tomorrow to fix the file names. Harris

[PATCH, Fortran] Bug fix in ISO_Fortran_binding - unsigned char arrays

2021-01-12 Thread Harris Snyder
Hi everyone, In a previous email thread (subject: Possible bug re: ISO_Fortran_binding.h) it was determined that there was a bug in ISO_Fortran_binding.c. When attempting to use the ISO Fortran binding from C to create an array of type uint8_t or signed char, a crash would result unless the elemen