[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-31 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-31 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 --- Comment #3 from Nathan Sidwell --- Author: nathan Date: Tue Jan 31 19:37:11 2017 New Revision: 245069 URL: https://gcc.gnu.org/viewcvs?rev=245069&root=gcc&view=rev Log: PR c++/79290 * typeck.c (build_ptrmemfunc_access_expr):

[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-31 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 --- Comment #2 from Jonathan Wakely --- I forgot to provide the error. For completeness, it's: s.cc: In member function ‘bool Printer::operator()(SongTag)’: s.cc:16:36: error: request for member ‘int (Song::*)(unsigned int) const::__pfn’ in ‘st.

[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-30 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/79290] [7 Regression] forming pointer to member function tries to access "__pfn"

2017-01-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79290 Jonathan Wakely changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment