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++/35317] [4.1/4.2/4.3/4.4 regression] ICE with operator delete[] and ellipsis



------- Comment #2 from simartin at gcc dot gnu dot org  2008-06-14 00:20 -------
Subject: Bug 35317

Author: simartin
Date: Sat Jun 14 00:19:25 2008
New Revision: 136774

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136774
Log:
gcc/cp/

2008-06-14  Simon Martin  <simartin@users.sourceforge.net>

            PR c++/35317
            * class.c (type_requires_array_cookie): Do not consider delete[]
            operators with an ellipsis as second argument.

gcc/testsuite/

2008-06-14  Simon Martin  <simartin@users.sourceforge.net>

            PR c++/35317
            * g++.dg/other/dtor2.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/other/dtor2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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