[Bug c/121331] New dialect flag: -farray-parameters-are-arrays
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121331 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement
[Bug c/121331] New dialect flag: -farray-parameters-are-arrays
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121331 --- Comment #1 from Alejandro Colomar --- With this flag enabled, the only difference with real arrays would be that these could be null. Other than that, they'd be real arrays.