[Bug c++/92393] New: Uniform initialization of non-copiable class data member cause to error

2019-11-06 Thread i.bubnikov at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: i.bubnikov at gmail dot com Target Milestone: --- This is the short example of code that doesn`t compile with GCC9.2 or previous but it must to according to c++ standart. class

[Bug c++/92393] Uniform initialization of non-copiable class data member cause to error

2019-11-19 Thread i.bubnikov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92393 --- Comment #2 from Иван Бубников --- (In reply to Jonathan Wakely from comment #1) > Another dup of PR 63707 ? Yes, it seems so. I`ll mark my request as duplicate. Thanks.

[Bug c++/92393] Uniform initialization of non-copiable class data member cause to error

2019-11-19 Thread i.bubnikov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92393 Иван Бубников changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2019-11-19 Thread i.bubnikov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 Иван Бубников changed: What|Removed |Added CC||i.bubnikov at gmail dot com --- Comment