https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64025
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Nov 27 11:02:02 2014 New Revision: 218119 URL: https://gcc.gnu.org/viewcvs?rev=218119&root=gcc&view=rev Log: PR lto/64025 * alias.c (find_base_term): Use std::swap. Prefer tmp2 if it is CONSTANT_P other than CONST_INT. Modified: trunk/gcc/ChangeLog trunk/gcc/alias.c