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/12366] [gfortran] array assignment fails


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-05-05 16:57 -------
(In reply to comment #3)
> Note the assignment to b:
>       ASSIGN b(FULL) a((/ 2 , 3 , 1 /):)
>                                       ^ this is probably our bug
> 
> An array index of the form (/.../) should not be matched as an open-ended range.
> (It could also be that the parse-tree dumper is at fault, and the problem is
> somewhere else.) I'll see if can cook up a patch.

That was the result of an omission in the dumper. So no, I can't cook up a patch.


-- 


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


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