Bug 4994 - recursive types are not supported
Summary: recursive types are not supported
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 01:42 UTC by Andrew Cagney
Modified: 2007-09-06 01:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-09-06 01:42:53 UTC
Something simple like:
  struct foo { struct foo *p; }
The type parser needs to use a recursive algorithm; that detects loop-backs.