[Bug c++/80956] [7/8 Regression] ICE with abstract class vector
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Thu Apr 5 09:02:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paolo.carlini at oracle dot com
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
On the original testcase we don't ICE anymore. We still do on the reduced one
attached by Jakub but that seems just a case where we further want to fail more
gracefully for non-conforming std::initializer_list, thus extending what Jason
added a while ago to finish_struct (indeed we neither ICE on the reduced
testcase including <initializer_list>).
More information about the Gcc-bugs
mailing list