This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f75e6cf583 bootstrap: tm_p.h requires memmodel.h on SPARC. new 857a6ee25ff c: -Wincompatible-pointer-types should cover mismatches in ?: new 7069ea909f5 c: -Wint-conversion should cover pointer/integer mismatches in ?:
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/c-typeck.cc | 20 ++++++++++---------- gcc/testsuite/gcc.dg/Wincompatible-pointer-types-2.c | 10 ++++++++++ gcc/testsuite/gcc.dg/Wincompatible-pointer-types-3.c | 10 ++++++++++ gcc/testsuite/gcc.dg/Wincompatible-pointer-types-4.c | 10 ++++++++++ gcc/testsuite/gcc.dg/Wint-conversion-3.c | 14 ++++++++++++++ 5 files changed, 54 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-2.c create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-3.c create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-4.c create mode 100644 gcc/testsuite/gcc.dg/Wint-conversion-3.c