Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 09:12:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ppc@FreeBSD.org
Subject:   [Bug 215681] head -r310854: TARGET_ARCH=powerpc buildkernel via clang 3.9.1: sys/powerpc/aim/trap_subr32.S:409:2: error: too few operands for instruction
Message-ID:  <bug-215681-21-7XOoXKtbE3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215681-21@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215681-21@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215681

--- Comment #4 from Mark Millard <markmi@dsl-only.net> ---
Created attachment 178692
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178692&action=
=3Dedit
Avoid omitting the supposedly optional operand to cmp instruction

clang 3.9.1 targeting powerpc (32-bit) reports a missing operand
error for cmp with 3 operands, requiring the supposedly optional
operand.

The kernel has one example of the rejected notation: change
it to supply all 4 operands --like the other cmp usage in the
same file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215681-21-7XOoXKtbE3>