Great, thanks for the quick fix!

Gabe

On Thu, Mar 14, 2019 at 12:33 PM Giacomo Travaglini <
giacomo.travagl...@arm.com> wrote:

> Hi Gabe,
>
> thanks for pointing that out.
> We have addressed the issues with the following patches:
>
> https://gem5-review.googlesource.com/c/public/gem5/+/17288/1
> https://gem5-review.googlesource.com/c/public/gem5/+/17289/1
>
> Thanks
>
> Giacomo
> ------------------------------
> *From:* gem5-dev <gem5-dev-boun...@gem5.org> on behalf of Gabe Black <
> gabebl...@google.com>
> *Sent:* 14 March 2019 13:10
> *To:* gem5 Developer List
> *Subject:* [gem5-dev] ToT build failures for ARM
>
> These look like issues exposed by compiler version and that (if that's what
> they are) have known fixes. They should be easy to fix, but I'm going to
> bed. If they haven't been fixed in the near future I'll send some patches.
>
> Representative compiler errors below.
>
> Gabe
>
>
> In file included from
> build/ARM/arch/arm/generated/generic_cpu_exec_6.cc:10:0:
> build/ARM/arch/arm/generated/exec-ns.cc.inc: In member function 'Fault
> ArmISAInst::SvePredBic<_Element>::execute(ExecContext*, Trace::InstRecord*)
> const':
> build/ARM/arch/arm/generated/exec-ns.cc.inc:220568:40: error: '~' on an
> expression of type bool [-Werror=bool-operation]
>                 destElem = srcElem1 & ~srcElem2;
>                                        ^~~~~~~~
> build/ARM/arch/arm/generated/exec-ns.cc.inc:220568:40: note: did you mean
> to use logical not ('!')?
> build/ARM/arch/arm/generated/exec-ns.cc.inc: In member function 'Fault
> ArmISAInst::SvePredBics<_Element>::execute(ExecContext*,
> Trace::InstRecord*) const':
> build/ARM/arch/arm/generated/exec-ns.cc.inc:220634:40: error: '~' on an
> expression of type bool [-Werror=bool-operation]
>                 destElem = srcElem1 & ~srcElem2;
>                                        ^~~~~~~~
>
> In file included from build/ARM/arch/arm/generated/inst-constrs-3.cc:9:0:
> build/ARM/arch/arm/generated/decoder-ns.cc.inc: In function 'StaticInstPtr
> ArmISAInst::Aarch64::decodeSveInt(ArmISA::ExtMachInst)':
> build/ARM/arch/arm/generated/decoder-ns.cc.inc:73599:17: error: this
> statement may fall through [-Werror=implicit-fallthrough=]
>                 }
>                 ^
> build/ARM/arch/arm/generated/decoder-ns.cc.inc:73601:11: note: here
>           case 0x1:
>           ^~~~
> build/ARM/arch/arm/generated/decoder-ns.cc.inc:73637:17: error: this
> statement may fall through [-Werror=implicit-fallthrough=]
>                 }
>                 ^
> build/ARM/arch/arm/generated/decoder-ns.cc.inc:73639:11: note: here
>           case 0x2:
>           ^~~~
> _______________________________________________
> gem5-dev mailing list
> gem5-dev@gem5.org
> http://m5sim.org/mailman/listinfo/gem5-dev
> 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
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to