https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91553
G. Steinmetz <gs...@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code --- Comment #1 from G. Steinmetz <gs...@t-online.de> --- Without parenthesis : $ cat z0.f90 program p print *, (1.0, 2.0) * [real :: 3.0 + 4.0] end $ gfortran-10 z0.f90 && ./a.out (7.0000000000000000,14.000000000000000)