[Bug target/94833] vec_first_match_index does not function as described in its description

2020-06-10 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94833 --- Comment #5 from CVS Commits --- The releases/gcc-8 branch has been updated by Carl Love : https://gcc.gnu.org/g:c6dce1d8083a2fdc94be167a2465db7fd837ccae commit r8-10304-gc6dce1d8083a2fdc94be167a2465db7fd837ccae Author: Carl Love Date:

[Bug target/94833] vec_first_match_index does not function as described in its description

2020-06-06 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94833 --- Comment #4 from CVS Commits --- The releases/gcc-9 branch has been updated by Carl Love : https://gcc.gnu.org/g:a47259fa7737ff6d4a7def074fb30bc7baef2f86 commit r9-8659-ga47259fa7737ff6d4a7def074fb30bc7baef2f86 Author: Carl Love Date:

[Bug target/94833] vec_first_match_index does not function as described in its description

2020-05-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94833 --- Comment #3 from CVS Commits --- The master branch has been updated by Carl Love : https://gcc.gnu.org/g:24f68831d25bad739a6fe167a58b5b4c0c3cbf9a commit r11-458-g24f68831d25bad739a6fe167a58b5b4c0c3cbf9a Author: Carl Love Date: Wed Apr 29

[Bug target/94833] vec_first_match_index does not function as described in its description

2020-04-28 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94833 Carl Love changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/94833] vec_first_match_index does not function as described in its description

2020-04-28 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94833 --- Comment #2 from Carl Love --- The ABI has the builtin VEC_FIRST_MATCH_OR_EOS_ INDEX (ARG1, ARG2) which says Returns the element index of the position of either the first character match or an end-of-string (EOS) terminator. If no match or