home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2086 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.6 KB  |  45 lines

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