------- Comment #8 from dominiq at lps dot ens dot fr  2009-04-01 12:50 -------
On powerpc-apple-darwin9 the code in comment #3 compiles with -m64 -O3, but ICE
with the change in comment #6 with:

pr39595_db.f90: In function 'foo':
pr39595_db.f90:3: internal compiler error: vector VEC(tree,base) index domain
error, in vectorizable_store at tree-vect-stmts.c:3038

On i686-apple-darwin9 the original code in comment #1 ICE with -O3, but not
with -m64 -O3:

[ibook-dhum] bug/dftgrid% gfc -c -m64 -O3 dftgrid.f
[ibook-dhum] bug/dftgrid% gfc -c -O3 dftgrid.f
dftgrid.f: In function 'grid_neighbour_dint':
dftgrid.f:4288: internal compiler error: vector VEC(tree,base) index domain
error, in vectorizable_store at tree-vect-stmts.c:3038


-- 


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

Reply via email to