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/23905] misbehavior of function "gfc_copy_array_spec" in gcc/fortran/array.c


------- Additional Comments From kargl at gcc dot gnu dot org  2005-09-16 02:34 -------
I'm not sure what this function is really accomplishing.  The
line "*dest = *src;" isn't copying src to dest.  We simply 
have set *dest to point to src.  So, the for loop is a NOP.
Of course, I could be missing something.  Time to dig through
the ChnageLog.

-- 


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


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