Bugzilla – Bug 144608
jikes-1.22-6: array subscript out of range
Last modified: 2007-02-14 19:07:56 UTC
I just tried to compile package jikes-1.22-6 with the Intel C compiler. It said semantic.h(634): warning #175: subscript out of range The source code is DefiniteExpr[Ast::TYPE] = &Semantic::DefiniteDefaultExpression; but DefiniteAssignmentSet* (Semantic::*DefiniteExpr[Ast::_num_expression_kinds])(AstExpression*, DefinitePair&); and _num_expression_kinds seems to have the value of 27. Ast::TYPE seems to have a much larger value in the same enum
Thanks for the report and sorry for the ultra-long delay. I will try to recreate the bug and find a solution. Greetings, Daniel
Feel free to close as duplicate of Bug #235591.
ok, I feel free ;) Thanks for the hint *** This bug has been marked as a duplicate of bug 235591 ***