[Bug c++/68711] [5 regression] SEGV on an invalid offsetof of a member of a virtual base

2015-12-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68711 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68711] [5 regression] SEGV on an invalid offsetof of a member of a virtual base

2015-12-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68711 --- Comment #2 from Martin Sebor --- The patch in comment #1 fixes it. Unfortunately, there are other expressions that cause the same problem even in prior versions of GCC. Since those were accepted even prior to r230365, and in fact are

[Bug c++/68711] [5 regression] SEGV on an invalid offsetof of a member of a virtual base

2015-12-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68711 --- Comment #3 from Martin Sebor --- Patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg00662.html