public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101233] New: ICE when using ::ranges::v3::to<std::pmr::vector>
@ 2021-06-27 15:00 475647575 at qq dot com
  2021-06-28  7:31 ` [Bug c++/101233] " marxin at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: 475647575 at qq dot com @ 2021-06-27 15:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101233

            Bug ID: 101233
           Summary: ICE when using ::ranges::v3::to<std::pmr::vector>
           Product: gcc
           Version: 11.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: 475647575 at qq dot com
  Target Milestone: ---

Try the following code:
--------
#include <vector>
#include <range/v3/action.hpp>

int main(){
    std::vector<int> v{1,2,3,4,5};
    v | ::ranges::v3::to<std::pmr::vector>;
}
--------

godbolt link:https://godbolt.org/z/oxnbad9M6

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-07-16 22:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27 15:00 [Bug c++/101233] New: ICE when using ::ranges::v3::to<std::pmr::vector> 475647575 at qq dot com
2021-06-28  7:31 ` [Bug c++/101233] " marxin at gcc dot gnu.org
2021-06-28 10:08 ` 475647575 at qq dot com
2021-06-28 10:26 ` marxin at gcc dot gnu.org
2021-06-28 10:34 ` 475647575 at qq dot com
2021-07-15 15:22 ` ppalka at gcc dot gnu.org
2021-07-15 16:00 ` ppalka at gcc dot gnu.org
2021-07-15 16:20 ` redi at gcc dot gnu.org
2021-07-16 20:21 ` cvs-commit at gcc dot gnu.org
2021-07-16 22:49 ` cvs-commit at gcc dot gnu.org
2021-07-16 22:52 ` ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).