This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17123] Assertion fail in trans-const.c
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2004 18:21:06 -0000
- Subject: [Bug fortran/17123] Assertion fail in trans-const.c
- References: <20040820154616.17123.refson.temp@ntlworld.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-08-22 18:21 -------
The failure can be prevented by changing
(In reply to comment #3)
> A = X%C(1:1)
to
A = X%C
in Volker's reduced testcase. In the original testcase se->ss->type ==
GFC_SS_SECTION.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17123