This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79079] [6] Wrong code gen for __builtin_mul_overflow when TRULY_NOOP_TRUNCATION (32, 64) == false


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 15 06:59:34 2017
New Revision: 245465

URL: https://gcc.gnu.org/viewcvs?rev=245465&root=gcc&view=rev
Log:
        Backported from mainline
        2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
                    Kuan-Lin Chen  <kuanlinchentw@gmail.com>

        PR target/79079
        * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
        gen_lowpart.

Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/internal-fn.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]