https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104670
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |mpolacek at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Summary|ICE when using decltype of |[9/10/11/12 Regression] ICE |a lambda returning a struct |when using decltype of a |inside of a struct |lambda returning a struct | |inside of a struct Priority|P3 |P4 Target Milestone|--- |9.5 --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Well, it is a regression since r9-4045-g0c1e0d63fe0ceabbd04384070f3b59f8bf50de09 because before that we rejected the testcase, now we rejecte it for a different reason and ICE during error recovery. But error recovery ICEs are lower priority.