https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
--- Comment #6 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #4)
> I think we should optimize this testcases slightly different from
> "improving" fold_binary_op_with_conditional_arg (I think
> fold_binary_op_with_conditional_arg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
--- Comment #5 from Andrew Pinski ---
unsigned g(unsigned a,unsigned b,unsigned c){
return ((a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-05-05
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
--- Comment #3 from Marc Glisse ---
(In reply to Eric Gallager from comment #2)
> (In reply to Marc Glisse from comment #1)
> > This patch seems to help for the testcases in this PR and passes the
> > testsuite (with one XPASS). I'll add some tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
Marc Glisse changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |glisse at gcc dot
gnu.org
--- Comme