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

2013-09-23 Thread daniel.santos at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58005 Daniel Santos daniel.santos at pobox dot com changed: What|Removed |Added CC|

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

2013-07-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58005 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jakub at

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

2013-07-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58005 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

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

2013-07-27 Thread joseph at codesourcery dot com
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

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

2013-07-27 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58005 --- Comment #4 from Evgeniy Dushistov dushistov at mail dot ru --- Such an optimization can increase code size if the same format string is used with many different arguments, may be then two fputs calls? fputs(__PRETTY_FUNCTION__, stdout);