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:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346
--- Comment #8 from reagentoo at gmail dot com ---
Thank you very much! Good work!
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
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
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
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
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