Hi Jorge,
> There were some recent patches in this area IIRC.
>
> Jerry
The tree dump is identical to mine, obtained with GNU Fortran (GCC)
14.0.0 20230809 (experimental), so I doubt that any recent patches are
responsible.
Being unable to reproduce the error, there is not much that I can do.
S
Dear Paul / Jerry,
- Mensaje original -
> De: "Paul Richard Thomas"
> Para: "Jerry D"
> CC: "Jorge D'Elia" , "Gfortran List" , "Jorge D'Elia"
>
> Enviado: Viernes, 11 de Agosto 2023 13:55:43
> Asunto: Re: beta gfortran 14.x.y (using -march=native and intrinsic repeat)
> gives a signal
I wonder why the development 14.0.0 doesn't exhibit this behaviour?
Could you please rerun with the compile options -g -fdump-tree-original .
The later should generate a file *.original with the content:
void test ()
{
character(kind=1) cc[1:32];
__builtin_memmove ((void *) &cc, (void *) &"
On 8/11/23 5:34 AM, Jorge D'Elia via Fortran wrote:
Dear GFortran developers,
With the beta gfortran 14.x.y versions we are noticing some runtime
errors in a production code.
One type of runtime errors is related to the concurrent use of the
intrinsic "repeat" when the source code is compiled w
Dear GFortran developers,
With the beta gfortran 14.x.y versions we are noticing some runtime
errors in a production code.
One type of runtime errors is related to the concurrent use of the
intrinsic "repeat" when the source code is compiled with the
flag -march=native, please, see below:
$