]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/60556 (tip of tree crash with mips compiler)
authorSteve Ellcey <sellcey@mips.com>
Fri, 11 Apr 2014 11:52:14 +0000 (11:52 +0000)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 11 Apr 2014 11:52:14 +0000 (13:52 +0200)
commit3662b2774c8124ca34489c9350a1b4dbc3f0f0be
tree3a47548f6f19ca4fff060e58db14e051efa67efb
parent8330537b5b58bd0532a0a49f9cbd59bf526a7847
re PR middle-end/60556 (tip of tree crash with mips compiler)

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.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r209300
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr60556.c [new file with mode: 0644]