aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.cc
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@arm.com>2023-01-16 17:48:25 +0000
committerChristophe Lyon <christophe.lyon@arm.com>2023-01-19 14:18:14 +0000
commita38c079248411ea9dc0610873b3366192315bfee (patch)
treeb3305f8615a6718963d45b366e17738a328408d9 /gcc/fortran/expr.cc
parent1cfaaa42296298ea2d2b22a93d3c8c17104e6cd3 (diff)
downloadgcc-a38c079248411ea9dc0610873b3366192315bfee.zip
gcc-a38c079248411ea9dc0610873b3366192315bfee.tar.gz
gcc-a38c079248411ea9dc0610873b3366192315bfee.tar.bz2
aarch64: fix ICE in aarch64_layout_arg [PR108411]
The previous patch added an assert which should not be applied to PST types (Pure Scalable Types) because alignment does not matter in this case. This patch moves the assert after the PST case is handled to avoid the ICE. PR target/108411 gcc/ * config/aarch64/aarch64.cc (aarch64_layout_arg): Improve comment. Move assert about alignment a bit later.
Diffstat (limited to 'gcc/fortran/expr.cc')
0 files changed, 0 insertions, 0 deletions