This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9939b2f79bd 2019-04-03 qing zhao qing.zhao@oracle.com new 4c246688d98 PR c++/89331 - ICE with offsetof in incomplete class. new b3902d2e4fe PR c++/86586 - -fcompare-debug=-Wsign-compare.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-warn.c | 3 +++ gcc/cp/ChangeLog | 8 ++++++++ gcc/cp/semantics.c | 3 +++ gcc/cp/typeck.c | 17 +++++++++-------- gcc/testsuite/g++.dg/ext/builtin-offsetof4.C | 11 +++++++++++ gcc/testsuite/g++.dg/other/offsetof8.C | 2 +- gcc/testsuite/g++.target/i386/mv1.C | 2 +- 8 files changed, 41 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/builtin-offsetof4.C