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/57577] internal compiler error: tree check: expected class 'expression', have 'constant' (integer_cst) in tree_operand_check, at tree.h:4123


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

--- Comment #1 from Anna <anna.m.tikhonova at gmail dot com> ---
Also, when I change "A[:] = foo (B[:][:]);" to "A[0] = foo (B[:][:]);"
compilation hangs.


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