------- Comment #14 from jvdelisle at gcc dot gnu dot org 2007-05-05 03:50 ------- Now I have tracked that we have a duplicate expr in the cl_list so that we call resolve_char_len twice, as the list is traversed in resolve_types. A quick fix is to bail out of the loop if resolve_char_len returns FAILURE. However, I would like to know how we get the duplication in the first place and fix that.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31251