https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77834
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Nov 7 13:33:37 2016 New Revision: 241905 URL: https://gcc.gnu.org/viewcvs?rev=241905&root=gcc&view=rev Log: PR target/77834 * alias.c (nonoverlapping_memrefs_p): If one decl is FUNCTION_DECL or LABEL_DECL and the other is not, return 1. Modified: trunk/gcc/ChangeLog trunk/gcc/alias.c