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

--- Comment #8 from Egas  Ribeiro <egas.g.ribeiro at tecnico dot ulisboa.pt> ---
(In reply to Egas  Ribeiro from comment #6)
> i get the same exact backtrace as the test case if i use:
> ```
> template <class T>
> class Vec;  
> 
> template <class T>
> class Vec<T*>; 
> 
> template <class T>
> class Vec<T*> { };
```
nevermind! ignore this backtrace.
i had a bad build for this backtrace (was testing some changes) and forgot to
rebuild, there isn't any segfault on this testcase (only the original code).
oops.

Reply via email to