[Bug c++/54604] New: ICE (segv) calling explicitly member function template specialization in a lambda

2012-09-16 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54604 Bug #: 54604 Summary: ICE (segv) calling explicitly member function template specialization in a lambda Classification: Unclassified Product: gcc Version: 4.7.1 Statu

[Bug c++/54604] ICE (segv) calling member function template in a lambda

2012-09-17 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54604 --- Comment #2 from Jordan DeLong 2012-09-17 17:35:34 UTC --- Thanks!

[Bug c++/50361] New: gcc 4.6 ICE probably relating to std::initializer_list and template argument deduction

2011-09-11 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50361 Bug #: 50361 Summary: gcc 4.6 ICE probably relating to std::initializer_list and template argument deduction Classification: Unclassified Product: gcc Version: 4.6.0

[Bug c++/50361] [C++0x] [4.7 Regression] ICE with std::initializer_list and nullptr

2011-09-12 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50361 --- Comment #5 from Jordan DeLong 2011-09-12 19:38:22 UTC --- Ah, thanks Paolo. That simplification also gave me enough hints for a work-around for now.

[Bug c++/50361] [C++0x] [4.7 Regression] ICE with std::initializer_list and nullptr

2011-09-16 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50361 --- Comment #8 from Jordan DeLong 2011-09-16 20:12:43 UTC --- Thanks!

[Bug libstdc++/50529] New: std::vector::erase invokes undefined behavior with empty range

2011-09-26 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50529 Bug #: 50529 Summary: std::vector::erase invokes undefined behavior with empty range Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug libstdc++/50529] [C++0x] std::vector::erase invokes undefined behavior with empty range

2011-09-26 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50529 --- Comment #5 from Jordan DeLong 2011-09-27 02:56:14 UTC --- Nice. Thanks!

[Bug c++/52851] New: auto&& fails to deduce type in function template

2012-04-03 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52851 Bug #: 52851 Summary: auto&& fails to deduce type in function template Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal P

[Bug c++/52851] auto&& fails to deduce type in function template

2012-04-03 Thread delong.j at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52851 --- Comment #2 from Jordan DeLong 2012-04-03 19:07:21 UTC --- In that case it would be a bug that it works outside of a template, no? But I don't think this is actually supposed to declare an rvalue reference. The && on an auto works more like

[Bug c++/61260] New: Issue with instantiates of variadic templates inside other templates (possibly name lookup problem)

2014-05-20 Thread delong.j at fb dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: delong.j at fb dot com Created attachment 32833 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32833&action=edit Example source snippets Ca

[Bug c++/61260] Issue with instantiates of variadic templates inside other templates (possibly name lookup problem)

2014-05-20 Thread delong.j at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61260 --- Comment #1 from Jordan DeLong --- The original error.cc compiles on clang and icc.