This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e4c47d1088 AVR: Tweak unsigned comparisons against 256 resp. 65536. new b3974356b09 Add TARGET_MODE_CAN_TRANSFER_BITS new c71646436a5 [x86] implement TARGET_MODE_CAN_TRANSFER_BITS new ed03af4ef3b tree-optimization/114659 - VN and FP to int punning
The 3 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.cc | 22 ++++++++++++ gcc/doc/tm.texi | 11 ++++++ gcc/doc/tm.texi.in | 2 ++ gcc/target.def | 13 +++++++ gcc/target.h | 16 +++++++++ gcc/testsuite/gcc.target/i386/pr114659.c | 62 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-sccvn.cc | 11 +++--- 7 files changed, 130 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr114659.c