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/34568] Inplace algorithm too slow when using array notation



------- Comment #1 from kargl at gcc dot gnu dot org  2007-12-23 18:09 -------
Both codes are invalid.

In suspect that in your inplace version, gfortran's dependency
analysis can't determine if the arrays overlap, so your getting
a copy of the array.  You can see what is happening with the
-fdump-tree-original option.


-- 


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


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