[Bug c/121331] New dialect flag: -farray-parameters-are-arrays

2025-07-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

2025-07-31 Thread foss+gcc--- via Gcc-bugs
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.