]> git.ipfire.org Git - thirdparty/gcc.git/commit
alpha: Implement the PR94780 fix for alpha.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 7 May 2020 15:21:15 +0000 (17:21 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 7 May 2020 15:21:15 +0000 (17:21 +0200)
commit7790399265d60921250282cca60d7ee0665d9f2c
tree9f4f77de315418a4f8e2115738383865b38a4ffb
parentfadd59262921825b135b8e018ac8510e97dee92a
alpha: Implement the PR94780 fix for alpha.

Essentially the same fix as for x86.

2020-05-07  Uroš Bizjak  <ubizjak@gmail.com>

gcc/
* config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Use
TARGET_EXPR instead of MODIFY_EXPR for the first assignments to
fenv_var and new_fenv_var.
gcc/ChangeLog
gcc/config/alpha/alpha.c