[Bug c/69088] type conversion to int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69088 --- Comment #2 from BENAÏSSA --- /* thank you for your answer. A.Benaïssa Comment: Please consider this case: */ #include int main() { float A = 0.F ; _Bool B1 = 1.F / A ; signed char
[Bug c/69088] type conversion to int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69088 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---