------- Comment #18 from manu at gcc dot gnu dot org  2007-08-20 16:46 -------
When I say "constant are not propagated" I mean "the constant value of a
variable" such as:

  int i=0;
  use(&i);
  foo(i);

Here, GCC does not propagate the value of i to do foo(0). Remove the call to
use and then it will.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10138

Reply via email to