This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Patch, fortran] PR32156 - [4.3 Regression] ICE with characters
- From: "Paul Richard Thomas" <paul dot richard dot thomas at gmail dot com>
- To: "fortran at gcc dot gnu dot org List" <fortran at gcc dot gnu dot org>, "gcc-patches List" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 31 May 2007 23:17:48 +0200
- Subject: [Patch, fortran] PR32156 - [4.3 Regression] ICE with characters
You will excuse me if I fixed this one as 'obvious'.
In fact, I am not entirely happy with this fix and left a TODO to
reflect this. There is something not right with string concatenation
in the front-end that fails to transmit the string length correctly.
I have made several attempts to get to the bottom of this and have
completely failed. I will not forget about it:)
Paul