This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/58005] missed optimization printf constant string


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58005

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Such an optimization can increase code size (well, the total size of 
string constants in the program) if the same format string is used with 
many different arguments, so it may not always be a good idea (at least 
with -Os).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]