This is the mail archive of the gcc-prs@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


The following reply was made to PR c/3530; it has been noted by GNATS.

From: Blair Kelly III <bfkelly@afterlife.ncsc.mil>
To: gcc-bugs@gcc.gnu.org
Cc: bowronch@msu.edu
Subject: Re: c/3530: shorter version
Date: Mon, 2 Jul 2001 10:32:10 -0400 (EDT)

 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]