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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Also ICEs without the template:

struct A {};
int fn(A);
struct B {
  A a;
  decltype(fn(a)) p;
};

Reply via email to