diff options
author | Philip Herron <herron.philip@googlemail.com> | 2025-03-27 12:04:41 +0000 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2025-03-31 21:07:16 +0200 |
commit | 4c2b0c1d885fd01d20f252155df1578278548367 (patch) | |
tree | 7b958be04479189e8768719b0360a30774242c09 /gcc/fortran | |
parent | 0b522745670e83ee4b5af0782982743b3f715c30 (diff) | |
download | gcc-4c2b0c1d885fd01d20f252155df1578278548367.zip gcc-4c2b0c1d885fd01d20f252155df1578278548367.tar.gz gcc-4c2b0c1d885fd01d20f252155df1578278548367.tar.bz2 |
gccrs: Fix ICE when compiling block expressions in array capacity
We need to reuse the existing compile_constant_item helper which handles
the case if this is a simple expression, fn-call or a block expression.
The patch extracts out this helper as a static method so this can be used
in more places.
Fixes Rust-GCC#3566
gcc/rust/ChangeLog:
* backend/rust-compile-base.cc (HIRCompileBase::address_expression): new helper constexpr
* backend/rust-compile-base.h: prototype
* backend/rust-compile-type.cc (TyTyResolveCompile::visit): call constexpr helper
gcc/testsuite/ChangeLog:
* rust/compile/issue-3566-1.rs: New test.
* rust/compile/issue-3566-2.rs: New test.
Signed-off-by: Philip Herron <herron.philip@googlemail.com>
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions