diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-09-22 20:56:23 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-09-22 20:56:23 +0200 |
commit | a93952d2bee108c94f802aa14be0348bcf4bcb29 (patch) | |
tree | 849d3a7452f4b4b9d765e628ec63a4a5f3f199f4 /gcc/fortran/module.c | |
parent | 2dc589be3cb487eda8f537c535cab0f5a9a4a6a1 (diff) | |
download | gcc-a93952d2bee108c94f802aa14be0348bcf4bcb29.zip gcc-a93952d2bee108c94f802aa14be0348bcf4bcb29.tar.gz gcc-a93952d2bee108c94f802aa14be0348bcf4bcb29.tar.bz2 |
re PR middle-end/35691 (Missed (a == 0) && (b == 0) into (a|(typeof(a)(b)) == 0 when the types don't match)
PR middle-end/35691
* match.pd: Simplify x == -1 & y == -1 into (x & y) == -1
and x != -1 | y != -1 into (x & y) != -1.
* gcc.dg/pr35691-1.c: Use -fdump-tree-forwprop1-details
instead of -fdump-tree-forwprop-details in dg-options.
* gcc.dg/pr35691-2.c: Likewise.
* gcc.dg/pr35691-3.c: New test.
* gcc.dg/pr35691-4.c: New test.
From-SVN: r253107
Diffstat (limited to 'gcc/fortran/module.c')
0 files changed, 0 insertions, 0 deletions