https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127150
Bug ID: 127150
Summary: aarch64: ICE in set_decl_context_in_fn, at
cp/name-lookup.cc
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: s.kimura.h41104 at gmail dot com
Target Milestone: ---
Compiler Explorer: https://godbolt.org/z/KGh3bPTdj
Reproducer:
```
void foo() {
#pragma GCC aarch64 "arm_neon.h"
}
```
