[Bug c++/110911] New: Confusing diagnostic on misplaced static_assert

2023-08-05 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
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

[Bug c++/108717] New: pasting """_" and "µm" does not give a valid preprocessing token in user-defined literal operator

2023-02-08 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
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

[Bug preprocessor/104640] incomplete unicode support for User-defined literals

2022-04-26 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
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

[Bug preprocessor/104640] incomplete unicode support for User-defined literals

2022-04-26 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104640 Paco Arjonilla changed: What|Removed |Added CC||pacoarjonilla at yahoo dot es --- Comm

[Bug c++/97712] Attribute nodiscard in virtual methods is ignored

2020-11-14 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
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)

[Bug c++/97712] New: Attribute nodiscard in virtual methods is ignored

2020-11-03 Thread pacoarjonilla at yahoo dot es via Gcc-bugs
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: