This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88c9a831f3a [ARM][GCC][14x]: MVE ACLE whole vector left shift with carr [...] new d326e9586b4 driver: Improve the generated help text for alias options new 5db9e89323c c: Fix up cfun->function_end_locus on invalid function bodi [...] new ca6c722561c c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for [...]
The 3 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 | 11 ++++++++ gcc/c-family/ChangeLog | 6 +++++ gcc/c-family/c-warn.c | 5 ++++ gcc/c/ChangeLog | 8 ++++++ gcc/c/c-parser.c | 7 +++--- gcc/opts.c | 29 +++++++++++++++++----- gcc/testsuite/ChangeLog | 10 ++++++++ .../c-c++-common/ubsan/float-cast-overflow-1.c | 2 +- .../c-c++-common/ubsan/float-cast-overflow-2.c | 2 +- .../c-c++-common/ubsan/float-cast-overflow-4.c | 2 +- gcc/testsuite/g++.dg/ubsan/pr91993.C | 17 +++++++++++++ gcc/testsuite/g++.dg/warn/Wconversion-pr91993.C | 17 +++++++++++++ gcc/tree.c | 15 +++++++++++ 13 files changed, 118 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/pr91993.C create mode 100644 gcc/testsuite/g++.dg/warn/Wconversion-pr91993.C