[Bug rtl-optimization/101366] New: x86 memset codegen for constant sized is suboptimal

2021-07-07 Thread kutdanila at yandex dot ru via Gcc-bugs
Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: kutdanila at yandex dot ru Target Milestone: --- https://gcc.godbolt.org/z/hP99MYMEG void Test(char* dst) { __m128i pattern = _mm_set1_epi8(dst[-1]); for (int i = 0; i < 4

[Bug c++/95950] Call to pseudo-destructor does not end the lifetime until C++20

2020-06-28 Thread kutdanila at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95950 Danila Kutenin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/95950] New: Call to pseudo-destructor does not end the lifetime until C++20

2020-06-28 Thread kutdanila at yandex dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kutdanila at yandex dot ru Target Milestone: --- #include int main() { std::optional t = 2; using T = std::optional; t.~T(); return t.has_value(); } g++ test.cpp -O1 -o test

[Bug c++/90687] New: [9 regression] ICE in ocp_convert, at cp/cvt.c:766

2019-05-31 Thread kutdanila at yandex dot ru
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kutdanila at yandex dot ru Target Milestone: --- Found some internal compiler error while updating g++ to the 9th version that was not an issue in 8.3. #include #include std::string foo(int kind) { const std

[Bug c++/89480] internal compiler error: in unify, at cp/pt.c:22160 with the template argument force conversion

2019-03-05 Thread kutdanila at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89480 --- Comment #3 from Danila Kutenin --- Also not sure if this should compile. But if change Foo{} to static_cast all the compilers compile.

[Bug c++/89480] New: internal compiler error: in unify, at cp/pt.c:22160 with the template argument force conversion.

2019-02-23 Thread kutdanila at yandex dot ru
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kutdanila at yandex dot ru Target Milestone: --- Created attachment 45807 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45807&action=edit