[Bug fortran/71883] [5/6/7 Regression] ICE in identical_array_ref, at fortran/dependency.c:104

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 22 11:04:00 GMT 2016


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
The problem here is that we want to do some dependency
checking on something that is invalid.

Maybe the best way would be to skip the whole pass if a
previous fatal error was diagnosed.

Is there a way to check for this?


More information about the Gcc-bugs mailing list