Hi all,
After spending some quality time with gcc 4.7, I stumbled upon the following.
The code uses a function CopyData that does not exist. It seems the compiler
does not actually care about this code since it is not used at the moment, at
least gcc <= 4.6 did not care.
template <class T>
operator T *() {
T *buf = (T *)data->alloc(sizeof(T));
CopyData(tc, buf, getArg(sizeof(T)), sizeof(T));
return buf;
}
Any suggestions? Should it use one of the CopyX functions in the fs_mem_proxy?
Andreas
-- IMPORTANT NOTICE: The contents of this email and any attachments are
confidential and may also be privileged. If you are not the intended recipient,
please notify the sender immediately and do not disclose the contents to any
other person, use it for any purpose, or store or copy the information in any
medium. Thank you.
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev