]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using "-D_FOR...
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 4 Nov 2018 19:46:08 +0000 (19:46 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Sun, 4 Nov 2018 19:46:08 +0000 (19:46 +0000)
commit770fe3a36400fb03d0936cff86ffb76a136d5674
tree2cfa74f84366dc63ad9ff43c84f8575fd561af72
parente237f9f31d463d7a4616b70519f5bc6eb38750e5
re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2"   (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed))

gcc:
2018-11-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        PR tree-optimization/87672
        * gimple-fold.c (gimple_fold_builtin_stxcpy_chk): Gimplify.
        * tree-ssa-strlen.c (handle_builtin_strcat): Adjust object size.

testsuite:
2018-11-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        PR tree-optimization/87672
        * gcc.dg/pr87672.c: New test.

From-SVN: r265777
gcc/ChangeLog
gcc/gimple-fold.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr87672.c [new file with mode: 0644]
gcc/tree-ssa-strlen.c