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: Bootstrapping hppa64? CPP problem


 In message <200207110002.RAA03057@hpsje.cup.hp.com>, Steve Ellcey writes:
 >(gdb) p token->val.node
 >$1 = (struct cpp_hashnode *) 0x5f696e5f6e756c6c
 >(gdb) p pfile->spec_nodes.n_defined
 >$2 = (struct cpp_hashnode *) 0x80000001000c6030
If you translate topen->val.node into ascii you get:

_in_null

Which certainly looks suspicious -- it's certainly 0x5f... certainly
isn't a valid PA64 pointer.  I'd suspect memory corruption somewhere.

jeff


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