This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3f10e0d50b5 middle-end/104497 - gimplification of vector indexing new f7e26913187 c/104505 - ICE with internal function call in diagnostic ex [...] new f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
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-family/c-pretty-print.cc | 6 +++++- gcc/testsuite/c-c++-common/pr104505.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++ gcc/tree-ssa-forwprop.cc | 9 +++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/pr104505.c create mode 100644 gcc/testsuite/gcc.dg/pr104511.c