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 tree-optimization/82669] ICE at -Os on valid code on x86_64-linux-gnu: in bitmap_check_index, at sbitmap.h:105


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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Nov  9 10:27:21 2017
New Revision: 254567

URL: https://gcc.gnu.org/viewcvs?rev=254567&root=gcc&view=rev
Log:
Remove non needed check in bmp_iter_set_init (PR tree-optimization/82669).

2017-11-09  Martin Liska  <mliska@suse.cz>

        PR tree-optimization/82669
        * sbitmap.h (bmp_iter_set_init): Remove non needed check.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/sbitmap.h

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