------- Comment #4 from rguenth at gcc dot gnu dot org 2010-01-01 19:43 ------- new TypeCode(TK_RECURSIVE); is undefined and TK_RECURSIVE will be truncated to fit the enum. That might be the issue that actually breaks this.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42576