[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2018-01-05 Thread hgb at ifi dot uio.no
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

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2018-01-05 Thread hgb at ifi dot uio.no
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.

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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)

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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)

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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)

[Bug target/78117] gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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

[Bug target/78117] New: gcc on tilegx builds faulty strstr() function (from glibc)

2016-10-26 Thread hgb at ifi dot uio.no
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