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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95950
Danila Kutenin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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
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.
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