------- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-16 14:58 -------
void use(const int *a) { int *b = (int*)a; b[0] = 5; } void foo(void) { int i; use(&i); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33086
pinskia at gcc dot gnu dot org Thu, 16 Aug 2007 07:58:34 -0700
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-16 14:58 -------
void use(const int *a) { int *b = (int*)a; b[0] = 5; } void foo(void) { int i; use(&i); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33086