[Bug c++/52844] ICE

2014-04-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Target Milestone|--- |4.9.0 ---

[Bug c++/52844] ICE

2014-04-10 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #11 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Thu Apr 10 14:06:36 2014 New Revision: 209276 URL: http://gcc.gnu.org/viewcvs?rev=209276root=gccview=rev Log: 2014-04-10 Paolo Carlini

[Bug c++/52844] ICE

2014-04-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/52844] ICE

2013-07-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/52844] ICE

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

[Bug c++/52844] ICE

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

[Bug c++/52844] ICE

2012-10-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com 2012-10-15 09:58:06 UTC --- Of course this is also enough: template class struct V { }; template int...Is void f ( V Is...) { } auto g ( ) - decltype ( f ( V long

[Bug c++/52844] ICE

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2012-10-12 15:06:38 UTC --- Dave, if we don't reduce the size of the testcase it will take a lot of time for somebody to look into this. Do you have anything smaller?

[Bug c++/52844] ICE

2012-10-12 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug c++/52844] ICE

2012-10-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #4 from Marc Glisse glisse at gcc dot gnu.org 2012-10-12 15:52:16 UTC --- template class struct V { }; template int... struct tuple ; template int...Is void f ( V Is...) { } auto g ( ) - decltype ( f ( V long ( ) ) )

[Bug c++/52844] ICE

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #5 from Paolo Carlini paolo.carlini at oracle dot com 2012-10-12 15:53:36 UTC --- Thanks guys!

[Bug c++/52844] ICE

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Keywords|

[Bug c++/52844] ICE

2012-04-03 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52844 --- Comment #1 from Dave Abrahams dave at boostpro dot com 2012-04-03 15:06:08 UTC --- I think the problem is simple: missing initial type argument to vector_c in: template typename F, typename Tuple , std::size_t ...Is auto apply_tuple(F f,