[Bug c/101018] New: ICE when enabling OpenMP on a simple loop with SVE intrinsics (aarch64)

2021-06-10 Thread romain.gcc at dolbeau dot name via Gcc-bugs
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: romain.gcc at dolbeau dot name Target Milestone: --- Created attachment 50980 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50980&action=edit Simple SVE loop in a f

[Bug inline-asm/66599] on aarch64, some parameters to memory constraints causes wrong ASM generation

2015-06-19 Thread romain.gcc at dolbeau dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66599 Romain Dolbeau changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #5 from Romain Dolbea

[Bug inline-asm/66599] on aarch64, some parameters to memory constraints causes wrong ASM generation

2015-06-19 Thread romain.gcc at dolbeau dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66599 --- Comment #2 from Romain Dolbeau --- Do you mean "Q" in this case, or always when using ld4/st4 (and probably quite a few others)? If I pre-compute a pointer with src+16, I still get the error (I'm guessing an optimization is propagating the p

[Bug inline-asm/66599] New: on aarch64, some parameters to memory constraints causes wrong ASM generation

2015-06-19 Thread romain.gcc at dolbeau dot name
: normal Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: romain.gcc at dolbeau dot name Target Milestone: --- Created attachment 35813 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35813&action=edit two inl