Notes from 10 Feb meeting
Christophe de Dinechin
ddd at cup.hp.com
Tue Feb 15 21:38:17 UTC 2000
Martin von Loewis wrote:
>
> > Sequence numbers are assigned in lexical order within a function,
> > starting at 1. The entities that receive sequence numbers are local
> > static variables, local classes, and string literals. Other
> > entities (e.g. automatic variables) do not receive or affect
> > sequence numbers.
>
> The C99 standard defines an implicit variable inside of each function:
>
> static const char __func__[]="function-name";
>
What about the "pretty_func" GNUism? Sequence number -1? :-)
Christophe
More information about the cxx-abi-dev
mailing list