public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29393]  New: Vector subscript rejected
@ 2006-10-08 21:31 fxcoudert at gcc dot gnu dot org
  2006-10-08 21:31 ` [Bug fortran/29393] " fxcoudert at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-08 21:31 UTC (permalink / raw)
  To: gcc-bugs

$ cat a2.f90 
  integer, parameter ::   A(-3:7,2)=0 
  integer, parameter, dimension(3) :: V = (/ 2, 4, 6 /) 
  integer, parameter, dimension(3) :: B = A(V,1) 
END 
$ gfortran a2.f90        
 In file a2.f90:3

  integer, parameter, dimension(3) :: B = A(V,1) 
                                      1
Error: Incompatible ranks 1 and 2 in assignment at (1)


-- 
           Summary: Vector subscript rejected
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29393


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-10-24 22:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-08 21:31 [Bug fortran/29393] New: Vector subscript rejected fxcoudert at gcc dot gnu dot org
2006-10-08 21:31 ` [Bug fortran/29393] " fxcoudert at gcc dot gnu dot org
2006-10-21 19:27 ` eedelman at gcc dot gnu dot org
2006-10-24 17:01 ` eedelman at gcc dot gnu dot org
2006-10-24 20:40 ` eedelman at gcc dot gnu dot org
2006-10-24 20:45 ` eedelman at gcc dot gnu dot org
2006-10-24 22:51 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).