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: egcs-1.1.2: error in emit_move_insn_1




  In message <Pine.LNX.4.10.9905132055540.23761-100000@intra.typhoon.spb.ru>you
 write:
  > Hello!
  > 
  > egcs-1.1.2 (as well as the current CVS version, branch egcs_1_1_branch)
  > fails to compile following program:
  > 
  > struct str1 { int arr1[4]; };
  > static int die_now (int i)
  > {
  >   return (((struct str1 *) 0)->arr1[i]);
  > }
  > 
  > $ ./cc1 bug.i
  >  die_nowexpr.c:2568: Internal compiler error in function emit_move_insn_1
This bug has been fixed for the upcoming gcc-2.95 release.

Thanks,
jeff


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