http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47364
--- Comment #7 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-06-14 16:32:01 UTC --- Author: hjl Date: Tue Jun 14 16:31:57 2011 New Revision: 175034 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175034 Log: Properly expand strlen to Pmode. 2011-06-14 H.J. Lu <hongjiu...@intel.com> PR middle-end/47364 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode and properly handle result not in Pmode. Modified: trunk/gcc/ChangeLog trunk/gcc/builtins.c