This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/37463] [4.4 regression] All Solaris/x86 eh tests fail
- From: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2008 19:22:59 -0000
- Subject: [Bug other/37463] [4.4 regression] All Solaris/x86 eh tests fail
- References: <bug-37463-279@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from ro at techfak dot uni-bielefeld dot de 2008-09-30 19:22 -------
Subject: Re: [4.4 regression] All Solaris/x86 eh tests fail
ebotcazou at gcc dot gnu dot org writes:
> See http://sourceware.org/ml/binutils/2008-09/msg00195.html
Thanks for the info.
> Now someone needs to write a configure test for the compiler.
I'm a bit unsure how to test this right now: what I find is that C objects
have read-only .eh_frame sections and use .cfi* directives, while C++, Java
and Ada objects have read-write .eh_frame sections and still use .eh_frame
sections directly emitted by the compiler.
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37463