[Bug c++/59118] New: internal compiler error: Segmentation fault - with "using" keyword and template parameter(s) (C++11)

2013-11-13 Thread reagentoo at gmail dot com
Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reagentoo at gmail dot com Minimal code where the bug is reproducible (http://ideone.com/tTVorC): #include template class Test { public:

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

2017-02-04 Thread reagentoo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 --- Comment #8 from reagentoo at gmail dot com --- Thank you very much! Good work!

[Bug libstdc++/78346] New: std::search with binary comparison predicate uses invalid reference

2016-11-14 Thread reagentoo at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: reagentoo at gmail dot com Target Milestone: --- When using std::search with binary comparison predicate, reference obtained from iterator outlives iterator itself which

[Bug c++/60328] New: [4.8/4.9 Regression] [c++11] ICE/Rejection with specialization in variadic template

2014-02-24 Thread reagentoo at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reagentoo at gmail dot com The following valid code snippet (compiled with "-std=c++11") rejected in GCC 4.9.0 (20130909) and triggers an ICE in

[Bug c++/60328] [4.8/4.9 Regression] [c++11] ICE/Rejection with specialization in variadic template

2014-02-24 Thread reagentoo at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60328 --- Comment #2 from reagentoo at gmail dot com --- (In reply to Jason Merrill from comment #1) > GCC 4.9 implements the tentative resolution of DR 1430. > > http://open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1430 > > *** Th

[Bug c++/64488] New: [4.9/5.0][c++11] Expand initializer list with lambdas in variadic template. Reject valid code.

2015-01-04 Thread reagentoo at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reagentoo at gmail dot com The following valid code snippet (compiled with "-std=c++11") rejected in GCC 5.0.0 (20150103) but compiles with Cl

[Bug c++/63849] New: [4.9/5.0 Regression] ICE on variadic alias template with wrappers

2014-11-13 Thread reagentoo at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: reagentoo at gmail dot com The following invalid (or perhaps invalid, I think) code snippet triggers an ICE in GCC 4.9.2 and 5.0.0 (2014