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]

[Bug bootstrap/16488] New: irix6.5 bootstrap failure after langhooks changes


irix6.5 HEAD no longer bootstraps after patch

2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>

        * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
        maybe_build_cleanup, update_decl_after_saving): Remove hooks.
        * langhooks.c (lhd_clear_binding_stack): Remove.
        * langhooks-def.h (lhd_clear_binding_stack,
        LANG_HOOKS_MAYBE_BUILD_CLEANUP,
        LANG_HOOKS_UPDATE_DECL_AFTER_SAVING,
        LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS, LANG_HOOKS_PUSHLEVEL,
        LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
        (LANG_HOOKS_CLEAR_BINDING_STACK): Define to lhd_do_nothing.
        * system.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
        LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_SET_BLOCK,
        LANG_HOOKS_MAYBE_BUILD_CLEANUP,
        LANG_HOOKS_UPDATE_DECL_AFTER_SAVING, LANG_HOOKS_POPLEVEL): Poison.
        * tree.h (poplevel): Don't declare.
        * c-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
        LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
        * objc/objc-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK,
        LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
        Remove.

The error is:

stage1/xgcc -Bstage1/ -B/disk4/billingd/tmp/gcc-j/mips-sgi-irix6.5/bin/ -c   -
g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-
definition -Werror -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -
I/disk4/billingd/src/gcc-j/gcc -I/disk4/billingd/src/gcc-j/gcc/. -
I/disk4/billingd/src/gcc-j/gcc/../include -I/disk4/billingd/src/gcc-
j/gcc/../libcpp/include -I/disk4/billingd/src/gcc-
j/gcc/../libbanshee/libcompat -I/disk4/billingd/src/gcc-j/gcc/../libbanshee -
I/disk4/billingd/src/gcc-j/gcc/../libbanshee/points-to -
I/usr/local/include /disk4/billingd/src/gcc-j/gcc/fix-header.c -o fix-header.o
/disk4/billingd/src/gcc-j/gcc/fix-header.c: In function `main':
/disk4/billingd/src/gcc-j/gcc/fix-header.c:1065: internal compiler error: in 
avail_expr_eq, at tree-ssa-dom.c:3648


Let me know if I can assist.

-- 
           Summary: irix6.5 bootstrap failure after langhooks changes
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,jsm at polyomino dot org
                    dot uk
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16488


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