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

Bug 562 - Parser does not compile under newest version of gpp
Summary: Parser does not compile under newest version of gpp
Status: NEW
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P5 minor
Assignee: Alexandre David
URL:
Depends on:
Blocks:
 
Reported: 2013-11-13 01:25 CET by Arend Rensink
Modified: 2013-11-13 01:25 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 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