https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126029
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Another one for the first set:
```
int f4(_Bool a)
{
return 2>>a;
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 29 Jun 2026 00:15:31 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126029
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Another one for the first set:
```
int f4(_Bool a)
{
return 2>>a;
}
```