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 rtl-optimization/28221] [4.1 regression] ICE in add_insn_before, at emit-rtl.c:3479



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-07-05 13:36 -------
With checking enabled we have

obj2/gcc> ./cc1plus -quiet -O2 t.ii
t.ii: In static member function 'static IntType
boost::random::const_mod<IntType, m>::mult_schrage(IntType, IntType) [with
IntType = int, IntType m = 2147483647]':
t.ii:7335: error: too many outgoing branch edges from bb 3
t.ii:7335: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

maybe related to PR27291.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28221


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