[Bug c++/115624] New: '-Wnrvo' is not an option that controls warnings

2024-06-24 Thread albrecht.guendel at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115624 Bug ID: 115624 Summary: '-Wnrvo' is not an option that controls warnings Product: gcc Version: 14.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/114904] Bogus Warning [-Wreturn-type] in function with do-while loop

2024-05-01 Thread albrecht.guendel at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114904 --- Comment #1 from Albi --- This "bug" can be closed and deleted. I am an idiot and i am sorry. 'continue' does not jump to the start of the loop, but to the next loop-condition-check, so in a do-while loop, it actually jumps to the bottom.

[Bug c++/114904] New: Bogus Warning [-Wreturn-type] in function with do-while loop

2024-05-01 Thread albrecht.guendel at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114904 Bug ID: 114904 Summary: Bogus Warning [-Wreturn-type] in function with do-while loop Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/105746] New: vector::resize causes Warray-bounds when optimizer uses __builtin_memcpy or __builtin_memmove

2022-05-26 Thread albrecht.guendel at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105746 Bug ID: 105746 Summary: vector::resize causes Warray-bounds when optimizer uses __builtin_memcpy or __builtin_memmove Product: gcc Version: 10.1.1 Status: UNCONFIRMED