[Bug middle-end/30364] [4.1/4.2/4.3 Regression] Wrong variable ranges due to constant folding
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jan 5 19:06:00 GMT 2007
------- Comment #5 from jakub at gcc dot gnu dot org 2007-01-05 19:06 -------
Do the parenthesis matter in C? They do matter in say Fortran, but in C I
think
(a - 20) + (b - 20) can be evaluated as (a + b) + (-20 + -20) or a - 20 - 20 +
b
etc.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30364
More information about the Gcc-bugs
mailing list