[Bug c++/28361] Pointer arithmetic failure

2006-07-13 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/28361] Pointer arithmetic failure

2006-07-13 Thread pfister at reith-pfister dot de
--- 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

[Bug c++/28361] Pointer arithmetic failure

2006-07-12 Thread pinskia at gcc dot gnu dot org
--- 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