]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix explicit arrays with non-constant size for -fc-prototypes.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 14 May 2025 18:11:48 +0000 (20:11 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 14 May 2025 18:16:43 +0000 (20:16 +0200)
commit4f9c7b5258f2af89bba8e954c277981d2e2ee1ef
tree2799743d9db2afd0e1cb046849c533e52d6aca84
parentfa0dff8e99e81bc7a3db1dc57d4fc340e0525b1d
Fix explicit arrays with non-constant size for -fc-prototypes.

gcc/fortran/ChangeLog:

PR fortran/120139
* dump-parse-tree.cc (get_c_type_name): If no constant
size of an array exists, output an asterisk.
gcc/fortran/dump-parse-tree.cc