This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28361] Pointer arithmetic failure
- From: "pfister at reith-pfister dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2006 10:08:29 -0000
- Subject: [Bug c++/28361] Pointer arithmetic failure
- References: <bug-28361-12943@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 vanished. Sorry for that!
Regards
Hansjoerg
> ------- 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 contained
> example?
> --
> pinskia at gcc dot gnu dot org changed:
> What |Removed |Added
> --------------------------------------------------------------------------
> --
> Status|UNCONFIRMED |WAITING
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28361
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28361