]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pass:...
authorRichard Biener <rguenther@suse.de>
Thu, 26 Apr 2018 07:21:42 +0000 (07:21 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 26 Apr 2018 07:21:42 +0000 (07:21 +0000)
commitbde84d51205c49afc0379757aa51bdb17a4eca10
tree7dd9eb7318a103cdc57fba805851ed79c737c064
parente92306590ef0c4e51a0fc0053469a28ed60b1c1c
re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pass: ompexp)

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.

From-SVN: r259667
gcc/ChangeLog
gcc/omp-expand.c
gcc/tree-cfg.c