Re: [Patch, fortran] PR61138 Wrong code with pointer-bounds remapping

2015-03-13 Thread Tobias Burnus
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: [Patch, fortran] PR61138 Wrong code with pointer-bounds remapping

2015-03-12 Thread Mikael Morin
Ping: https://gcc.gnu.org/ml/fortran/2015-02/msg00045.html

Re: [Patch, fortran] PR61138 Wrong code with pointer-bounds remapping

2015-02-09 Thread Dominique Dhumieres
Dear Mikael, I have the patch in my working tree since May 2014. It works as advertised without any visible side effect. Thanks, Dominique

[Patch, fortran] PR61138 Wrong code with pointer-bounds remapping

2015-02-09 Thread Mikael Morin
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 > === > --