This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 009d78d802d Fix bootstrap with --enable-fully-dynamic-string new 576bc6e9e0b * expmed.h (canonicalize_comparison): New declaration. * [...] new 2bf45a0ac7d Remove rtl.texi references to old RTX code class names
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/ChangeLog | 14 ++++ gcc/doc/rtl.texi | 29 ++++--- gcc/expmed.c | 93 ++++++++++++++++++++++ gcc/expmed.h | 2 + gcc/optabs.c | 3 + gcc/rtl.h | 9 +++ gcc/testsuite/ChangeLog | 4 + .../gcc.target/aarch64/imm_choice_comparison.c | 54 +++++++++++++ 8 files changed, 195 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/imm_choice_comparison.c