[m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2011-01-01 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/inorder-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing passed. *

[m5-dev] Oddity in base/refcnt.hh

2011-01-01 Thread Gabe Black
I was looking through base/refcnt.hh the other day, and I noticed for the == and != operators that take a regular pointer on the left side and a reference counting pointer on the other, they use a const T instead of a const T *. Is that a mistake? Also, I tried to compare a T * and a reference

Re: [m5-dev] Oddity in base/refcnt.hh

2011-01-01 Thread nathan binkert
I was looking through base/refcnt.hh the other day, and I noticed for the == and != operators that take a regular pointer on the left side and a reference counting pointer on the other, they use a const T instead of a const T *. Is that a mistake? Also, I tried to compare a T * and a