This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34554] time compiling complicated size initialization expression
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2009 22:11:45 -0000
- Subject: [Bug fortran/34554] time compiling complicated size initialization expression
- References: <bug-34554-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dfranke at gcc dot gnu dot org 2009-01-03 22:11 -------
array.c (gfc_get_array_element) states:
"Access is not efficient at all, but this is another place where things do not
have to be particularly fast."
As get_array_element shows up in #2, this might be a place to start.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34554