https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #8 from Henrik Grindal Bakken ---
Created attachment 43040
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43040&action=edit
Patch from Mellanox fixing vector handling
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #7 from Henrik Grindal Bakken ---
We received a patch from Mellanox ages ago which fixed the issue (at least for
us). I'll attach the patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #4 from Henrik Grindal Bakken ---
Output when running (on target) the code built with gcc-4.8.2-tilera:
[hgbcarbon:~] $ ./tile-ss ee
ss2: Found ee in abcdeefgh12345
[hgbcarbon:~] $ ./tile-ss 123
ss2: Found 123 in abcdeefgh12345
Built
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #5 from Henrik Grindal Bakken ---
Created attachment 39897
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39897&action=edit
Preprocessed source code reproducing the bug (this time built with 6.2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #3 from Henrik Grindal Bakken ---
Created attachment 39896
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39896&action=edit
Assembly output with non-working compiler (6.2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #2 from Henrik Grindal Bakken ---
Created attachment 39895
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39895&action=edit
Assembly output with working compiler (4.8.2-tilera)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78117
--- Comment #1 from Henrik Grindal Bakken ---
Created attachment 39894
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39894&action=edit
Preprocessed source code reproducing the bug
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: hgb at ifi dot uio.no
Target Milestone: ---
Created attachment 39893
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39893&action=edit
Output of gcc -V for the relevant cross-co