------- Comment #12 from mikael at gcc dot gnu dot org 2010-06-25 09:27 ------- (In reply to comment #11) > However, regressions are now on transpose : > - alloc_comp_transformational_1.f90 : double free on function exit. I will > have to investigate. Fixed
> - char_length_8.f90 : reshape doesn't like being passed a transposed array as > target argument because the shape doesn't match then. I will look if i can fix > reshape without recursing into some other regression. Fixed. > - transpose_2.f90 : I will have to see if it is a real regression or if only > the error message has changed. The error message has changed, no real regression. > > There is also this strange one. > - pr43984.f90 : memory allocation error at compile time (???!!) It was a double free, fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829