<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>AdaCore - The GNAT Pro Company</title>
	<link>http://www2.adacore.com</link>
	<description>AdaCore technology and news</description>
	<pubDate>Fri, 16 May 2008 15:06:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>
	<language>en</language>
			<item>
		<title>GNAT Pro 6.1 InSight webinar archive</title>
		<link>http://www2.adacore.com/2008/05/12/gnat-pro-61-insight-webinar-archive/</link>
		<comments>http://www2.adacore.com/2008/05/12/gnat-pro-61-insight-webinar-archive/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:56:57 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false">http://www2.adacore.com/2008/05/12/gnat-pro-61-insight-webinar-archive/</guid>
		<description><![CDATA[The recently held GNAT Pro InSight webinar featuring GNAT Pro 6.1 is now available for viewing at:



www.adacore.com/home/gnatpro/webinars
]]></description>
			<content:encoded><![CDATA[<p>The recently held GNAT Pro InSight webinar featuring GNAT Pro 6.1 is now available for viewing at:<br/>
<br/>


<a href="http://www.adacore.com/home/gnatpro/webinars">www.adacore.com/home/gnatpro/webinars</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/05/12/gnat-pro-61-insight-webinar-archive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] New gnatcheck rule for exceptions</title>
		<link>http://www2.adacore.com/2008/04/28/NF-62-H326-015-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/28/NF-62-H326-015-gnat/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[   A new rule (Separate_Numeric_Error_Handlers) is added to gnatcheck. This
   rule checks if the predefined Numeric_Error and Constraint_Error are always
   used together as exception choices of the same exception handler. This
   check is used to ensure that exception handling will behave the same in
   Ada [...]]]></description>
			<content:encoded><![CDATA[   A new rule (Separate_Numeric_Error_Handlers) is added to gnatcheck. This
   rule checks if the predefined Numeric_Error and Constraint_Error are always
   used together as exception choices of the same exception handler. This
   check is used to ensure that exception handling will behave the same in
   Ada 83 and in Ada 95 modes.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/28/NF-62-H326-015-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] gnatlink &#8220;&#8211;GCC=gcc -xxx&#8221;</title>
		<link>http://www2.adacore.com/2008/04/24/NF-62-H423-001-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/24/NF-62-H423-001-gnat/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[   When gnatlink is invoked with &#8211;GCC= with an executable that is the same as
   the default one (gcc or &#60;prefix&#62;-gcc) and additional options, the back end
   switches from the ALI file are also used to compile the binder generated
   sources.
]]></description>
			<content:encoded><![CDATA[   When gnatlink is invoked with &#8211;GCC= with an executable that is the same as
   the default one (gcc or &lt;prefix&gt;-gcc) and additional options, the back end
   switches from the ALI file are also used to compile the binder generated
   sources.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/24/NF-62-H423-001-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] Wider access to GCC builtins from Ada</title>
		<link>http://www2.adacore.com/2008/04/24/NF-62-F725-016-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/24/NF-62-F725-016-gnat/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  Raw access to most of the GCC builtin functions is now possible thanks to
  Intrinsic import pragmas, allowing for instance access to very low level
  information like the current call frame return address or inline expansion
  of common math routines.
]]></description>
			<content:encoded><![CDATA[  Raw access to most of the GCC builtin functions is now possible thanks to
  Intrinsic import pragmas, allowing for instance access to very low level
  information like the current call frame return address or inline expansion
  of common math routines.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/24/NF-62-F725-016-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] New attribute Excluded_Source_List_File</title>
		<link>http://www2.adacore.com/2008/04/23/NF-62-G828-004-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/23/NF-62-G828-004-gnat/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  A new attribute Excluded_Source_List_File is added to the Project Manager.
  Its value is a single string that designates a text file that contains the
  list of simple file names that should not be considered as sources of the
  project.
]]></description>
			<content:encoded><![CDATA[  A new attribute Excluded_Source_List_File is added to the Project Manager.
  Its value is a single string that designates a text file that contains the
  list of simple file names that should not be considered as sources of the
  project.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/23/NF-62-G828-004-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] Warning on redundant slices</title>
		<link>http://www2.adacore.com/2008/04/20/NF-62-H317-008-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/20/NF-62-H317-008-gnat/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[   If a one-dimensional constant array object A is declared with an index
   subtype S, then the slice A (S) is flagged as redundant to indicate that
   the construct could be optimized simply to A.
]]></description>
			<content:encoded><![CDATA[   If a one-dimensional constant array object A is declared with an index
   subtype S, then the slice A (S) is flagged as redundant to indicate that
   the construct could be optimized simply to A.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/20/NF-62-H317-008-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] gnatname: different patterns for different dirs</title>
		<link>http://www2.adacore.com/2008/04/20/NF-62-H414-023-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/20/NF-62-H414-023-gnat/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[   gnatname may now be invoked so that different patterns apply to different
   directories, using a new switch &#8211;and to separate sections of
   directories/patterns. Example:
      gnatname -d src1 &#34;*.ada&#34; &#8211;and -d src2 &#34;*.spec&#34; &#34;.body&#34;
]]></description>
			<content:encoded><![CDATA[   gnatname may now be invoked so that different patterns apply to different
   directories, using a new switch &#8211;and to separate sections of
   directories/patterns. Example:
      gnatname -d src1 &quot;*.ada&quot; &#8211;and -d src2 &quot;*.spec&quot; &quot;.body&quot;
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/20/NF-62-H414-023-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] Direct visibility on variables in ancestors</title>
		<link>http://www2.adacore.com/2008/04/17/NF-62-GC22-003-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/17/NF-62-GC22-003-gnat/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  In a child project, there is now direct visibility on project level
  variables and string types in the ancestor of the project. For example, in
  project Parent.Child any variable and string type in project Parent is
  directly visible.
]]></description>
			<content:encoded><![CDATA[  In a child project, there is now direct visibility on project level
  variables and string types in the ancestor of the project. For example, in
  project Parent.Child any variable and string type in project Parent is
  directly visible.
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/17/NF-62-GC22-003-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GNAT] Higher alignment for composite stand-alone objects</title>
		<link>http://www2.adacore.com/2008/04/16/NF-62-H107-012-gnat/</link>
		<comments>http://www2.adacore.com/2008/04/16/NF-62-H107-012-gnat/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  The compiler now chooses a higher alignment than that of their type for
  composite stand-alone objects if this will result in better performances.
  This can be disabled by means of pragma Optimize_Alignment (Space).
]]></description>
			<content:encoded><![CDATA[  The compiler now chooses a higher alignment than that of their type for
  composite stand-alone objects if this will result in better performances.
  This can be disabled by means of pragma Optimize_Alignment (Space).
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/16/NF-62-H107-012-gnat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[GPRBUILD] New attributes Object_Generated and Objects_Linked</title>
		<link>http://www2.adacore.com/2008/04/16/NF-12-H408-020-gprbuild/</link>
		<comments>http://www2.adacore.com/2008/04/16/NF-12-H408-020-gprbuild/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category>Development Log</category>

		<category>GNAT Compilation System</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  New attributes for languages are created: Object_Generated (when &#34;false&#34;,
  it means that no object file is created by the &#34;compiler&#34;) and
  Objects_Linked (when &#34;false&#34;, it means that the object files of the
  languages are not linked in an executable or put in a library).
]]></description>
			<content:encoded><![CDATA[  New attributes for languages are created: Object_Generated (when &quot;false&quot;,
  it means that no object file is created by the &quot;compiler&quot;) and
  Objects_Linked (when &quot;false&quot;, it means that the object files of the
  languages are not linked in an executable or put in a library).
]]></content:encoded>
			<wfw:commentRss>http://www2.adacore.com/2008/04/16/NF-12-H408-020-gprbuild/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
