<?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: Compiler problems. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856522#M67613</link>
    <description>Antinio, options in compilation are:&lt;BR /&gt;&lt;BR /&gt;CC=/prefix=all/INCLUDE=(SP_FA_INC:,SP_LI_FUENTES:,SP_FA_LIB:,SP_FU_COMPOSITOR:)/define=("__EXPLOTACION__")&lt;BR /&gt;&lt;BR /&gt;and we are add /NOOPT only</description>
    <pubDate>Wed, 21 Jul 2004 03:39:00 GMT</pubDate>
    <dc:creator>Daniel Fernandez Illan</dc:creator>
    <dc:date>2004-07-21T03:39:00Z</dc:date>
    <item>
      <title>Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856514#M67605</link>
      <description>hi people.&lt;BR /&gt;We have a problem with C compiler ( V6.4 and VMS 7.3-1).&lt;BR /&gt;When alpha had VMS 7.2.1, compiler works fine but when we upgraded OS appears this error in compilation time:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-HPARITH, high performance arithmetic trap, Imask=00000000, Fmask=00000&lt;BR /&gt;001, summary=02, PC=00000000004EDEDC, PS=0000001B&lt;BR /&gt;-SYSTEM-F-FLTINV, floating invalid operation, PC=00000000004EDEDC, PS=0000001B&lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;  image    module    routine             line      rel PC           abs PC      &lt;BR /&gt; DECC$COMPILER  GEM_ARCH_HAZARD_ALPHA  Contains&lt;BR /&gt;                                        33151 00000000000000FC 00000000004EDEDC.&lt;BR /&gt;&lt;BR /&gt;Some idea?.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 05:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856514#M67605</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-20T05:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856515#M67606</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;Given your information, floating register F0 is affected (Fmask), and according to the "summary" an attempt was made to perform an arithmetic, conversion or comparison operation and one or more of the operands do not represent a valid floating point value.&lt;BR /&gt;This could be a latent bug in the compiler.&lt;BR /&gt;I suggest two things:&lt;BR /&gt;upgrade to V6.5 of the compiler, and/or compile the offending module /NOOPT&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 05:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856515#M67606</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-07-20T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856516#M67607</link>
      <description>Thank for you help Kris.&lt;BR /&gt;&lt;BR /&gt;Indeed, using the option /NOOPTIMIZE, it works in agreement with the awaited thing.&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 06:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856516#M67607</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-20T06:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856517#M67608</link>
      <description>I would recommend installing all recommended OS patches (as well as upgrading the compiler).  The latest VMS731_SYS and VMS731_UPDATE should be sufficient.  There have been some floating point issues where the compiler was a victim of the support infrastructure in the OS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 11:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856517#M67608</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2004-07-20T11:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856518#M67609</link>
      <description>the NFS server in TCPIP was once such program that could corrupt floating point state.&lt;BR /&gt;If was a build problem I belive.</description>
      <pubDate>Tue, 20 Jul 2004 12:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856518#M67609</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-20T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856519#M67610</link>
      <description>All recommended patches were installed, but problem remained, appearing randomly after someone compilations.&lt;BR /&gt;&lt;BR /&gt;At this moment, /NOOPT option works fine (apparently).&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 03:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856519#M67610</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-21T03:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856520#M67611</link>
      <description>Daniel,&lt;BR /&gt;can you change floating option (see /iee)?&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 03:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856520#M67611</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-07-21T03:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856521#M67612</link>
      <description>Antoniov, Trap occurs in compilation time. I think that this option only works in execution time.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 03:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856521#M67612</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-21T03:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856522#M67613</link>
      <description>Antinio, options in compilation are:&lt;BR /&gt;&lt;BR /&gt;CC=/prefix=all/INCLUDE=(SP_FA_INC:,SP_LI_FUENTES:,SP_FA_LIB:,SP_FU_COMPOSITOR:)/define=("__EXPLOTACION__")&lt;BR /&gt;&lt;BR /&gt;and we are add /NOOPT only</description>
      <pubDate>Wed, 21 Jul 2004 03:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856522#M67613</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-21T03:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856523#M67614</link>
      <description>Daniel,&lt;BR /&gt;I known /iee is a runtime option; because using /noopt seems solve I guess there is soe compiler bug evaluating arithmetic expression. Best way is send source code to HP to solve bug while you could change some qualifier to avoid problem.&lt;BR /&gt;If you can manager NaN and infinite values you could use /iee=under because compiler don't need add trap code for theese values.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 04:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856523#M67614</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-07-21T04:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856524#M67615</link>
      <description>Antonio.&lt;BR /&gt;&lt;BR /&gt;I think that the problem takes place by the compiler and operating system versions, because trap occurs in a automatic script of compilation, and in different sources. &lt;BR /&gt;&lt;BR /&gt;Including /IEE option, trap doesn't occurs at this moment.&lt;BR /&gt;&lt;BR /&gt;Best Regards.</description>
      <pubDate>Thu, 22 Jul 2004 04:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856524#M67615</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2004-07-22T04:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856525#M67616</link>
      <description>Ada is notorious for the analogous problem in which you get a HPARITH trap unless you compile that program with /NOOPT&lt;BR /&gt;&lt;BR /&gt;I wonder if whoever wrote the optimizer for C also worked on Ada?&lt;BR /&gt;&lt;BR /&gt;But to be honest, the old TOPS-10 system for DEC KA/KI/KL-10s had a similar problem for their Pascal compiler.  The optimizer optimizes an entire instruction out of existence, then gets lost trying to find what it just threw away.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 14:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856525#M67616</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2004-07-22T14:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856526#M67617</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;  Any SYSTEM-F error from any compiler is a bug and should be reported formally.&lt;BR /&gt;&lt;BR /&gt;  That said, the first diagnostic check will be to upgrade to the latest compiler and retry. If the problem persists with the latest compiler, please log a case against your service contract.&lt;BR /&gt;&lt;BR /&gt;  Please have the exact command, and exact error message available and, if possible, the complete source code so the service engineer can reproduce the symptom (extra points if you manage to submit a C program with ALL the required include files! ;-) &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 17:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856526#M67617</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-07-22T17:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856527#M67618</link>
      <description>Thanks to all.&lt;BR /&gt;I had a problem with mi old identifier.&lt;BR /&gt;Saludos.</description>
      <pubDate>Fri, 01 Apr 2005 05:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856527#M67618</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-04-01T05:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler problems.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856528#M67619</link>
      <description>Clos this threat</description>
      <pubDate>Fri, 01 Apr 2005 05:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/compiler-problems/m-p/4856528#M67619</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-04-01T05:43:14Z</dc:date>
    </item>
  </channel>
</rss>

