[Bug c++/100313] New: pointer to member function is not const with sanitize=undefined

2021-04-28 Thread dushistov at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100313 Bug ID: 100313 Summary: pointer to member function is not const with sanitize=undefined Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal

[Bug c/100301] New: sum of __int128 - regression since 8.2

2021-04-27 Thread dushistov at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100301 Bug ID: 100301 Summary: sum of __int128 - regression since 8.2 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/67762] [C++1z] 'not a constant expression" errors only with -fsanitize=undefined

2021-04-27 Thread dushistov at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67762 --- Comment #7 from Evgeniy Dushistov --- Here simple example extracted from Qt 6 git: ``` template struct Prop { void notify() { if constexpr (Signal != nullptr) { } } }; class QObjectPrivate { public:

[Bug c/99856] New: Alpha Compositing auto vectorization regression: 8.3 -> 9.1

2021-03-31 Thread dushistov at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99856 Bug ID: 99856 Summary: Alpha Compositing auto vectorization regression: 8.3 -> 9.1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal