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 middle-end/37851] [graphite] ICE in expand_scalar_variables_expr, at graphite.c:3617



------- Comment #4 from grosser at gcc dot gnu dot org  2008-10-23 20:11 -------
Created an attachment (id=16534)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16534&action=view)
Testcase fails because of missing INDIRECT_REF

#0  internal_error (gmsgid=0x8ae0d27 "in %s, at %s:%d") at
../../../git/gcc/diagnostic.c:656
#1  0x081d0c01 in fancy_abort (file=Could not find the frame base for
"fancy_abort".
) at ../../../git/gcc/diagnostic.c:712
#2  0x089d98c8 in expand_scalar_variables_expr (type=0x290f4820,
op0=0x29073b20, code=INDIRECT_REF, op1=0x0, gbb=0x8d32400, scop=0x8d320a0,
old_loop_father=0x29106d68) at ../../../git/gcc/graphite.c:3617
#3  0x089d98a7 in expand_scalar_variables_expr (type=0x290f4820,
op0=0x29104348, code=SSA_NAME, op1=0x0, gbb=0x8d32400, scop=0x8d320a0,
old_loop_father=0x29106d68) at ../../../git/gcc/graphite.c:3612
#4  0x089d9964 in expand_scalar_variables_stmt (stmt=0x290f73c0, gbb=0x8d32400,
scop=0x8d320a0, old_loop_father=0x29106d68) at ../../../git/gcc/graphite.c:3639
#5  0x089d9af3 in expand_scalar_variables (gbb=0x8d32400, scop=0x8d320a0,
old_loop_father=0x29106d68) at ../../../git/gcc/graphite.c:3666
#6  0x089da02b in translate_clast (scop=0x8d320a0, context_loop=0x29106f20,
stmt=0x8d8cd10, next_e=0x2910d050, ivstack=0xbfbfe880) at
../../../git/gcc/graphite.c:3791
#7  0x089da24b in translate_clast (scop=0x8d320a0, context_loop=0x29106d10,
stmt=0x8d33d00, next_e=0x290c2ac8, ivstack=0xbfbfe880) at
../../../git/gcc/graphite.c:3827
#8  0x089d9fad in translate_clast (scop=0x8d320a0, context_loop=0x29106d10,
stmt=0x8d8c5d0, next_e=0x290c2ac8, ivstack=0xbfbfe880) at
../../../git/gcc/graphite.c:3777
#9  0x089dc222 in gloog (scop=0x8d320a0, stmt=0x8d8c5d0) at
../../../git/gcc/graphite.c:4366


-- 


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


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