[Bug c/24599] [4.0/4.1 regression] Overflow for true value
-- bonzini at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gcc dot gnu dot |dot org
[Bug c/24599] [4.0/4.1 regression] Overflow for true value
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-04 15:28 --- Here is a testcase which is better representive of the issue (compile with -std=c99 -pedantic-errors): #include int main (int argc, char **argv) { if ((bool)((1527719483 + 1477819644))) { } return 0; } bool