[Bug c++/68884] template of value template crashes the compiler

2017-10-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68884] template of value template crashes the compiler

2017-10-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Oct 18 07:43:06 2017 New Revision: 253843 URL: https://gcc.gnu.org/viewcvs?rev=253843&root=gcc&view=rev Log: 2017-10-18 Paolo Carlini PR c++/68884 * g++

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #5 from Markus Trippelsdorf --- markus@x4 /tmp % cat tst.ii namespace std { template struct A { static constexpr _Tp value = __v; }; typedef A true_type; } template struct VsA; template struct ValueTemplate { template class, cla

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 Markus Trippelsdorf changed: What|Removed |Added Keywords||rejects-valid Status|U

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #3 from meinaccountnr2 at web dot de --- Created attachment 37023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37023&action=edit ubuntu crash report

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #2 from meinaccountnr2 at web dot de --- Created attachment 37022 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37022&action=edit Preprocessed source

[Bug c++/68884] template of value template crashes the compiler

2015-12-13 Thread meinaccountnr2 at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68884 --- Comment #1 from meinaccountnr2 at web dot de --- Created attachment 37021 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37021&action=edit console output