https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569
--- Comment #14 from Oliver Tale-Yazdi ---
So can we close this?
You actually fixed two bugs, should I open a second report for the decltype bug
(accepts-invalid) and link it here as solved?
I dont really know how bugzilla is used here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569
--- Comment #6 from Oliver Tale-Yazdi ---
It seems to be only dependent on the template specialization of the member.
–––
template
struct A {
template
static U u;
};
template
template
U A:
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oliver.tale at web dot de
Target Milestone: ---
Created attachment 38718
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38718&action=edit
gcc -v -save-temps cr