This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/24225] [4.1 Regression] ICE: segmentation fault in profile.c:branch_prob
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Oct 2005 22:45:04 -0000
- Subject: [Bug tree-optimization/24225] [4.1 Regression] ICE: segmentation fault in profile.c:branch_prob
- References: <bug-24225-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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