This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24520] Temporary constant array descriptors being declared at wrong binding level.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2006 16:11:50 -0000
- Subject: [Bug fortran/24520] Temporary constant array descriptors being declared at wrong binding level.
- References: <bug-24520-9236@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-19 16:11 -------
I wonder if we could get the aliasing mechanism to say that this array
descriptor is not changed and move the stores out of the loop.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24520