This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.3.1; HP-UX B.10.20; Make 3.80: You do the math
- From: law at redhat dot com
- To: Mario Nigrovic <mario at nigrovic dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 23 Oct 2003 22:26:53 -0600
- Subject: Re: GCC 3.3.1; HP-UX B.10.20; Make 3.80: You do the math
- Reply-to: law at redhat dot com
In message <3F98A241.6060809@nigrovic.net>, Mario Nigrovic writes:
>/var/tmp//cc1asr4R.s: Assembler messages:
>/var/tmp//cc1asr4R.s:641: Error: bad expression
>/var/tmp//cc1asr4R.s:641: Warning: rest of line ignored; first ignored charac
>ter is `g'
It looks like something in GCC is forgetting to strip out the '*' at the
start of a variable name ('*' at the start of a name has special meaning to
gcc and it needs to be stripped before the name can be put into an assembler
file (STRIP_NAME_ENCODING).
Jeff