This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/23125] [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault


------- Additional Comments From pinskia at physics dot uc dot edu  2005-09-11 15:40 -------
Subject: Re:  [4.0/4.1 Regression] OpenBSD's zic.c causes g++ but not gcc to segfault


On Sep 10, 2005, at 4:34 PM, geoffk at geoffk dot org wrote:

> You should be able to tell if the user set the name because it will
> start with a '*'.

Except currently, we do:
           else if (C_DECL_REGISTER (decl))
             change_decl_assembler_name (decl, get_identifier (asmspec));
           else
             set_user_assembler_name (decl, asmspec);

-- Pinski



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23125


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]