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 middle-end/61529] [5 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in check_probability, at basic-block.h:953


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

--- Comment #4 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to Jakub Jelinek from comment #3)
> Started with r210538.

I am seeing something similar when compiling glibc
with trunk 20141001 with only -O2.

../iconv/skeleton.c: In function âgconvâ:
../iconv/skeleton.c:792:1: internal compiler error: in check_probability, at
basic-block.h:959
 }
 ^
0x10685aa check_probability
    ../../src/trunk/gcc/basic-block.h:959
0x10685aa apply_probability
    ../../src/trunk/gcc/basic-block.h:988
0x10685aa compute_outgoing_frequencies
    ../../src/trunk/gcc/cfgbuild.c:545
0x10685aa find_many_sub_basic_blocks(simple_bitmap_def*)
    ../../src/trunk/gcc/cfgbuild.c:636

Code ok with 20140927.

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