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
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev