This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Do not clear the DECL_BIT_FIELD flag (prelude to ObjCfix)
- From: Graham Stott <graham dot stott at btinternet dot com>
- To: Ziemowit Laski <zlaski at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 13 Aug 2002 01:30:30 +0100
- Subject: Re: PATCH: Do not clear the DECL_BIT_FIELD flag (prelude to ObjCfix)
- References: <EBCED511-AE51-11D6-BBBF-000393673036@apple.com>
Ziemowit Laski wrote:
On Monday, Aug 12, 2002, at 16:59 US/Pacific, Graham Stott wrote:
I'm downloading gnat-3.14p-i686-pc-linux-gnu-bin.tar.gz as I type this.
Any installation gotchas?
I don't recall mine got installed in /usr/gnat which I think is the default
and I've only ever used it once to bootstrap an updated gnat from FSF sources.
So, I assume I'll need an explicit
'--enable-languages=c+,c++,objc,g77,java,ada'
passed to configure.
No, configure will look for a working gnat and included Ada in the bootstrap
if one is found. Note you should put /usr/gnat/bin at the begining of you
PATH before configuring so that gnat3.14p is your temporary bootstrap
compiler. One oddity is that once you have done the bootstrap you will need
to "cd gcc" and run "make gnatlib_and_tools" before installing. This is
details in the docs that come with gnat3.14p.
Is there a test suite I can run for GNAT
afterwards? If
so, how does one invoke it?
None that I know off altough I recall someone was working on adding one.
(Come to think of it, is there a gcj testsuite I can use?)
Pass
Thanks in advance,
--Zem
Graham