|
Bugzilla – Full Text Bug Listing |
| Summary: | jikes-1.22-6: array subscript out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Java | Assignee: | Daniel Bornkessel <dbornkessel> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
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 *** |
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