This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault
- From: "geoffk at geoffk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2005 20:34:47 -0000
- Subject: [Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault
- References: <20050729032118.23125.flash@pobox.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From geoffk at geoffk dot org 2005-09-10 20:34 -------
Subject: Re: [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault
On 09/09/2005, at 9:56 PM, pinskia at gcc dot gnu dot org wrote:
> So it is little harder to fix than I had previous thought as there
> is no way to know if user set the decl
> name or if it was just the name of the decl. The front-ends have
> to be fixed to call
> set_user_assembler_name all the time and then make_decl_rtl needs
> to be updated for that but I don't
> have the time to test that patch.
You should be able to tell if the user set the name because it will
start with a '*'.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23125