> In function output_type_enum of gcc/gengtype.c, we replaced > > - if (s->kind == TYPE_PARAM_STRUCT && s->u.s.line.file != NULL) > + if (s->kind == TYPE_PARAM_STRUCT && s->u.param_struct.line.file != > NULL) > > And Gengtype works like before with c,c++, lto enabled. > > Do you think we have to submit a one line patch (if yes, could it be reviewed
Sure, one line patches are actually welcome since they are well isolated and easy to review, as opposed to large big patches containing unrelated stuff which have basically zero chance to get accepted/reviewed (other than "please break you patch into multiple pieces). Arno