[Bug c++/85277] [8 Regression] Broken diagnostic for offsetof with static member function

2018-04-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85277] [8 Regression] Broken diagnostic for offsetof with static member function

2018-04-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Apr 9 20:40:06 2018 New Revision: 259254 URL: https://gcc.gnu.org/viewcvs?rev=259254=gcc=rev Log: PR c++/85277 - ICE with invalid offsetof. * semantics.c

[Bug c++/85277] [8 Regression] Broken diagnostic for offsetof with static member function

2018-04-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/85277] [8 Regression] Broken diagnostic for offsetof with static member function

2018-04-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/85277] [8 Regression] Broken diagnostic for offsetof with static member function

2018-04-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---