| Summary: | goto statement is not supported and should cause validation error | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | pharmon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Validation has been added *** Bug 358751 has been marked as a duplicate of this bug. *** Verified in 20111102 build. |
Build Identifier: 20110912 Get error in generated Java because goto statement is not supported. program gotoPgm type BasicProgram {} x int; function main() goto getout; x = x + 1; getout: syslib.writeStdout(x); end end Reproducible: Always