Text only
|
Text with Images
Pelles C forum
Pelles C => Bug reports => Topic started by: severach on February 25, 2008, 06:14:42 AM
Title:
Dead Code Elimination for strings
Post by:
severach
on
February 25, 2008, 06:14:42 AM
Code
Select
Expand
if(0) printf("XYZZY");
The above code will place XYZZY in the executable. The dead code eliminator needs to eliminate the strings too.
Title:
Re: Dead Code Elimination for strings
Post by:
JohnF
on
February 25, 2008, 07:34:42 AM
I would think that only a prepossessing directive would do you suggest.
John
Text only
|
Text with Images