This is the mail archive of the gcc-prs@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++/6130: Internal error when compiling an erroneous C++ source file


Synopsis: Internal error when compiling an erroneous C++ source file

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Apr  6 16:02:27 2002
State-Changed-Why:
    Compiling with gcc 3.0.4:
    
    User.cc:22: field `dbSession' has incomplete type
    User.cc:34: 'DateTime' is used as a type, but is not defined as a type.
    User.cc:45: 'DateTime' is used as a type, but is not defined as a type.
    User.cc:46: 'DateTime' is used as a type, but is not defined as a type.
    User.cc:51: parse error before `uid'
    User.cc:56: prototype for `User::User(DatabaseSession)' does not match any in
       class `User'
    User.cc:20: candidates are: User::User()
    User.cc:20:                 User::User(const User&)
    User.cc: In constructor `User::User(DatabaseSession)':
    User.cc:56: `session' has incomplete type
    User.cc:17: forward declaration of `class DatabaseSession'
    User.cc:57: `dbSession' undeclared (first use this function)
    User.cc:57: (Each undeclared identifier is reported only once for each function
       it appears in.)
    User.cc: At global scope:
    User.cc:63: parse error before `{' token
    User.cc:66: no `void User::setupFieldsValues(...)' member function declared in
       class `User'
    User.cc: In member function `void User::setupFieldsValues(...)':
    User.cc:73: parse error before `return'
    User.cc:75: confused by earlier errors, bailing out

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


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