[Bug middle-end/60556] tip of tree crash with mips compiler

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Apr 11 11:52:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60556

--- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Apr 11 11:52:14 2014
New Revision: 209300

URL: http://gcc.gnu.org/viewcvs?rev=209300&root=gcc&view=rev
Log:
    PR middle-end/60556
    * expr.c (convert_move): Use emit_store_flag_force instead of
    emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
    argument to it.

    * gcc.c-torture/compile/pr60556.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr60556.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list