------- Additional Comments From janis at gcc dot gnu dot org  2005-04-14 18:18 
-------
Here's a minimized test case that fails on powerpc64-linux with -m64 -O2:

extern void bar (void *);
extern double x;
                                                                                
void
foo (void)
{
  char buf2 [32][1024];
  bar (buf2 [(int) x]);
}

On IRC pinskia pointed out that powerpc64-linux supports older CPUs by
default than does powerpc-darwin.  The ICE doesn't happen with -mcpu=power3;
I didn't try earlier cpus.

-- 


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

Reply via email to