This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24866] internal compiler error
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2006 21:30:23 -0000
- Subject: [Bug fortran/24866] internal compiler error
- References: <bug-24866-8649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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