This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Fatal error, PPC linux, templates, goto's?



  In message <199902082127.NAA28557@wk306.nas.nasa.gov>you write:
  > 
  > egcs 1.1.1, mkLinux on PowerPC G3, 
  > 
  >  internal error--unrecognizable insn:
  > (insn 7659 7656 7228 (set (mem:SI (plus:SI (reg:SI 25 r25)
  >                 (const_int 65536)))
  >         (reg:SI 26 r26)) -1 (nil)
  >     (nil))
  > 
  > This is a followup to my previous bug reports.  This Internal error
  > only occurs on PPC systems, it seems.  The code is templatized with
  > goto's in them.  I think some of the goto labels might be duplicates
  > (in different scopes).  
  > 
  > Is this a known problem?  Is there a workaround for this?  If anyone
  > could let me know what the general problem might be I could code
  > around it for now at least.  Any help is profoundly appreciated.
  > 
  > I commented out the previous source of the compiler error, and it died
  > in a different place.  I don't know if the new .ii file will be any
  > further help, but I am including it just in case.  (Next message)
I believe this has been fixed for the upcoming egcs-1.1.2 release.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]