2018-04-26 Richard Biener <rguenther@suse.de>
commit2480c1911b53a35b6d3fe4ac9063a3db8fc52746
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Apr 2018 07:21:42 +0000 (26 07:21 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Apr 2018 07:21:42 +0000 (26 07:21 +0000)
tree7dd9eb7318a103cdc57fba805851ed79c737c064
parent488eccdbf9bf43a984549ad09d84462524af51e9
2018-04-26  Richard Biener  <rguenther@suse.de>

PR middle-end/85450
* tree-cfg.c (verify_gimple_assign_unary): Restore proper
checking of integer<->pointer conversions.
* omp-expand.c (expand_omp_for_static_nochunk): Avoid
sign-/zero-extending pointer types.
(expand_omp_for_static_chunk): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259667 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/omp-expand.c
gcc/tree-cfg.c