[Bug c++/57550] [4.8/4.9 Regression] bogus "error ... is private"

2013-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57550] [4.8/4.9 Regression] bogus "error ... is private"

2013-06-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/57550] [4.8/4.9 Regression] bogus "error ... is private"

2013-06-06 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 --- Comment #2 from Paul Pluzhnikov --- (In reply to Andrew Pinski from comment #1) > I think the problem is that you cannot take an address of a private static > function as that would get around access controls. Surely you can in a class member

[Bug c++/57550] [4.8/4.9 Regression] : bogus "error ... is private"

2013-06-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Andrew Pinski changed: What|Removed |Added Summary|[4.8/4.9] Regression: bogus |[4.8/4.9 Regression] :