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: bootstrap/6592: gcc-3.0.4 bootstrap fails to link cpp0 together


Synopsis: gcc-3.0.4 bootstrap fails to link cpp0 together

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Tue May  7 07:49:14 2002
State-Changed-Why:
    This was fixed by me in a recent patch for 3.2.  3.1 and 3.0
    will have this problem because cpp0 is not integrated into
    the compiler.  This cannot easily be fixed there.
    
    The __GXX_WEAK__ stuff in cppinit.c is causing it.  If you
    can get away without that being defined correctly (it
    depends on command line options, which is the problem here) you should remove the relevant lines, or hard-code the setting, and then it should link.
    
    Neil.

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


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