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]
Other format: [Raw text]

[Bug target/18910] [4.0 Regression] ice with -O2 / works fine with -O0.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-09 20:36 -------
Here is another reduced testcase which shows it is an earlier regression than what the dates are:
static __thread void *foo [2];
test1 ()
{
  void * * ivtmp12;

  ivtmp12 = &foo[0];
L0:;
  *ivtmp12 = ivtmp12;
  ivtmp12++;
  if (&foo[2] != ivtmp12) goto L0;
}

: Search converges between 2004-10-17-014001-trunk (#594) and 2004-10-17-161001-trunk 
(#595).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910


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