[Bug target/79177] use the register keyword with ymm0 register

2017-01-22 Thread alexander.kjall at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79177 Alexander Kjäll changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/79177] use the register keyword with ymm0 register

2017-01-21 Thread alexander.kjall at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79177 --- Comment #3 from Alexander Kjäll --- I wrote a small testcase that reproduced the structure of the error, with just some dummy asm: #include int main() { __m256 _YMM0; register int p1 asm ("r12") = 1; //register int p2 asm ("r13") = 2

[Bug target/79177] use the register keyword with ymm0 register

2017-01-21 Thread alexander.kjall at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79177 --- Comment #2 from Alexander Kjäll --- Sorry for the sparse information. I'm trying to rewrite some output from the decompiler in IDA Pro, and that is a total mixed of C and ASM. The output generated C code that was in visual studio syntax. I

[Bug c/79177] New: use the register keyword with ymm0 register

2017-01-21 Thread alexander.kjall at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: alexander.kjall at gmail dot com Target Milestone: --- I'm trying to represent the ymm0 register as a variable with the help of the register key word. Code that i have tried: register int __attribute__ ((vector_siz