Albert Chin - Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work? (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
- From: Albert Chin
- To: gcc at gcc dot gnu dot org
- Date: Mon, 7 Nov 2005 21:14:47 -0600
- Subject: Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
- References: <20051107013503.GC6599@mail1.thewrittenword.com> <436FDF94.7010504@specifix.com> <20051107233955.GF14645@mail1.thewrittenword.com> <43700D1C.2040305@specifix.com>
- Reply-to: gcc at gcc dot gnu dot org
On Mon, Nov 07, 2005 at 06:27:40PM -0800, Jim Wilson wrote:
Albert Chin wrote:
I set ':set showmatch' in vim and all the braces match up.
Yes, the braces match up. You wouldn't have been able to build gcc if they didn't.
However, they are still wrong. One of the braces is in the wrong place, and has to be moved. It looks like someone tried to modify the libgcc specs, got a build error, then added a brace to fix it, but mistakenly added the brace in the wrong place.
As mentioned before, there is a brace missing after the gcc_s_hpux64. This brace is needed to close off the shared-libgcc rule before the static-libgcc rule starts. You then must delete a brace from the end of the !static rule which has one too many.
Yes, doing so gives the correct 'gcc -shared' output.
The libgcc spec in the FSF gcc sources do not match the one you have given, so this appears to be a bug in patches that you or HP have added to gcc.
I just built gcc-3.4.4 with one patch to fix a sco_math fixinc bug on this platform: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00985.html
The build of gcc-3.4.4 exhibits the same problem. I've filed PR24718 on this issue.
Thanks for your help.
-- albert chin (china@thewrittenword.com)
- Follow-Ups:
- Re: Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
* From: Steve Ellcey
- Re: Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
- References:
- Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
* From: Albert Chin - Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
* From: Jim Wilson - Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
* From: Albert Chin - Re: Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
* From: Jim Wilson
- Does gcc-3.4.3 for HP-UX 11.23/IA-64 work?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |