fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Сross structure #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
struct s1;

struct s2
{
      struct s1 * s;
}

struct s1{
      struct s2 * s;
}

What is the expected output? What do you see instead?
struct s1;
               ^
test.h:2: structure 's1' isn't defined

What version of the product are you using? On what operating system?
Last version from repository

Original issue reported on code.google.com by c4simba on 13 Sep 2012 at 7:39

GoogleCodeExporter commented 8 years ago
Thanks for the bug reports - I'll look into them soon.

Original comment by zik.sale...@gmail.com on 15 Sep 2012 at 2:44

GoogleCodeExporter commented 8 years ago
Resolved in r583.

Original comment by zik.sale...@gmail.com on 23 Sep 2012 at 11:48