* Peng Yu via Gcc-help: > I am trying to understand where are unnamed string constants are > defined in symbol tables. Unnamed string constants do not have a symbol associated with them and therefore are not present in symbol tables. The labels you see in assembler output are merely an assembler-level construct. Thanks, Florian