http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39464
--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-20 10:40:33 UTC --- Author: jakub Date: Thu Dec 20 10:40:26 2012 New Revision: 194630 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194630 Log: PR c/39464 * c-typeck.c (convert_for_assignment): For -Wpointer-sign warning require that both c_common_unsigned_type as well as c_common_signed_type is the same for both mvl and mvr types. * gcc.dg/pr39464.c: New test. Added: trunk/gcc/testsuite/gcc.dg/pr39464.c