[Bug c/24599] [4.0/4.1 regression] Overflow for true value

2005-11-05 Thread bonzini at gcc dot gnu dot org
-- 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

2005-11-04 Thread pinskia at gcc dot gnu dot org
--- 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 stdbool.h int main (int argc, char **argv) { if ((bool)((1527719483 + 1477819644))) { } return