This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2008 06:25:30 -0000
- Subject: [Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts
- References: <bug-37903-14266@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pault at gcc dot gnu dot org 2008-10-28 06:25 -------
(In reply to comment #3)
> I suspect this is only hiding the problem though.
>
Indeed it is - the old problem returns with
integer :: i(-1:1) = 1, j(3) = 1, k(3)
k = j(I + (/1,1,1/))
end
for obvious reasons. It's a nice try though and you are obviously getting to
the nub of the problem.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37903