This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 220 - Assertion failure with invalid typedef
Summary: Assertion failure with invalid typedef
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 3.6 Alpha 1
Hardware: All All
: P1 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-11-07 20:40 CET by Gerd Behrmann
Modified: 2005-11-19 20:14 CET (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2005-11-07 20:40:02 CET
When using a typedef with a non-existing type, e.g.

typedef x y;

where x is undeclared causes an assertion failure in libutap.
Comment 1 Gerd Behrmann 2005-11-19 20:14:15 CET
The problem was in an error recovery production in the parser. A fix is in CVS now.