Re: Fortran 2008 DATA statement restrictions

2023-06-13 Thread FX Coudert via Fortran
Hi, Thanks Harald. I see there are bugs open, but actually not that many, compared to other areas of the compiler :) I think the code I sent was not really covered in the testsuite, so I have committed it (after testing on x86_64-linux). https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=a54c71ccc248

Re: Fortran 2008 DATA statement restrictions

2023-06-10 Thread Harald Anlauf via Fortran
Hi FX! Am 10.06.23 um 18:22 schrieb FX Coudert: Hi, I was looking at our table for Fortran 2008 conformance (https://gcc.gnu.org/wiki/Fortran2008Status) and we really have only a few items missing. One in particular is: "Data statement restrictions lifted”. Quoting the document: Subscripts

Fortran 2008 DATA statement restrictions

2023-06-10 Thread FX Coudert via Fortran
Hi, I was looking at our table for Fortran 2008 conformance (https://gcc.gnu.org/wiki/Fortran2008Status) and we really have only a few items missing. One in particular is: "Data statement restrictions lifted”. Quoting the document: > Subscripts and nested implied-do limits in a data statement