Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!caen!oliveria From: oliveria@engin.umich.edu (ROQUE DONIZETE DE OLIVEIRA) Newsgroups: comp.sys.apollo Subject: (f77 problem) LIR_$NEW_LIVE_RANGE -- too many LRs Keywords: f77, fortran, compiler, apollo Message-ID: <1990Sep13.043952.14792@caen.engin.umich.edu> Date: 13 Sep 90 04:39:52 GMT Sender: news@caen.engin.umich.edu (CAEN Netnews) Distribution: usa Organization: The University of Michigan, Ann Arbor Lines: 50 I have a program (just one main program, no routines) that is about 4500 lines long. It has many constructs like if(k.eq.1)then ANS107=-A16*A25*A31*A42*A57*A68*A73*A84+A16*A25*A31* . A42*A57*A68*A74*A83+A16*A25*A31*A42*A58*A63*A74*A87- . A16*A25*A31*A42*A58*A63*A77*A84-A16*A25*A31*A42*A58* . A64*A73*A87+A16*A25*A31*A42*A58*A64*A77*A83+A16*A25* . A31*A42*A58*A67*A73*A84-A16*A25*A31*A42*A58*A67*A74* . A83+A16*A25*A32*A41*A53*A64*A77*A88-A16*A25*A32*A41* . A53*A64*A78*A87-A16*A25*A32*A41*A53*A67*A74*A88+A16* . A25*A32*A41*A53*A67*A78*A84+A16*A25*A32*A41*A53*A68* . A74*A87-A16*A25*A32*A41*A53*A68*A77*A84-A16*A25*A32* . A41*A54*A63*A77*A88+A16*A25*A32*A41*A54*A63*A78*A87+ . A16*A25*A32*A41*A54*A67*A73*A88-A16*A25*A32*A41*A54* . A67*A78*A83-A16*A25*A32*A41*A54*A68*A73*A87+A16*A25* . A32*A41*A54*A68*A77*A83+A16*A25*A32*A41*A57*A63*A74* . A88-A16*A25*A32*A41*A57*A63*A78*A84-A16*A25*A32*A41* . A57*A64*A73*A88+A16*A25*A32*A41*A57*A64*A78*A83+A16* . A25*A32*A41*A57*A68*A73*A84-A16*A25*A32*A41*A57*A68* . A74*A83-A16*A25*A32*A41*A58*A63*A74*A87+A16*A25*A32* . A41*A58*A63*A77*A84+A16*A25*A32*A41*A58*A64*A73*A87- . A16*A25*A32*A41*A58*A64*A77*A83-A16*A25*A32*A41*A58* . A67*A73*A84+A16*A25*A32*A41*A58*A67*A74*A83 .... similarly for ANS106 ... ANS1 It was generated by mathematica. When I compile it on a dn10k running sr10.2.p I get: transfer% f77 junk.f junk.f: ?(ftn) LIR_$NEW_LIVE_RANGE -- too many LRs Compiler backend failure while processing routine "main__" ?(ftn) All routines processed by backend - aborting due to previous errors (04490) end **** Error #319 on Line 4490: System fault trapped, fault message follows: status 7F000000 Apollo-specific fault Compiler error in file junk.f: see a system manager What does this error mean ? Did it reach a limit in the number of variables in a single assignment (ANS107= ) ? If so, is there a way of fixing it (other than breaking the assignment into smaller ones) ? Thanks for any help. Roque Oliveira oliveria@caen.engin.umich.edu