https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
--- Comment #8 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:a4916881b74c36c613a8a7abe040bb197ea8ba75
commit r14-210-ga4916881b74c36c613a8a7abe040bb197ea8ba75
Author: Sam James
Date: Tue A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
Bug 105573 depends on bug 105312, which changed state.
Bug 105312 Summary: [11 Regression] ICE in gimple_expand_vec_cond_expr on
arm-linux since r12-834-ga6eacbf1055520
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105312
What|Rem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
--- Comment #7 from Sam James ---
1. Could you consider the fix for backporting please to 11? It works for me
as-is.
2. Will the testcase be committed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
Andrew Pinski changed:
What|Removed |Added
Depends on||105312
--- Comment #5 from Andrew Pinsk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
--- Comment #4 from Sam James ---
Confirmed: if I apply that patch, 11.3.0 works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
--- Comment #3 from Andrew Pinski ---
(In reply to Marek Polacek from comment #2)
> This seems to have been fixed in GCC 12 -- I can reproduce with
> --target=sparc64-unknown-linux-gnu with GCC 11, but not GCC 12.
If that is the case, it most l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105573
--- Comment #1 from Sam James ---
It occurs with -mcpu=native or -mcpu=niagara4 but not if I drop that.
```
$ for t in param target; do cmd="gcc -Q -O2 --help=$t"; diff -U0 <(LANG=C $cmd)
<(LANG=C $cmd -mcpu=niagara4); done
--- /dev/fd/63 2022