https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110911
Bug ID: 110911
Summary: Confusing diagnostic on misplaced static_assert
Product: gcc
Version: og13 (devel/omp/gcc-13)
Status: UNCONFIRMED
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108717
Bug ID: 108717
Summary: pasting """_" and "µm" does not give a valid
preprocessing token in user-defined literal operator
Product: gcc
Version: 13.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104640
--- Comment #3 from Paco Arjonilla ---
(In reply to Paco Arjonilla from comment #2)
Compiler output:
:4:17: error: pasting """_" and "\U00b5m" does not give a valid
preprocessing token
4 | double operator ""_##suffix (long long unsigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104640
Paco Arjonilla changed:
What|Removed |Added
CC||pacoarjonilla at yahoo dot es
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97712
--- Comment #4 from Paco Arjonilla ---
(In reply to Jakub Jelinek from comment #3)
> [[nodiscard]] is a function attribute rather than function type attribute,
> so it really doesn't apply to virtual calls (unless it can be devirtualized
> early)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97712
Bug ID: 97712
Summary: Attribute nodiscard in virtual methods is ignored
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: