This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/59761] ICE: g++ segfaults in test case involving constexpr default constructor with uninitialized member and template type alias


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59761

--- Comment #1 from Matheus Izvekov <mizvekov at gmail dot com> ---
Created attachment 31804
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31804&action=edit
gcc rejects this, but without ICE

Same thing as test_bad.cc, except that std::enable_if is used directly instead
of enable_if_t


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]