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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Here is a C++11 testcase that also fails in a similar way:
```
typedef int b;
template<b>struct F1{};
F1<b{(1>0)}> a;
F1<b{1>0}> a0;
```

Reply via email to