https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #10 from Kewen Lin ---
(In reply to Carl Love from comment #9)
> I made a copy of rs6000-overload.def and then with a series of emacs macros
> converted the list of builtins to a script to grep for the builtins in the
> test director
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
Carl Love changed:
What|Removed |Added
CC||carll at gcc dot gnu.org
--- Comment #9 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
Kewen Lin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #7 from CVS Commits ---
The releases/gcc-12 branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:cb6861acc4074fd2c30a96b52d68c2cd33b9e94d
commit r12-9170-gcb6861acc4074fd2c30a96b52d68c2cd33b9e94d
Author: Kewen Lin
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #6 from CVS Commits ---
The master branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:aaf29ae6cdbaad58b709a77784375d15138174b3
commit r13-5237-gaaf29ae6cdbaad58b709a77784375d15138174b3
Author: Kewen Lin
Date: Wed Jan 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #5 from Segher Boessenkool ---
(In reply to Segher Boessenkool from comment #3)
> Is it hard to add one for all (or many) of the legacy builtins? Do we want
> to test more than just if it compiles?
Btw, "legacy"... I thought (from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #4 from Kewen Lin ---
(In reply to Segher Boessenkool from comment #3)
> (In reply to Kewen Lin from comment #2)
> > Unfortunately we don't have the testing coverage in testsuite for the
> > expected name vec_vsubcuq (in rs6000-vecde
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
--- Comment #3 from Segher Boessenkool ---
(In reply to Kewen Lin from comment #2)
> Yes, it's a typo, which makes the macro definition change to:
>
> #define vec_vsubcuqP __builtin_vec_vsubcuq
Yup.
> Unfortunately we don't have the testing c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396
Kewen Lin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Summary|[12/13 Regressi