[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-15 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 rockeet changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-14 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 rockeet changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-10 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 rockeet changed: What|Removed |Added CC||rockeet at gmail dot com --- Comment #9 from r

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 H.J. Lu changed: What|Removed |Added Status|REOPENED|WAITING CC|

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-08-08 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 rockeet changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 Jakub Jelinek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #5 from Martin Liška --- (In reply to Marc Glisse from comment #4) > (In reply to rockeet from comment #3) > > @Martin Liška Yes, my use case is: > > > > __m128i key128 = { key }; // key is an unsigned char > > int idx = _mm_cmpestri

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #4 from Marc Glisse --- (In reply to rockeet from comment #3) > @Martin Liška Yes, my use case is: > > __m128i key128 = { key }; // key is an unsigned char > int idx = _mm_cmpestri(key128, 1, > *(const __m128i*)(data), // don't r

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-18 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #3 from rockeet --- @Martin Liška Yes, my use case is: __m128i key128 = { key }; // key is an unsigned char int idx = _mm_cmpestri(key128, 1, *(const __m128i*)(data), // don't require memory align len, _SIDD_UBYTE_OPS|_SI

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-18 Thread rockeet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 --- Comment #2 from rockeet --- I had also tested intel compiler with -O0 serveral years ago, it was OK.

[Bug target/81389] _mm_cmpestri segfault on -O0

2017-07-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81389 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|