[Bug target/64200] ICE: in decide_alg, at config/i386/i386.c:24510 with -mmemcpy-strategy=libcall:-1:align -minline-stringops-dynamically

hjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 6 11:33:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64200

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Sat Dec  6 11:32:46 2014
New Revision: 218446

URL: https://gcc.gnu.org/viewcvs?rev=218446&root=gcc&view=rev
Log:
Don't assert "alg != libcall" for -minline-stringops-dynamically

gcc/

    PR target/64200
    * config/i386/i386.c (decide_alg): Don't assert "alg != libcall"
    for TARGET_INLINE_STRINGOPS_DYNAMICALLY.

gcc/testsuite/

    PR target/64200
    * gcc.target/i386/memcpy-strategy-4.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/memcpy-strategy-4.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list