This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/34999] Fallthru crossing edges in partition_hot_cold_basic_blocks are not been fixed when the section ends with call insn
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Feb 2008 06:32:37 -0000
- Subject: [Bug rtl-optimization/34999] Fallthru crossing edges in partition_hot_cold_basic_blocks are not been fixed when the section ends with call insn
- References: <bug-34999-13229@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #13 from ubizjak at gmail dot com 2008-02-29 06:32 -------
(In reply to comment #12)
> If the marked line is changed to .long .LCOLDB2-.LCOLDB2 (or ..E2 - ..E2) the
> compilation succeeds. However, looking through asm, it looks correct to me.
That is, the frame and label positions look correct to me. The problem in PR
34249 was malformed frame, which is not the case here.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34999