[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

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

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2019-03-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 13 15:01:00 2019 New Revision: 269651 URL: https://gcc.gnu.org/viewcvs?rev=269651=gcc=rev Log: 2019-03-13 Paolo Carlini PR c++/63508 *

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-11 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-10 Thread mlang at delysid dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 --- Comment #1 from Mario Lang mlang at delysid dot org --- Created attachment 33684 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33684action=edit bug.cpp g++ -std=c++11 bug.cpp