[Bug middle-end/79045] bool&bool expanded as 2 jumps

2023-09-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 Andrew Pinski changed: What|Removed |Added CC||eggert at cs dot ucla.edu --- Comment #6

[Bug middle-end/79045] bool&bool expanded as 2 jumps

2023-09-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 Andrew Pinski changed: What|Removed |Added CC||fent at in dot tum.de --- Comment #5 fro

[Bug middle-end/79045] bool&bool expanded as 2 jumps

2022-11-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/79045] bool&bool expanded as 2 jumps

2017-01-10 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 --- Comment #3 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #2) > Also note that for f1 reload fails to figure out that both regs die in (insn > 10): -> PR79048.

[Bug middle-end/79045] bool&bool expanded as 2 jumps

2017-01-10 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 --- Comment #2 from Uroš Bizjak --- Same situation with: extern void g(); void f1(char a,char b){ if(a|b)g(); } void f2(bool a,bool b){ if(a|b)g(); } f1: movl%esi, %eax orb %dil, %al jne .L4 f2: test

[Bug middle-end/79045] bool&bool expanded as 2 jumps

2017-01-10 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|