This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran 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
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WUh9hMq7JkMZSb+kGJPRx1QCaX1N+7xowUgLaso2h7eT+vyMraBlDEJD0CpOig5PpUzCPlBVbR7itUrhSlsaKlPlT9gJgDkorB7MBBg49y1yIjdyDvDuaOIML46VSk1Q4pj5rUImypDsuJ6x1jYNpHJMmYFsscdA6UVDUlUwzh0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=X5VAyrjQ0SrjvpU4hABbQVs7Rk9z/kcyl1IQHqL2SKyrsnj+EXqTJpt1rHxwS/xe6VVc0BaXwWIt/JFNS67Gye2vwkSJFnu3eviMkRo5+WM3UAIjhrPw617u8/maG04QJh99ULsy6cciQ/AO+wbCo1HHqulB1AFKOzMpBSDjEDE=
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