https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
Bug 101852 depends on bug 21231, which changed state.
Bug 21231 Summary: cmov and cstore standard names not documented.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21231
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
Bug 101852 depends on bug 112951, which changed state.
Bug 112951 Summary: [14 Regression] cond_copysign, cond_len_copysign optab not
documented (added by r14-5285-gf30ecd8050444f)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112951
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-12-11
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
--- Comment #5 from Andrew Pinski ---
A new one for GCC 14 even:
cond_copysign
cond_len_copysign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
--- Comment #4 from Andrew Pinski ---
Here is the list from target-insns.def:
grep ^DEF_TARGET_INSN target-insns.def|awk ' { print $2 } ' | tr -d '(' | tr
-d ',' > ~/insns.txt
for x in `cat ~/insns.txt`; do if grep -q -r $x doc ; then true; el
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
--- Comment #3 from Andrew Pinski ---
My simple grep found
storent
vec_realign_load ;;; this is PR 36396
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
--- Comment #2 from Andrew Pinski ---
Oh target-insns.def needs to be added to the list of auditing too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852
Andrew Pinski changed:
What|Removed |Added
Summary|[meta-bug] some optabs are |[meta-bug] some standard