------- Comment #4 from zackw at panix dot com 2007-11-12 19:41 ------- I am no C++ expert, so I don't know what
new pure (*[3]) actually means, but I am nearly certain it does *not* mean "allocate an array of 3 pointers to type pure". That would be new pure *[3] without the parentheses. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402