This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/5195: 3.0.3 build failure of solaris x mips: eh_alloc.cc
- From: Don Lindsay <lindsayd at cisco dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 3 Jan 2002 23:26:01 -0000
- Subject: Re: libstdc++/5195: 3.0.3 build failure of solaris x mips: eh_alloc.cc
- Reply-to: Don Lindsay <lindsayd at cisco dot com>
The following reply was made to PR libstdc++/5195; it has been noted by GNATS.
From: Don Lindsay <lindsayd@cisco.com>
To: Craig Rodrigues <rodrigc@mediaone.net>
Cc: <rodrigc@gcc.gnu.org>, <gcc-bugs@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>,
<nobody@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Subject: Re: libstdc++/5195: 3.0.3 build failure of solaris x mips: eh_alloc.cc
Date: Thu, 3 Jan 2002 15:19:10 -0800 (PST)
On Thu, 3 Jan 2002, Craig Rodrigues wrote:
> OK, from your preprocessed source file, I see that
> the preprocessor is picking up this stdlib.h:
>
> > # 1 "/auto/vwshqi/lindsayd/c303/build/cross_on_host_itech-view5_to_mips64-elf/build/gcc/include/stdlib.h" 1 3 4
>
> Is that file the same as the stdlib.h found under
> the newlib directory hierarchy on your system?
AHA. I had a typo which kept newlib off this guy's include path. OK, you
can cancel case 5195.
Unfortunately, a quick check shows that fixing this doesn't solve either
of my other 3.0.3 build failures, cases 5143 (an ICE) and 5198 (illegal
m68k opcodes).
Thanks.
Don