This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8db7887dfb c++: Consider addresses of heap artificial vars always non- [...] new 20482cfcc1d i386: Fix ICEs due to simplify_gen_subreg returning NULL [PR99025] new 0f39fb7b001 varasm: Fix ICE with -fsyntax-only [PR99035]
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/sse.md | 11 +++++++++++ gcc/testsuite/g++.dg/ext/weak6.C | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr99025.c | 17 +++++++++++++++++ gcc/varasm.c | 7 ++++++- 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/ext/weak6.C create mode 100644 gcc/testsuite/gcc.target/i386/pr99025.c