[gem5-dev] Re: Build failed in Jenkins: nightly #161

2022-03-16 Thread Jason Lowe-Power via gem5-dev
Thanks, Gabe! On Tue, Mar 15, 2022 at 9:28 PM Gabe Black via gem5-dev wrote: > https://gem5-review.googlesource.com/c/public/gem5/+/57749 > > On Tue, Mar 15, 2022 at 12:59 PM Gabe Black wrote: > >> It looks like the problem is that the aapcs test calls ThreadContext >> which returns a

[gem5-dev] Re: Build failed in Jenkins: nightly #161

2022-03-15 Thread Gabe Black via gem5-dev
https://gem5-review.googlesource.com/c/public/gem5/+/57749 On Tue, Mar 15, 2022 at 12:59 PM Gabe Black wrote: > It looks like the problem is that the aapcs test calls ThreadContext which > returns a TheISA::VecRegContainer, where since that test is for ARM it > *should* really be working with

[gem5-dev] Re: Build failed in Jenkins: nightly #161

2022-03-15 Thread Gabe Black via gem5-dev
It looks like the problem is that the aapcs test calls ThreadContext which returns a TheISA::VecRegContainer, where since that test is for ARM it *should* really be working with an ARM VecRegContainer. Because this is being built for NULL, that uses the dummy versions which are not complete enough

[gem5-dev] Re: Build failed in Jenkins: nightly #161

2022-03-15 Thread Jason Lowe-Power via gem5-dev
Looks like the problem is [gabe.black] arch: Make the DummyVec... types the same size as RegVal. Can you take a look, Gabe? Thanks, Jason On Tue, Mar 15, 2022 at 1:46 AM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See < >