diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-01-01 01:20:39 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2020-01-01 01:20:39 +0100 |
commit | 2efa10d528bb20bff299a899b1f226b6174b50da (patch) | |
tree | a7f908cf8e704324b930e7585e10d53058793740 /mkinstalldirs | |
parent | b3b13bf18692701d54d6754ba7e9f155906c8d17 (diff) | |
download | gcc-2efa10d528bb20bff299a899b1f226b6174b50da.tar.gz |
re PR tree-optimization/93098 (ICE with negative shifter)
PR tree-optimization/93098
* match.pd (popcount): For shift amounts, use integer_onep
or wi::to_widest () == cst instead of tree_to_uhwi () == cst
tests. Make sure that precision is power of two larger than or equal
to 16. Ensure shift is never negative. Use HOST_WIDE_INT_UC macro
instead of ULL suffixed constants. Formatting fixes.
* gcc.c-torture/compile/pr93098.c: New test.
From-SVN: r279809
Diffstat (limited to 'mkinstalldirs')
0 files changed, 0 insertions, 0 deletions