[Bug tree-optimization/46507] std::tuple missed optimization

2013-09-14 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46507 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization CC|

[Bug tree-optimization/46507] std::tuple missed optimization

2010-11-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46507 --- Comment #3 from Jonathan Wakely 2010-11-16 19:27:48 UTC --- Paolo, your example *does* show a significant difference: the missed optimisation is in std::get() and not tuple itself, as shown by #include #include struct A { virtual vo

[Bug tree-optimization/46507] std::tuple missed optimization

2010-11-16 Thread miles at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46507 --- Comment #2 from miles at gnu dot org 2010-11-16 19:06:02 UTC --- > Note that when I tried this same test yesterday, on a different machine (but > the same compiler version), "extern_tuple_test" (but not "arg_tuple_test") > _did_ result in a dir

[Bug tree-optimization/46507] std::tuple missed optimization

2010-11-16 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46507 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot