This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ASM_GENERATE_INTERNAL_LABEL synopsis ?
- To: Marc.Espie@liafa.jussieu.fr, egcs@egcs.cygnus.com
- Subject: Re: ASM_GENERATE_INTERNAL_LABEL synopsis ?
- From: Mike Stump <mrs@wrs.com>
- Date: Tue, 31 Aug 1999 11:11:00 -0700 (PDT)
> 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.