The attach patch add checking for a valid type during matching of a CASE selector. Built and regression tested on i386-*-freebsd. OK to commit? 2015-11-01 Steven G. Kargl PR fortran/68151 * match.c (match_case_selector): Check for invalid type. 2015-11-01 Steven G. Kargl PR fortran/68151 * gfortran.dg/pr68151.f90: New test. -- Steve