<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: integer / integer warning possible? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938655#M16451</link>
    <description>&lt;A href="http://dsm.dsm.fordham.edu/~ftnchek/"&gt;Fortran Check&lt;/A&gt; Does warn for such kinds of type mixings and much more.  &lt;BR /&gt;  &lt;BR /&gt;Regards,  &lt;BR /&gt;&lt;P&gt;Sabalan&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2001 18:11:35 GMT</pubDate>
    <dc:creator>sabalan</dc:creator>
    <dc:date>2001-02-14T18:11:35Z</dc:date>
    <item>
      <title>integer / integer warning possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938653#M16449</link>
      <description>Hi  &lt;BR /&gt;  &lt;BR /&gt;Is it possible to get a warning from the compiler in the cases  &lt;BR /&gt;  &lt;BR /&gt;a) Integer division, eg   &lt;BR /&gt;  &lt;BR /&gt;nRealVar = iInteger1/iInteger2;  &lt;BR /&gt;  &lt;BR /&gt;or more generally when mixing types in algebraic expressions??  &lt;BR /&gt;  &lt;BR /&gt;b) Complex assigned to real, eg  &lt;BR /&gt;  &lt;BR /&gt;real nR  &lt;BR /&gt;complex nQ   &lt;BR /&gt;...  &lt;BR /&gt;nR = nQ;  &lt;BR /&gt;  &lt;BR /&gt;I have tried to redefine the division operator /, but it seems  &lt;BR /&gt;that '/' is too intrinsic to be redefined via INTERFACE ...  &lt;BR /&gt;  &lt;BR /&gt;Any hints are welcome  &lt;BR /&gt;  &lt;BR /&gt;Regards &lt;BR /&gt;Gunnar Taraldsen &lt;BR /&gt;SINTEF Telecom and Informatics</description>
      <pubDate>Tue, 13 Feb 2001 22:21:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938653#M16449</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-02-13T22:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: integer / integer warning possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938654#M16450</link>
      <description>No, the compiler does not implement a warning for this. These operations are allowed under the Fortran standard and might be used in valid programs.&lt;BR /&gt;&lt;BR /&gt;I'll add to our wish list an optional warning for mixed-mode arithmetic.  I could see that this might be useful to some people.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 14 Feb 2001 00:50:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938654#M16450</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-02-14T00:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: integer / integer warning possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938655#M16451</link>
      <description>&lt;A href="http://dsm.dsm.fordham.edu/~ftnchek/"&gt;Fortran Check&lt;/A&gt; Does warn for such kinds of type mixings and much more.  &lt;BR /&gt;  &lt;BR /&gt;Regards,  &lt;BR /&gt;&lt;P&gt;Sabalan&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2001 18:11:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938655#M16451</guid>
      <dc:creator>sabalan</dc:creator>
      <dc:date>2001-02-14T18:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: integer / integer warning possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938656#M16452</link>
      <description>... but, it doesn't do f90 (or f95) outside of implicit none, do...end do, end subroutine, select case, and maybe a few minor others.  Quite the drawback, imo. (an almost universal drawback among third party Fortran static analyzers.) &lt;BR /&gt; &lt;BR /&gt;-John</description>
      <pubDate>Wed, 14 Feb 2001 22:51:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938656#M16452</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-02-14T22:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: integer / integer warning possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938657#M16453</link>
      <description>John, I have not tested the latest version but this is what they promis: &lt;BR /&gt; &lt;BR /&gt;Status as of 4 February 2001 &lt;BR /&gt; &lt;BR /&gt;ftnchek is now at version 3.0.2 &lt;BR /&gt; &lt;BR /&gt;Some new features in version 3.0: &lt;BR /&gt; &lt;BR /&gt;       1.  Statement labels are now processed, instead  of  being &lt;BR /&gt;           ignored  as formerly.  Tables of label definitions and &lt;BR /&gt;           cross-references can be printed,  and  warnings  about &lt;BR /&gt;           incorrect  or  suspicious  label  usage  are produced. &lt;BR /&gt;           This new feature was added by Heba Elsayed. &lt;BR /&gt; &lt;BR /&gt;       2.  The SELECT CASE construct is now accepted.  The syntax &lt;BR /&gt;           is  as  defined  in  Fortran 90.  This new feature was &lt;BR /&gt;           added by John Bollinger. &lt;BR /&gt; &lt;BR /&gt;       3.  The END PROGRAM, END FUNCTION, END SUBROUTINE and  END &lt;BR /&gt;           BLOCKDATA  statements  are  accepted.  No checking for &lt;BR /&gt;           balance is done. &lt;BR /&gt; &lt;BR /&gt;       4.  Source code can be in Fortran 90 free format or tradi- &lt;BR /&gt;           tional  fixed format.  Also, a semicolon is allowed as &lt;BR /&gt;           a statement separator. &lt;BR /&gt; &lt;BR /&gt;       5.  The  ftnpp program has been unbundled from the distri- &lt;BR /&gt;           bution.  It is  available  from  the  same  places  as &lt;BR /&gt;           ftnchek. &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt;Sabalan.</description>
      <pubDate>Wed, 14 Feb 2001 23:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/integer-integer-warning-possible/m-p/938657#M16453</guid>
      <dc:creator>sabalan</dc:creator>
      <dc:date>2001-02-14T23:12:34Z</dc:date>
    </item>
  </channel>
</rss>

