This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e846b0f13b Change if-to-switch-conversion test. new 0194d92c35c tree-optimization/103489 - fix ICE when bool pattern recog fails new fa01e206c87 Remove more stray returns and gcc_unreachable ()s
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/config/i386/i386.c | 1 - gcc/cp/logic.cc | 2 -- gcc/cp/pt.c | 3 --- gcc/fortran/target-memory.c | 1 - gcc/objc/objc-act.c | 3 --- gcc/reload.c | 7 +++---- gcc/sel-sched-ir.h | 2 -- gcc/testsuite/gcc.dg/torture/pr103489.c | 12 ++++++++++++ gcc/tree-chrec.c | 2 -- gcc/tree-if-conv.c | 2 -- gcc/tree-ssa-pre.c | 1 - gcc/tree-vect-loop.c | 18 ++++++++++++++++++ gcc/tree-vrp.c | 2 -- gcc/varasm.c | 2 -- libcpp/charset.c | 1 - 15 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103489.c