home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!math.fu-berlin.de!news.th-darmstadt.de!adams
- From: adams@pdv2.fmr.maschinenbau.th-darmstadt.de (Adams)
- Subject: Re: HELP: GO_IF_LEGITIMATE_ADDRES
- Sender: news@news.th-darmstadt.de (The News System)
- Message-ID: <ADAMS.92Sep7225827@PDV2.pdv2.fmr.maschinenbau.th-darmstadt.de>
- In-Reply-To: chris@cyber.mim.uni-hannover.de's message of Mon, 7 Sep 1992 12: 45:14 GMT
- Date: Mon, 7 Sep 1992 22:58:27 GMT
- References: <1992Sep7.124514.23362@newsserver.rrzn.uni-hannover.de>
- Nntp-Posting-Host: pdv2.fmr.maschinenbau.th-darmstadt.de
- Organization: TH-Darmstadt
- Lines: 31
-
- In article <1992Sep7.124514.23362@newsserver.rrzn.uni-hannover.de> chris@cyber.mim.uni-hannover.de (Christoph Niessen) writes:
-
-
- > Hi,
-
- > i tried to compile gcc on an IRIS3030 (CYBER910/300). This machine
- > has an 68020 and special floating point hardware. The first problem
- > during compilation gcc-1.41 is in relaod.c (line 786):
-
- > compiler error: out of tree space; simplify expression
-
- Condolence!
-
- This is a common problem on 68020 using PCC (portable C compiler).
- Its executable has been compiled with table sizes configured too small.
- ASK your friendly SR to fix this. Vendor needs to recompile a configuration
- file and relink the compiler, that's all.
-
-
- > The macro GO_IF_LEGITIMATE_ADDRESS seems to be too much complicated.
- > Please help via mail or this newsgroup.
-
- Compiler is broken, the macro is o.k . There is no need to provide
- fixed space for tables in a compiler, trees may grow dynamically ;->.
-
- > Chris
-
- best adams
-
- > Please ignore all the mistakes, my first language is german!
- So do I.
-