This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e333ad4ed82 nvptx: '#define MAX_FIXED_MODE_SIZE 128' new 518def14ef1 input: Fix up ICEs with --param=file-cache-files=N for N > [...] new 8371e7f240c gimple-fold: Fix a pasto in fold_truth_andor_for_ifcombine [...]
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/gimple-fold.cc | 2 +- gcc/input.cc | 71 +++++++++++++++----------- gcc/input.h | 4 +- gcc/testsuite/gcc.c-torture/execute/pr119030.c | 26 ++++++++++ gcc/testsuite/gcc.dg/pr118860.c | 5 ++ gcc/toplev.cc | 3 +- 6 files changed, 76 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119030.c create mode 100644 gcc/testsuite/gcc.dg/pr118860.c