[Bug c++/99012] New: gcc-8.4.0 on aarch64 hits internal error during RTL pass: expand if `std::copysign` is used

2021-02-08 Thread nikita.shulga at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nikita.shulga at gmail dot com Target Milestone: --- Created attachment 50146 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50146&action=edit

[Bug target/97028] Compilation errors for AVX512 intrinsic with -masm=intel

2020-09-11 Thread nikita.shulga at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028 --- Comment #1 from Nikita --- Here is the link demonstrating the issue on https://godbolt.org/z/bc6669

[Bug target/97028] New: Compilation errors for AVX512 intrinsic with -masm=intel

2020-09-11 Thread nikita.shulga at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: nikita.shulga at gmail dot com Target Milestone: --- Following code snippet, containing no asm blocks can be compiled just fine with '-Os -mavx512f' options, by compilation fails usi