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

Bug 562

Summary: Parser does not compile under newest version of gpp
Product: UPPAAL Reporter: Arend Rensink <arend.rensink>
Component: libutapAssignee: Alexandre David <adavid>
Status: NEW ---    
Severity: minor    
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Windows XP   
Architecture:

Description Arend Rensink 2013-11-13 01:25:54 CET
See http://gcc.gnu.org/gcc-4.3/porting_to.html: many of the .cpp (and one .h and .yy) files lack some import statements which make the newest version of gpp hiccough. Mostly this is about

#import <cstring>
#import <cstdlib>
#import <algorithm>

There are also numerous warnings.

Of course the user can repair these himself, but it would seem seater to do this at the source...

Thanks,
Arend