[Bug debug/90674] [7.1 Regression] ICE in gen_subprogram_die

barannikov88 at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed May 29 23:05:00 GMT 2019


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

--- Comment #1 from Sergey Barannikov <barannikov88 at gmail dot com> ---
Can be further simplified to just

template<typename T>
struct C {
    C() {}
};

template<>
C<int>::C() = default;


with the same result.


More information about the Gcc-bugs mailing list