https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85277
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2018-04-09 CC| |jakub at gcc dot gnu.org, | |jason at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Started with r254712. Before it was rejected with: pr85277.C:5:50: error: cannot apply ‘offsetof’ to member function ‘static int bar::baz()’ int bv0 = __builtin_offsetof(volatile bar, baz[0]);