[Bug c++/86183] Scoped enumeration instantiated even if not required

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86183 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/86183] Scoped enumeration instantiated even if not required

2018-07-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86183 --- Comment #4 from Jonathan Wakely --- *** Bug 86384 has been marked as a duplicate of this bug. ***

[Bug c++/86183] Scoped enumeration instantiated even if not required

2018-06-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86183 --- Comment #3 from Jonathan Wakely --- The code is valid. It should not give an error, because the definition of the scoped enumeration type should be instantiated by the implicit instantiation of the class template. I changed the status to NEW

[Bug c++/86183] Scoped enumeration instantiated even if not required

2018-06-20 Thread zhonghao at pku dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86183 --- Comment #2 from zhonghao at pku dot org.cn --- (In reply to Jonathan Wakely from comment #1) > The definition of a member scoped enumaration type should not be > instantiated by the implicit instantiation of the class template. Is the code il

[Bug c++/86183] Scoped enumeration instantiated even if not required

2018-06-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86183 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|