https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58616
Bug 58616 depends on bug 66839, which changed state.
Bug 66839 Summary: g++ accepts NSDMI with -std=c++98 when the intializer is a
macro defined in a standard header
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66839
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101449
--- Comment #1 from ensadc at mailnesia dot com ---
https://godbolt.org/z/fMr9acG15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101140
--- Comment #1 from ensadc at mailnesia dot com ---
https://godbolt.org/z/EaPf3anxx
erity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
CC: redi at gcc dot gnu.org
Target Milestone: ---
https://en.cppreference.com/w/cpp/compiler_support claims that P1
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
Target Milestone: ---
$ cat str.cpp
export module str;
export struct str {
constexpr str() {
ptr = new char[42];
}
constexpr ~str
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
CC: ppalka at gcc dot gnu.org
Target Milestone: ---
LWG 3533 changed the const& overload of `elements_view::iterator::base` to
return a const reference, but it seems
++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
Target Milestone: ---
https://godbolt.org/z/4fv71hhGe
#include
#include
int main() {
char buf[10] = "@";
auto result = std::format_to_n(buf, std::size(buf), &quo
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
Target Milestone: ---
https://godbolt.org/z/WPn9aq8sr
bool f(auto... args) {
[[assume(args > 0)...]
Keywords: diagnostic
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
CC: dmalcolm at gcc dot gnu.org
Target Milestone: ---
This issue is specific to the new
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: ensadc at mailnesia dot com
Target Milestone: ---
This is really a bug report against the `-fdiagnostics-format=sarif-stderr`
option, though the example is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120063
--- Comment #1 from ensadc at mailnesia dot com ---
AFAIK this can be fixed by adding `case DK_FATAL` to `maybe_get_sarif_level` in
`diagnostic-format-sarif.cc`.
diff --git a/gcc/diagnostic-format-sarif.cc b/gcc/diagnostic-format-sarif.cc
index
101 - 111 of 111 matches
Mail list logo