]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove unnecessary SIDE_EFFECTS/READONLY macros
authorMael Cravero <mael.cravero@embecosm.com>
Tue, 30 Apr 2024 10:04:50 +0000 (12:04 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Mon, 6 May 2024 13:06:59 +0000 (13:06 +0000)
commit3a31617b48a4840b0aa90726333e4e7dedf1493b
tree7407e8f30b6308ab35f396c7e886c4537811c9b3
parent45d5c01fdba6e4c09a3ec4497b9be355bb2db106
Remove unnecessary SIDE_EFFECTS/READONLY macros

Closes #2357

gcc/rust/ChangeLog:

* rust-gcc.cc: remove unnecessary TREE_SIDE_EFFECTS and TREE_READONLY
macros used in arithmetic overflow checks.

Signed-off-by: Mael Cravero <mael.cravero@embecosm.com>
gcc/rust/rust-gcc.cc