This is the mail archive of the gcc@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]

Re: GCC 4.6.1 likes to rename my functions


On 06/07/11 16:08, Richard Guenther wrote:


See cgraph.c:clone_function_name, it uses the NO_DOT_IN_LABEL and NO_DOLLAR_IN_LABEL target macros and ASM_FORMAT_PRIVATE_NAME. I don't see where a '?' should enter this picture anywhere.


Thanks, exactly what I needed!


Thanks also to Jakub who replied 'in-sync' with you immediatelly after.

Why are NO_DOLLAR_IN LABEL and NO_DOT_IN_LABEL not listed in the "Output and Generation of Labels" instead of "Misc". The former sounds like it's a better fit to describe these macros.

--
PMatos


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