YX Hao wrote:
Hi,

I mean just Ramsay Jones wrote.

the expression:

    sizeof("a string literal")

was causing an _unused_ copy of the string literal to be stored in
the data section. This expression is a compile-time constant and,
once it has been evaluated, the string literal is no longer required
(even at compile time).
-----------^^^^^^^-------- Here, may be you are right, I don't know that.

I think the string is useless to store into a compiled file.

I think I fixed that:
http://repo.or.cz/w/tinycc.git/commitdiff/14745bdeb735d565b7589ba6032abd755267c850

--gr

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to