[Bug c++/109679] New: export using for functions does not work as specified

2023-04-29 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109679 Bug ID: 109679 Summary: export using for functions does not work as specified Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/106215] New: Different template parameter order invalidates detection of more special function templates

2022-07-06 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106215 Bug ID: 106215 Summary: Different template parameter order invalidates detection of more special function templates Product: gcc Version: 12.1.0 Status: UNCONFIRMED

[Bug c++/98635] New: ad-hoc requirement without semicolon creates internal compiler bug

2021-01-12 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98635 Bug ID: 98635 Summary: ad-hoc requirement without semicolon creates internal compiler bug Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug c++/98569] New: concept error message does not report the file location

2021-01-06 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98569 Bug ID: 98569 Summary: concept error message does not report the file location Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug c++/91415] Invalid warning for C++17 sequencing of shift operator E1<

2020-12-10 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91415 --- Comment #13 from Nicolai Josuttis --- Oh, sorry, your are right, the example indeed works. BUT: I used in fact a slightly different example (sorry, didn't expect that there is a difference): int main() { int i = 0; int j = i++ << i++;

[Bug c++/91415] Invalid warning for C++17 sequencing of shift operator E1<

2020-12-03 Thread nico at josuttis dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91415 Nicolai Josuttis changed: What|Removed |Added CC||nico at josuttis dot de --- Comment