[PATCH, Fortran] ABSTRACT INTERFACE

Tobias Burnus burnus@net-b.de
Sun Aug 19 20:25:00 GMT 2007


Hi Tobias, hi all,

Tobias Schlüter wrote:
> I'm not sure I follow.  Shouldn't this be
>  case INTERFACE_ABSTRACT:
>    gcc_unreachable ();
> or
>  default:
>    gcc_unreachable ();
> then?  It's certainly not right to simply run some codepath in cases
> that can't happen.
I'm now using the latter; I also changed gfc_is_intrinsic_typename() to
the version suggested by Roger, which I also like better.

Checked in as Rev. 127626.

Tobias



More information about the Gcc-patches mailing list