This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31251] Non-integer character length leads to segfault



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]