This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49972] Invalid .gcc_except_table with -freorder-blocks-and-partition
- From: "amodra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 10:34:45 +0000
- Subject: [Bug rtl-optimization/49972] Invalid .gcc_except_table with -freorder-blocks-and-partition
- Auto-submitted: auto-generated
- References: <bug-49972-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49972
--- Comment #2 from Alan Modra <amodra at gmail dot com> 2011-08-04 10:34:27 UTC ---
Entries in the call-site table for start of the instructions for the current
call site, and the pointer to the landing pad for this sequence of
instructions, are byte offsets from the landing pad base. This basically means
the landing pad base, the landing pads, and call sites must all be in the same
section.