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
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.
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92156
Takatoshi Kondo changed:
What|Removed |Added
CC||redboltz at gmail dot com
--- Comment
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636
Takatoshi Kondo changed:
What|Removed |Added
CC||redboltz at gmail dot com
--- Comment
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::
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