This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e067e894d62 [i386] Fix apx test fails on 32bit target new 25b91754ed4 rs6000: build constant via li;rotldi new 6e5f627492f rs6000: build constant via lis;rotldi new 8f1a70a4fbc rs6000: build constant via li/lis;rldicl/rldicr new 3da32cc3d1e rs6000: build constant via li/lis;rldic
The 4 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/rs6000/rs6000.cc | 197 ++++++++++++++++++++++++- gcc/testsuite/gcc.target/powerpc/const-build.c | 143 ++++++++++++++++++ 2 files changed, 334 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/const-build.c