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?