This is the mail archive of the gcc@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: Merge from pch branch; call for testers


Geoff Keating <geoffk@geoffk.org> writes:

|> Hi Andreas,
|> 
|> I'm pretty sure I've now fixed all the problems you reported, but I
|> couldn't check the combination of ia64 and Ada---I did check ia64
|> without Ada and i386 with Ada.  Could you try the branch again on
|> ia64+Ada?

Still getting the same error (tp->kind is TYPE_LANG_STRUCT):

./gengtype config.h auto-host.h ../../gcc/../include/ansidecl.h ../../gcc/config/ia64/ia64.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/svr4.h ../../gcc/config/linux.h ../../gcc/config/ia64/sysv4.h ../../gcc/config/ia64/linux.h ../../gcc/defaults.h ../../gcc/defaults.h ../../gcc/../include/hashtab.h ../../gcc/bitmap.h ../../gcc/function.h  ../../gcc/rtl.h ../../gcc/optabs.h ../../gcc/tree.h ../../gcc/libfuncs.h ../../gcc/hashtable.h ../../gcc/varray.h ../../gcc/ssa.h ../../gcc/insn-addr.h ../../gcc/cselib.h ../../gcc/c-common.h ../../gcc/c-tree.h ../../gcc/alias.c ../../gcc/bitmap.c ../../gcc/cselib.c ../../gcc/dependence.c ../../gcc/dwarf2out.c ../../gcc/emit-rtl.c ../../gcc/except.c ../../gcc/explow.c ../../gcc/expr.c ../../gcc/fold-const.c ../../gcc/function.c ../../gcc/gcse.c ../../gcc/integrate.c ../../gcc/lists.c ../../gcc/optabs.c ../../gcc/profile.c ../../gcc/regclass.c ../../gcc/reg-stack.c ../../gcc/sdbout.c ../../gcc/stmt.c ../../gcc/stor-l
 ayout.c ../../gcc/tree.c ../../gcc/varasm.c ../../gcc/c-objc-common.c ../../gcc/c-common.c ../../gcc/c-parse.in ../../gcc/config/ia64/ia64.c ../../gcc/c-decl.c ../../gcc/c-pragma.c ../../gcc/ada/ada-tree.h ../../gcc/ada/gigi.h ../../gcc/ada/decl.c ../../gcc/ada/trans.c ../../gcc/ada/utils.c ../../gcc/cp/cp-tree.h ../../gcc/cp/decl.h ../../gcc/cp/lex.h ../../gcc/cp/call.c ../../gcc/cp/decl.c ../../gcc/cp/decl2.c ../../gcc/cp/parse.y ../../gcc/cp/pt.c ../../gcc/cp/repo.c ../../gcc/cp/spew.c ../../gcc/cp/tree.c ../../gcc/f/com.c ../../gcc/f/com.h ../../gcc/f/ste.c ../../gcc/java/java-tree.h ../../gcc/java/builtins.c ../../gcc/java/class.c ../../gcc/java/constants.c ../../gcc/java/decl.c ../../gcc/java/expr.c ../../gcc/java/jcf-parse.c ../../gcc/java/jcf-write.c ../../gcc/java/lang.c ../../gcc/java/mangle.c ../../gcc/java/parse.y ../../gcc/objc/objc-act.h
warning: structure `JCF' used but not defined
warning: structure `CPool' used but not defined
warning: structure `basic_block_def' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `die_struct' used but not defined
warning: structure `rtx_def' used but not defined
../../gcc/ada/utils.c:129: global `current_binding_level' is pointer to unimplemented type
../../gcc/c-decl.c:266: global `label_level_chain' is pointer to unimplemented type
../../gcc/c-decl.c:243: global `global_binding_level' is pointer to unimplemented type
../../gcc/c-decl.c:233: global `current_binding_level' is pointer to unimplemented type
make[2]: *** [s-gtype] Error 1

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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