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: movsi_internal2+1: Internal compiler error for -mips16



  In message <000201bdbfae$dd688070$58829082@tvlcpc088.ce.philips.nl>you write:
  > BUG report:
  > 
  > I get an internal compiler error using egcs (snapshot egcs-2.91.53) as a
  > cross
  > compiler for target mips-mips-elf using option -mips16. I isolated the
  > problem
  > to a small example called test.c:
  > 
  > ----------------- begin file: test.c -------------------
  > int ga;
  > int gb;
  > int gc;
  > int gd;
  > 
  > void a(int aa)
  > {
  >   int i;
  > 
  >   for(i=0; i<100; i++)
  >   {
  >     if(aa == 1)
  >     {
  >       ga = 100;
  >       gb = ga;
  >       gc = gb;
  >       gd = gc;
  >     }
  >   }
  > }
This bug has been fixed in the mainline egcs tree.

jeff


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