https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85450

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Thu Apr 26 07:21:42 2018
New Revision: 259667

URL: https://gcc.gnu.org/viewcvs?rev=259667&root=gcc&view=rev
Log:
2018-04-26  Richard Biener  <rguent...@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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-expand.c
    trunk/gcc/tree-cfg.c

Reply via email to