Re: ada compiler?
- From: anon@xxxxxxxx (anon)
- Date: Sat, 10 Nov 2007 20:20:56 GMT
Since, my version of GNAT by default is set to the "High_Integrity" Mode
the program always takes the CONSTRAINT_ERROR exits unless the
correct "pragma Suppress" or "pragma Restrictions" is set. Such as
adding:
pragma Suppress ( All_Checks ) ;
So never assume that you need an options less you have proven that it
is needed on that version. Plus, if you switch vendor or newer releases
that option may not exist.
And as for newbees, let them enjoy the power and beauty of Ada before
getting into the implementation junk that destroys their desire to support
and promote Ada. Because they may never need the implementation junk
that you are required to used. Or may be you want Ada to DIE. And the
implementation junk such as command line options is what a lot of
newbees use to HATE Ada. I know a number of people who hate
C/C++ because of the command line options that you have to set.
In <QPednZmRA_Te8KjanZ2dnUVZ_jednZ2d@xxxxxxxxxxx>, tmoran@xxxxxxx writes:
Your program work correctly with or without the command line option!I would hope it works correctly! With -gnato "correctly" means it
Using two different operating systems, Linux and FreeBSD. So, what
problem should I have seen?
should print "it is Ada" and without -gnato "correctly" means it should
print "it is not Ada" Is that not the behavior you observe?
.
- Follow-Ups:
- Re: ada compiler?
- From: Jeffrey Creem
- Re: ada compiler?
- References:
- Re: ada compiler?
- From: anon
- Re: ada compiler?
- From: tmoran
- Re: ada compiler?
- Prev by Date: Re: ada compiler?
- Next by Date: Re: Ada checks suppression thanks to compilation options and Ada conformity
- Previous by thread: Re: ada compiler?
- Next by thread: Re: ada compiler?
- Index(es):
Relevant Pages
|