[Bug c++/79832] [C++14/17] result of subscripting non lvalue array should be xvalue

2017-08-29 Thread listcrawler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79832 listcrawler at gmail dot com changed: What|Removed |Added CC||listcrawler at gmail dot

[Bug c++/61093] New: faulty reference initialization in return statement

2014-05-07 Thread listcrawler at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: listcrawler at gmail dot com The program below compiles without error, although an int & is initialized from a float const. typedef int & T; T

[Bug c++/61093] faulty reference initialization in return statement

2014-05-07 Thread listcrawler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61093 --- Comment #3 from listcrawler at gmail dot com --- Ah, thanks for the explanation!

[Bug c++/63885] New: ICE in static assert of constexpr forwarding xvalue container member rvalue reference

2014-11-15 Thread listcrawler at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: listcrawler at gmail dot com Created attachment 33983 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33983&action=edit preprocessed source file Internal c

[Bug c++/63885] [5 Regression] ICE in static assert of constexpr forwarding xvalue container member rvalue reference

2014-11-20 Thread listcrawler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63885 --- Comment #3 from listcrawler at gmail dot com --- I tested the latest revision this morning and all my tests passed. Thanks!

[Bug libstdc++/107376] New: regex executor requires allocator to be default constructible

2022-10-24 Thread listcrawler at gmail dot com via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: listcrawler at gmail dot com Target Milestone: --- To recreate problem: #include #include template struct Alloc { using value_type = T; T* allocate(std::size_t n