https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93483
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gcc dot gnu.org
Last reconfirmed|2020-01-29 00:00:00 |2020-12-6
Priority|P3 |P4
--- Comment #2 from anlauf at gcc dot gnu.org ---
Reduced even further.
program p
print *, +[ real :: +(1) ]
print *, +[ real :: +[1] ]
end
