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/24225] [4.1 Regression] ICE: segmentation fault in profile.c:branch_prob



------- Comment #10 from steven at gcc dot gnu dot org  2005-10-20 22:45 -------
The second fix boostraps the compiler proper and it builds libstdc++ and
libgfortran without problems.  But it fails on cp-demangle.c for some reason. 
That's probably another case where we don't put a locus on statements in a
gimplified statement list.  Fixing that, who knows where else we'll discover
similar problems...

Therefore, at least for GCC 4.1 I'm more comfortable with my first patch.  I'll
bootstrap+test and profilebootstrap that patch and post it for comment if it
doesn't cause any regressions.


-- 


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


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