https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115181

            Bug ID: 115181
           Summary: [ICE] internal compiler error in
                    invalid_tparm_referent_p, at cp/pt.cc:7274
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ldalessandro at gmail dot com
  Target Milestone: ---

Attempting to use an array literal as an NTTP.

```
template <auto> struct foo{};
foo<(int[]){1}> x;
```

Reply via email to