]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/atomic_ops: Disable flag outputs constraint for GCC versions below 14.2.0
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 22 Jul 2024 13:41:13 +0000 (15:41 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 23 Jul 2024 14:02:31 +0000 (16:02 +0200)
commit13be21f39ab58184fb91844d2242e33805dda40e
tree10152c1378eef94ef3ff1cc4ede4fc184b2ecfc8
parentfc8eac33ad93420b4e51cdd811e12d3fc9b531a5
s390/atomic_ops: Disable flag outputs constraint for GCC versions below 14.2.0

GCC may die with an ICE if the flag outputs constraint is used in
combination with other inline assemblies. This will be fixed with
GCC 14.2.0.

Therefore disable the use of the constraint for now.

Link: https://gcc.gnu.org/git?p=gcc.git;a=commit;h=cd11413ff7c4353a3e336db415304f788d23a393
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/atomic_ops.h