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]

Re: c++/5805: the expression 'new (int*)[10]' should be a syntax error


Synopsis: the expression 'new (int*)[10]' should be a syntax error

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Mar  2 18:49:58 2002
State-Changed-Why:
    With gcc 3.0.4, I get a compilation error:
    ++-new-bug.cpp: In function `int main()':
    g++-new-bug.cpp:6: cannot convert `int*' to `int**' in assignment
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5805


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