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]

Anyone else seeing bootstrap problem compiling libstdc++-v3/src/globals.cc?


All,

After last nights update I'm getting a SIGSEG during a bootstrap on i686-cp-linux-gnu compiling
libstdc++-v3/src/globals.cc.

The problem looks to be related to GC because compiling via the --save-temps .ii file works.

Looking at recent ChangeLog entries I suspect it's related to the following commit

2003-01-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>

        * config-lang.in: Add semantics.c to gtfiles.
        * cp-tree.h (flagged_type_tree_s): Remove lookups field.
        (saved_scope): Likewise.
        (type_lookups): Remove.
        (deferred_access): New structure.
        (type_access_control): Remove.
        (save_type_access_control): Likewise.
        (reset_type_access_control): Likewise.
        (decl_type_access_control): Likewise.
        (push_deferring_access_checks): Declare.
        (resume_deferring_access_checks): Likewise.
        (stop_deferring_access_checks): Likewise.
        ...

Cheers
Graham


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