This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37903] [4.3/4.4 Regression] wrong-code for complicated vector subscripts



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]