]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Remove unnecessary SIDE_EFFECTS/READONLY macros
authorMael Cravero <mael.cravero@embecosm.com>
Tue, 30 Apr 2024 10:04:50 +0000 (12:04 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:22 +0000 (16:35 +0100)
commit4d851ca89569b71ee87f22644d2e70938bb84992
treea80a9088edd6bd1af167d4a51b1ee5ddc22b6639
parent59e72f3cfc4ef94e01a708dc8e56a018bb013b2f
gccrs: 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