This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Multiple __copy_histories_history_ symbols defined


Hi Andrew,

Andrew Benson wrote:
With a recent gfortran 4.6 (r166706) I'm getting a lot of errors while linking
that look like this:
./source/accretion_disks.switched.F90:225: multiple definition of
`__copy_histories_history_'

I haven't been able to create a test case which recreates this problem yet,
but I'll continue to try to do so. Until then, any ideas why this is
happening?

That's a known issue, cf. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46448


That's an unwanted side effect of fixing ALLOCATE with a polymorphic SOURCE=., which requires a deep copy of the data for the effective type.

Tobias


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