Bug 99598 - Commits are not transferred to bugzilla
Summary: Commits are not transferred to bugzilla
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: web (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-15 12:48 UTC by Thomas Koenig
Modified: 2021-03-15 15:01 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Koenig 2021-03-15 12:48:52 UTC
See https://gcc.gnu.org/pipermail/gcc-cvs/2021-March/343081.html ,
which is not distributed to bugzilla and the gcc-bugs mailing list,
despite the ChangeLog entry reading


    Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
    
    This rather obvious patch fixes an ICE on valid which came about
    because I did not handle EXEC_IOLENGTH as start of an I/O statement
    when checking for the DO loop variable.  This is an 11 regression.
    
    gcc/fortran/ChangeLog:
    
            PR fortran/99345
            * frontend-passes.c (doloop_contained_procedure_code):
            Properly handle EXEC_IOLENGTH.
    
    gcc/testsuite/ChangeLog:
    
            PR fortran/99345
            * gfortran.dg/do_check_16.f90: New test.
            * gfortran.dg/do_check_17.f90: New test.