--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-13 12:06 ---
So closing as invalid.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from pfister at reith-pfister dot de 2006-07-13 10:08
---
Subject: Re: Pointer arithmetic failure
Hello,
thanks for your immediate response, but i can't repeat the bug today.
Yesterday, i spent one day in evaluating the bug in my application and now it
seems to be vani
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-12 17:01 ---
memcpy (buffer + i * sizeof (struct something),&i;sizeof (int));
Well that code should be not compile as there is a syntax error? Also what you
gave is not enough to reproduce the bug, do you have a self containe