[Bug c++/113826] New: string_view::find sometimes not working in constexpr contexts under -fsanitize=undefined

2024-02-08 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113826 Bug ID: 113826 Summary: string_view::find sometimes not working in constexpr contexts under -fsanitize=undefined Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug c++/113834] New: internal compiler error: in tree_to_shwi, at tree.cc:6461

2024-02-08 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113834 Bug ID: 113834 Summary: internal compiler error: in tree_to_shwi, at tree.cc:6461 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Pri

[Bug c++/113834] internal compiler error: in tree_to_shwi, at tree.cc:6461

2024-02-08 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113834 --- Comment #1 from Ivan Lazaric --- Created attachment 57362 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57362&action=edit Preprocessed file generated by `-freport-bug`

[Bug c++/109112] New: [missed optimization] odd behaviour with [[assume(...)]] and member variables

2023-03-13 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109112 Bug ID: 109112 Summary: [missed optimization] odd behaviour with [[assume(...)]] and member variables Product: gcc Version: 13.0 Status: UNCONFIRMED Severity:

[Bug c++/113154] New: std::views::values not working with rvalue references to ranges

2023-12-26 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113154 Bug ID: 113154 Summary: std::views::values not working with rvalue references to ranges Product: gcc Version: 11.4.0 Status: UNCONFIRMED Severity: normal

[Bug c++/109988] New: -iwithprefix doesn't add folder to end of search list

2023-05-26 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109988 Bug ID: 109988 Summary: -iwithprefix doesn't add folder to end of search list Product: gcc Version: 11.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug c++/109988] -iwithprefix doesn't add folder to end of search list

2023-05-26 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109988 --- Comment #1 from Ivan Lazaric --- In `gcc/c-family/c-opts.cc`: ``` case OPT_iwithprefix: add_prefixed_path (arg, INC_SYSTEM); break; ``` Should `INC_SYSTEM` actually be `INC_AFTER` ?

[Bug preprocessor/109988] -iwithprefix doesn't add folder to end of search list

2023-05-26 Thread ivan.lazaric.gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109988 --- Comment #3 from Ivan Lazaric --- Note that clang has the same flags and behaves according to the documentation, might be some value in matching it. If it's considered too breaking of a change, I would recommend introducing a -iwithprefixaft