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

--- Comment #14 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Mon Apr  4 15:47:51 2016
New Revision: 234718

URL: https://gcc.gnu.org/viewcvs?rev=234718&root=gcc&view=rev
Log:
[gcc]

2016-04-04  Bill Schmidt  <wschm...@linux.vnet.ibm.com>
            Jakub Jelinek <ja...@redhat.com>

        PR middle-end/70457
        * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
        to ensure a call statement is compatible with a built-in's
        prototype.
        * tree-ssa-math-opts.c (execute_cse_sincos_1): Likewise.
        (execute_cse_sincos): Likewise.
        (execute_optimize_widening_mul): Likewise.

[gcc/testsuite]

2016-04-04  Bill Schmidt  <wschm...@linux.vnet.ibm.com>
            Jakub Jelinek <ja...@redhat.com>

        PR middle-end/70457
        * gcc.dg/torture/pr70457.c: New.


Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/torture/pr70457.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_9-branch/gcc/tree-inline.c
    branches/gcc-4_9-branch/gcc/tree-ssa-math-opts.c

Reply via email to