https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119961
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |aarch64 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- With the following added to the begining of the testcase: ``` struct static_key; struct i2c_adapter; ``` We get the following ICE for aarch64 on the trunk: ``` during RTL pass: dwarf2 dump file: /app/output.cpp.365r.dwarf2 <source>: In function '__i2c_transfer': <source>:151:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.cc:2591 151 | } | ^ ```