Mikael Morin wrote:
this is about a pointer bounds remapping regression introduced at
http://gcc.gnu.org/r190641
[...]
The fix proposed clears the flag upon reuse, which should match exactly
the original behaviour, making it rather safe, and suitable also for the
branches.
I have to admit that I'
Ping:
https://gcc.gnu.org/ml/fortran/2015-02/msg00045.html
Dear Mikael,
I have the patch in my working tree since May 2014. It works as advertised
without
any visible side effect.
Thanks,
Dominique
Hello,
this is about a pointer bounds remapping regression introduced at
http://gcc.gnu.org/r190641
That revision introduced support for se.descriptor_only in
gfc_conv_expr_descriptor with this hunk:
> Index: trans-array.c
> ===
> --