[Bug c++/120896] New: __PRETTY_FUNCTION__ incorrect behavior (depends on instanciation order)

2025-06-30 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120896 Bug ID: 120896 Summary: __PRETTY_FUNCTION__ incorrect behavior (depends on instanciation order) Product: gcc Version: 15.2.1 Status: UNCONFIRMED Severity: norm

[Bug c++/119212] Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-12 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 --- Comment #8 from Nikl Kelbon --- In commit 3dbf070f50c5d47537019fc7f2cbbdfd43bad5ed i added flag for you diff: https://github.com/bot-motherlib/TGBM/pull/111/commits/3dbf070f50c5d47537019fc7f2cbbdfd43bad5ed steps to reproduce: - git clone

[Bug c++/119212] Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-11 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 --- Comment #5 from Nikl Kelbon --- I've done a lot of work to make this project build and run with minimal effort, without the hassle of installing dependencies

[Bug c++/119212] Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-11 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 --- Comment #2 from Nikl Kelbon --- I understand, sorry for not preparing a bug report. I have a lot of work, you could download the project and run it yourself using CMake include(FetchContent) FetchContent_Declare( TGBM GIT_REPOSITORY ht

[Bug c++/119212] New: Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-11 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 Bug ID: 119212 Summary: Unstable internal compiler error, possibly miscompilation with coroutines Product: gcc Version: 12.4.1 Status: UNCONFIRMED Severity: no

[Bug libstdc++/119141] ub sanitizer incorrect overflow detection

2025-03-07 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119141 --- Comment #8 from Nikl Kelbon --- I saw example, yes, its unclear what standard means here. May be this lines was written with something interesting in mind, such as 'duration is not just integer under templates', instead may be some overflow

[Bug libstdc++/119141] ub sanitizer incorrect overflow detection

2025-03-06 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119141 --- Comment #5 from Nikl Kelbon --- (In reply to Sam James from comment #3) > (In reply to Nikl Kelbon from comment #2) > > This is not a bug about the difference in behavior of different compilers. > > Of course they will behave the same, they

[Bug c++/119141] ub sanitizer incorrect overflow detection

2025-03-06 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119141 --- Comment #2 from Nikl Kelbon --- (In reply to Andrew Pinski from comment #1) > ``` > #include > #include > > [[gnu::noinline,gnu::noipa]] > void sink(auto) > {} > > int main() { > std::chrono::milliseconds ms = std::chrono::millisecon

[Bug libstdc++/119141] ub sanitizer incorrect overflow detection

2025-03-06 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119141 --- Comment #4 from Nikl Kelbon --- (In reply to Sam James from comment #3) > (In reply to Nikl Kelbon from comment #2) > > This is not a bug about the difference in behavior of different compilers. > > Of course they will behave the same, they

[Bug c++/119141] New: ub sanitizer incorrect overflow detection

2025-03-06 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119141 Bug ID: 119141 Summary: ub sanitizer incorrect overflow detection Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/117736] Internal error checking coroutine final suspend self reference

2024-11-22 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117736 --- Comment #3 from Nikl Kelbon --- Note: its preprocessed sources for another bug with placement new / RVO in coroutines, i dont know how it placed in my old issue

[Bug c++/117736] Internal error checking coroutine final suspend self reference

2024-11-22 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117736 --- Comment #2 from Nikl Kelbon --- There are preprocessed sources https://github.com/gcc-mirror/gcc/pull/105#issuecomment-2493465483

[Bug c++/117736] New: Internal error checking coroutine final suspend self reference

2024-11-22 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117736 Bug ID: 117736 Summary: Internal error checking coroutine final suspend self reference Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug c++/116987] New: Internal error checking coroutine final suspend self reference

2024-10-05 Thread kelbonage at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116987 Bug ID: 116987 Summary: Internal error checking coroutine final suspend self reference Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal