------- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-18 22:53 ------- Well when VLA's get added, sometimes sizeof will have side effects. An example: sizeof(int[n++])
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33483
pinskia at gcc dot gnu dot org Tue, 18 Sep 2007 15:53:18 -0700
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-18 22:53 ------- Well when VLA's get added, sometimes sizeof will have side effects. An example: sizeof(int[n++])
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33483