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]

Re: ASM_GENERATE_INTERNAL_LABEL synopsis ?


> Date: Tue, 31 Aug 1999 19:33:58 +0200
> From: Marc Espie <espie@tetto.liafa.jussieu.fr>

> Looking at dwarf2out.c, I believe that ASM_GENERATE_INTERNAL_LABEL
> and its twins may be currently badly defined.

Do you use values beyond 2 billion?  If not, why worry about it?  If
so, can they be squished by the user to be less?  If not, how big is
the input to the compiler, and how large is the output?

I think we want to skip playing with unsigned and go straight to long
long if needed, I just question the need.

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