This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 376f725 * fwprop.c (update_uses): Use flag_checking instead of gcc_ [...] new 7d33748 PR c++/67409 * decl.c (identify_goto): Add LOC and DIAG_KIN [...] new 5920e04 liboffloadmic/ * plugin/libgomp-plugin-intelmic.cpp (struct [...]
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/ChangeLog | 13 ++ gcc/cp/decl.c | 78 ++++++----- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/eh/goto3.C | 14 ++ liboffloadmic/ChangeLog | 38 +++++- liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 162 +++++++++++++---------- liboffloadmic/plugin/offload_target_main.cpp | 121 ++++++++--------- 7 files changed, 262 insertions(+), 169 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/goto3.C