Am 05.08.25 um 21:25 schrieb Jerry D:
> Hello,
> 
> The attached patch fixes the subject bug by adding checks for ';' it specific
> places to avoid eating them and/or giving false errors.
> 

Jerry, thanks a lot for tackling this!
But in an ideal world, standards would define a delimiter argument for the read 
statement:
  read(buffer,*,decimal="point",delimiter=";") a
so you could easily read semicolon separated CSV files ...
Or you could read ascii tables with delimiter="|", or ...
This would help a lot.

Cheers,
Manfred


> New test case provided.
> 
> Regression tested on X86_64_linux_gnu. Also compares with flang-new.
> 
> Ok for trunk and I think gcc-15?
> 
> Regards,
> 
> Jerry

Reply via email to