[Bug c++/109680] [13 Regression] is_convertible incorrectly true

2023-07-03 Thread dpsicilia at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109680 --- Comment #11 from David Sicilia --- Does anyone know which version of gcc this fix will be available in? Will it be merged into 13.1 or does it have to wait until 13.2?

[Bug c++/109680] New: Regression where `int() const` is considered convertible to `int(*)()`.

2023-04-29 Thread dpsicilia at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109680 Bug ID: 109680 Summary: Regression where `int() const` is considered convertible to `int(*)()`. Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: norm

[Bug c++/98401] Temporaries passed to co_await sometimes cause an extraneous call to destructor at incorrect address

2021-01-09 Thread dpsicilia at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98401 David Sicilia changed: What|Removed |Added CC||dpsicilia at gmail dot com --- Comment #

[Bug c++/98480] New: [coroutines] ICE on co_await in for-loop end condition.

2020-12-30 Thread dpsicilia at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98480 Bug ID: 98480 Summary: [coroutines] ICE on co_await in for-loop end condition. Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Prior