about summary refs log tree commit diff
path: root/arch/s390x/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-04-20 18:53:00 -0400
committerRich Felker <dalias@aerifal.cx>2019-04-20 18:55:05 -0400
commit78691fa76d40751173be95527ece8821113a1be0 (patch)
treec14fb2a3d3fc0492034c7742b5e1118e9bf8ccd0 /arch/s390x/bits
parente4dd65305a046019123ab34ebdcbe761a3a719ca (diff)
downloadmusl-78691fa76d40751173be95527ece8821113a1be0.tar.gz
musl-78691fa76d40751173be95527ece8821113a1be0.tar.xz
musl-78691fa76d40751173be95527ece8821113a1be0.zip
make new math code compatible with unused variable warning/error
commit b50d315fd23f0fbc4c11e2583801dd123d933745 introduced
fp_force_eval implemented by default with a dead store to a volatile
variable. unfortunately introduces warnings with -Wunused-variable and
breaks the ability to use -Werror with the default warning options set
by configure when warnings are enabled.

we could just call fp_barrier instead, but that results in a spurious
load after the store due to volatile semantics.

the fix committed here avoids the load. it will still produce warnings
without -Wno-unused-but-set-variable, but that's part of our default
warning profile, and there are already other locations in the source
where an unused variable warning will occur without it.
Diffstat (limited to 'arch/s390x/bits')
0 files changed, 0 insertions, 0 deletions