This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/33324] [4.3 Regression] ICE on new array of objects with virtual destructors.



------- Comment #4 from daney at gcc dot gnu dot org  2007-09-09 23:31 -------
Subject: Bug 33324

Author: daney
Date: Sun Sep  9 23:31:35 2007
New Revision: 128312

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128312
Log:
        PR c++/33324
        * init.c (build_new_1):  Use POINTER_PLUS_EXPR instead of MINUS_EXPR
        to calculate cookie_ptr.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/init.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33324


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