This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/52012] [4.6/4.7 Regression] Wrong-code with realloc on assignment and RESHAPE w/ ORDER=


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52012

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-30 22:24:21 UTC ---
(In reply to comment #5)
> Created attachment 26520 [details]
> a draft patch for the pr
>
> This bootstraps and regtests OK.  I'll clean it up and prepare the testcase and
> ChangeLogs for submission tomorrow.

Thanks for fixing the more pressing issue.

(I think the other issue - second item in comment 4 - is not fixed; at least I
still get the wrong bound of "1 3". Expected: The bounds remain the same w/o
reallocation - only if realloced, they change to have lbound == 1.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]