This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter
- From: "gcc at Denis-Excoffier dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 11 Dec 2011 19:45:48 +0000
- Subject: [Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter
- Auto-submitted: auto-generated
- References: <bug-44107-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
Denis Excoffier <gcc@Denis-Excoffier.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.6.0 |4.7.0
--- Comment #17 from Denis Excoffier <gcc@Denis-Excoffier.org> 2011-12-11 19:45:48 UTC ---
Hello,
Here comes gcc-4.7.20111203 with (not unexpectedly) exactly the same symptoms
(see Description above). I tried the patches provided in Comments #4 and #5
with no success:
11 out of 13 hunks FAILED -- saving rejects to file gcc/dwarf2out.c.rej
1 out of 3 hunks FAILED -- saving rejects to file gcc/config/darwin.c.rej
1 out of 1 hunk FAILED -- saving rejects to file gcc/config/darwin10.h.rej
The two patches have been working successfully for all 4.6.x versions. Can we
expect an update
of them for GCC 4.7?
You must know that i also tried the same as before:
sed -e 's|^ifeq (/usr/lib,|ifneq (/usr/lib,|g' libgcc/config/t-slibgcc-darwin
and of course it works.
Regards,
Denis Excoffier.
P.S.
Am i the only one needing this patch? As far as i am concerned, i can live with
the above workaround.