------- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-07-24 21:30 ------- This one is still here, segfaulting or giving incorrect error message depending on the optimization level used for building the front-end.
We enter write_symbol1 with p->u.rsym->sym.name = "sub_module", we go to p->right->u.rsym->sym.name which is "str" and then p->right->left->u.rsym->sym.name is "UCS-2BE//", which suddenly doesn't make sense :) I know you're on vacation, Paul, but I think what looks troubling to us would look trivial to you, friendly as you are with the module code in gfortran! -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paulthomas2 at wanadoo dot | |fr Last reconfirmed|2006-05-21 20:37:51 |2006-07-24 21:30:23 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24866