typeck.c
289 KB
-
Fix PR c++/68711 - [6 regression] SEGV on an invalid offsetof of a member · 1a161cd7
of a virtual base. gcc/testsuite/ChangeLog: * g++.dg/other/offsetof8.C: New test. gcc/cp/ChangeLog: * typeck.c (build_class_member_access_expr): Strip NOPs before testing a potentially null operand for equality to zero. From-SVN: r231437
Martin Sebor committed