http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556
Steve Ellcey <sje at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |middle-end
--- Comment #17 from Steve Ellcey <sje at gcc dot gnu.org> ---
I am changing this from a target but to a middle-end bug since the problem is
in expr.c and not MIPS specific. Any target where POINTERS_EXTEND_UNSIGNED is
false could hit this. A patch based on comment #16 will be submitted shortly.