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++/1980: Error assigning const array


Synopsis: Error assigning const array

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Sun Nov 10 13:59:42 2002
State-Changed-Why:
    Array assignment has been removed:
    tmp/g> /home/bangerth/bin/gcc-3.3x-pre/bin/c++ -c x.cc
    x.cc: In copy constructor `S::S(const S&)':
    x.cc:5: error: ISO C++ forbids assignment of arrays

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


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