Opened 15 years ago
Closed 15 years ago
#292 closed defect (fixed)
bug when initializing multiple variables in one decl
| Reported by: | Stephen Siegel | Owned by: | Stephen Siegel |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.1 |
| Component: | front | Version: | 1.1 |
| Keywords: | initializer | Cc: |
Description
When doing something like
int s=10, t=11;
both variables are initialized to 10. It looks like a front-end problem: the initializer from the first variable is used for all variables in that line.
Change History (2)
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Fixed. Modified grammar by introducing new rule.