[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 changed: What|Removed |Added CC||daniel.santos at pobox dot com --- Commen

[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 --- >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); fputs("%s: test1\n" + 2/*

[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 --- 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

[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 changed: What|Removed |Added Keywords||missed-optimization Status|UN

[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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org Compone