gcc/libgcc/config/m68k
Jakub Jelinek f8409c3109 m68k: Quiet up cppcheck warning [PR114689]
cppcheck apparently warns on the | !!sticky part of the expression and
using | (!!sticky) quiets it up (it is correct as is).
The following patch adds the ()s, and also adds them around mant >> 1 just
in case it makes it clearer to all readers that the expression is parsed
that way already.

2024-04-15  Jakub Jelinek  <jakub@redhat.com>

	PR libgcc/114689
	* config/m68k/fpgnulib.c (__truncdfsf2): Add parentheses around
	!!sticky bitwise or operand to quiet up cppcheck.  Add parentheses
	around mant >> 1 bitwise or operand.
2024-04-15 17:46:03 +02:00
..
crti.S Update copyright years. 2024-01-03 12:19:35 +01:00
crtn.S Update copyright years. 2024-01-03 12:19:35 +01:00
fpgnulib.c m68k: Quiet up cppcheck warning [PR114689] 2024-04-15 17:46:03 +02:00
lb1sf68.S Update copyright years. 2024-01-03 12:19:35 +01:00
linux-atomic.c Update copyright years. 2024-01-03 12:19:35 +01:00
linux-unwind.h Update copyright years. 2024-01-03 12:19:35 +01:00
t-floatlib
t-linux
t-slibgcc-elf-ver