qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] defining VIXL_DEBUG?
@ 2016-01-18 10:21 Paolo Bonzini
  2016-01-18 10:51 ` Peter Maydell
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2016-01-18 10:21 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell

I've gotten four new Coverity reports in libvixl.  All of them are
caused by Coverity assuming that LaneSizeInBitsFromFormat can return 0.
 The actual code in the function is

    default: VIXL_UNREACHABLE(); return 0;

so this is obviously a false positive.  Defining VIXL_DEBUG would cause
VIXL_UNREACHABLE() to call abort().  Any opinion about whether/where to
do so?

Thanks,

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-18 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 10:21 [Qemu-devel] defining VIXL_DEBUG? Paolo Bonzini
2016-01-18 10:51 ` Peter Maydell
2016-01-18 10:57   ` Paolo Bonzini
2016-01-18 11:04     ` Peter Maydell
2016-01-18 15:15       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).