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++/68385] [6 Regression] ICE building libstdc++ on arm-none-eabi


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Nov 25 14:35:24 2015
New Revision: 230871

URL: https://gcc.gnu.org/viewcvs?rev=230871&root=gcc&view=rev
Log:
        PR c++/68385

        * tree.c (integer_zerop, integer_onep, integer_each_onep)
        (integer_all_onesp, integer_minus_onep, integer_pow2p)
        (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
        (real_zerop, real_onep, real_minus_onep): Remove STRIP_NOPS.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree.c

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