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: c/3530: shorter version


I believe the following is a shorter version of
C code that shows bug 

c/3530: Internal compiler error in change_address, at emit-rtl.c:1635

------ foo.c ------
double foo()
{
  int array[1019];  /* 1019 is smallest value */
  double a;

  a = sub1();
  sub2();
  if (a < 0) a = 1;
  return a;
}
-------------------

Blair Kelly


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