This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 688fc162b76 analyzer: fix leak false positives on "*UNKNOWN = PTR;" [PR108252] new 9ca4899144d preprocessor: Don't register pragmas in directives-only mod [...] new 306ff653a3a config-list.mk: Remove obsolete FreeBSD targets
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: contrib/config-list.mk | 6 +-- gcc/c-family/c-pragma.cc | 56 +++++++++++++++------------- gcc/testsuite/c-c++-common/cpp/pr108244-1.c | 5 +++ gcc/testsuite/c-c++-common/cpp/pr108244-2.c | 5 +++ gcc/testsuite/c-c++-common/gomp/pr108244-3.c | 5 +++ 5 files changed, 49 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr108244-1.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr108244-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr108244-3.c