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 c/59708] clang-compatible checked arithmetic builtins


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

--- Comment #27 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Dec  3 20:38:44 2014
New Revision: 218333

URL: https://gcc.gnu.org/viewcvs?rev=218333&root=gcc&view=rev
Log:
    PR c/59708
    * expmed.c (expand_widening_mult): Return const0_rtx if
    coeff is 0.

Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/expmed.c


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