This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrapping hppa64? CPP problem
- From: Jeff Law <law at porcupine dot slc dot redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: dave at hiauly1 dot hia dot nrc dot ca, gcc at gcc dot gnu dot org
- Date: Wed, 10 Jul 2002 21:01:13 -0600
- Subject: Re: Bootstrapping hppa64? CPP problem
- Reply-to: law at redhat dot com
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