Newsgroups: fj.sys.news
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!nirvana.cs.titech!cs.titech!is.titech!phys.titech!is.s.u-tokyo!news.tisn.ad.jp!news.u-tokyo.ac.jp!sinetnews!niq0!nfeed.gw.nagoya-u.ac.jp!news.nca5.ad.jp!kudpc!akiu!ayashi!kaneko
From: kaneko@ccedu.sendai-ct.ac.jp (Yutaka Kaneko)
Subject: Re: OS4.2.1C f77 compiler.
X-Nntp-Posting-Host: saikachi
Message-ID: <CxHuHx.EH0@sendai-ct.ac.jp>
Lines: 36
Sender: news@sendai-ct.ac.jp (SNCT News System)
Organization: Sendai National College of Technology, Sendai JAPAN.
X-Newsreader: mnews [version 1.16PL4]
References: <378hm8$q7n@nameserv.sys.hokudai.ac.jp>
Date: Tue, 11 Oct 1994 05:41:56 GMT
Xref: galaxy.trc.rwcp.or.jp fj.sys.news:2944
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.sys.news&nb=2944&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

In article <378hm8$q7n@nameserv.sys.hokudai.ac.jp>
hiroshi@cgate.hipecs.hokudai.ac.jp writes:
>> $B$3$NDxEY$N<0$NJ#;($5$G%3%s%Q%$%i!<$,Ej$2=P$7$F$7$^$&$H$O(B...$B!#(B
>> 
>> $B;HMQ(B FORTRAN: Sony News NWS1460 OS4.2.1C $B$N(B f77 compiler.
 [$BN,(B]
>> nws1460% f77 -c aa.f
>> aa.f:
>>    sub:
>> aa.f, line 4: compiler error: out of tree space; simplify expression
>> compiler error.

  CISC NEWS(NEWS OS 4.2C)$B$G;n$7$F$_$^$7$?!#(B

    csh% f77 -c aa.f
    aa.f:
       sub:
    aa.f, line 4: compiler error: out of tree space; simplify expression
    compiler error.
    csh%

$B$"!"F1$8$G$9$M!#(B

    csh% f77 -c -O aa.f
    aa.f:
       sub:
    csh%

$B$*$d$!!)(B

  $BFf!#(B

main(i,j){j=time(0);do for(i /*       $B6b;R(B $BM5(B(Yutaka Kaneko)           */
=0;i<79;i++)printf(j%512>>4? /*  Sendai National College of Technology */
" ":"*"),j=j*331+113;while(  /*     kaneko@cc.sendai-ct.ac.jp          */
printf("\n\033[H\033[1L"));} /*   or kaneko@rcais.tohoku.ac.jp         */
