[Bug c++/110913] New: internal compiler error when I pass temporary vector of string to co_await target function

2023-08-05 Thread redboltz at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: redboltz at gmail dot com Target Milestone: --- # Environment ## gcc --version gcc (GCC) 13.2.1 20230730 Copyright (C) 2023 Free Software Foundation, Inc

[Bug libstdc++/95992] chrono adding duration to time_point reports signed integer overflow with -fsanitize=undefined

2020-07-01 Thread redboltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95992 --- Comment #2 from Takatoshi Kondo --- Thank you. I understood that I should use appropriate types. I also understood why libc++ and libstdc++ behavior are different.

[Bug libstdc++/95765] std::vector should be built without warnings with -Wconversion and/or -Wsystem-headers

2020-06-19 Thread redboltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95765 --- Comment #4 from Takatoshi Kondo --- Thank you for fixing the warnings. > Users should not be routinely using -Wsystem-headers to find problems with > their own code (that defeats the entire purpose of suppressing warnings in > system heade

[Bug libstdc++/95765] New: std::vector should be built without warnings with -Wconversion and/or -Wsystem-headers

2020-06-19 Thread redboltz at gmail dot com
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: redboltz at gmail dot com Target Milestone: --- This is similar issue to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50871 but different one. Tested on x86

[Bug libstdc++/92156] Cannot in-place construct std::any with std::any

2020-01-05 Thread redboltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92156 Takatoshi Kondo changed: What|Removed |Added CC||redboltz at gmail dot com --- Comment

[Bug libstdc++/69853] An inheriting constructor of the class that inherited std::tuple isn't called correctly

2017-03-31 Thread redboltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69853 --- Comment #4 from Takatoshi Kondo --- Thank you for the comment. I understand. I use perfect forwarding in this case.

[Bug c++/61636] generic lambda "cannot call member function without object"

2016-05-10 Thread redboltz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Takatoshi Kondo changed: What|Removed |Added CC||redboltz at gmail dot com --- Comment

[Bug libstdc++/69853] New: An inheriting constructor of the class that inherited std::tuple isn't called correctly

2016-02-17 Thread redboltz at gmail dot com
IRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: redboltz at gmail dot com Target Milestone: --- Code #include template struct my_tuple : std::tuple { // inheriting constructor using std::

[Bug c++/65174] New: noexcept() returns true when operator delete with the object that has a throwing destructor

2015-02-23 Thread redboltz at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: redboltz at gmail dot com == Summary: noexcept() returns true unexpectedly when the