This is the mail archive of the gcc-patches@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]

Re: [gfortran] Support for [...] style array constructors


> I.e., in something like
>
>    (/ [ ... ] /)
>
> you need to be back to looking for a "/)" to match the "(/" and not get
> thrown off by the nested "[]". Just an obvious kind of thing to put in
> the test.

It's also worth checking that we reject (/ [ ... /) ]

Paul


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