This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Placement new[] weirdness


On 15-Jul-99 Mike Stump wrote:

[snip]

> Yes, bug you failed to mention a single problem (in the form of a
> testcase) that you have.  Sorry, we cannot help you without one.

In addition to my previous letter:
It seems that pointer is incremented only if data type
has no destructor defined (I guess in such case we don't
need to save a size of array, because we will not call
destructors for elements).

Oh, I forgot:
pooh@glade:~$ g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Andrey.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]