https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104811

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
                 CC|                            |kargl at gcc dot gnu.org,
                   |                            |tkoenig at netcologne dot de

--- Comment #1 from kargl at gcc dot gnu.org ---
Compiles and executes without optimization or if -fno-frontend-optimize is used
with optimization.

% gfcx -o z -fcheck=all -O3 a.f90
% ./z
Segmentation fault (core dumped)
% gfcx -o z -fcheck=all -O3 -fno-frontend-optimize a.f90
% ./z
           2
           1

Reply via email to