This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6263b656c8f [libgomp, testsuite, nvptx] Fix pr96390.c without CUDA new 7e691189ca9 i386: Fix up copysign/xorsign expansion [PR104612] new d44dc131f48 ranger: Fix up REALPART_EXPR/IMAGPART_EXPR handling [PR104604]
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-expand.cc | 38 ++++++++++++++++++-------- gcc/gimple-range-fold.cc | 6 ++-- gcc/testsuite/gcc.c-torture/execute/pr104604.c | 34 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr104612.c | 27 ++++++++++++++++++ 4 files changed, 92 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104604.c create mode 100644 gcc/testsuite/gcc.dg/pr104612.c