<?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: HP C ANSI C optimizer broken on HP-UX 11.11 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782643#M99400</link>
    <description>Sameer. thanks for searching, but if you would have had a closer look at the what output for cc, you could have seen that the PHSS_34412 was already in:&lt;BR /&gt;&lt;BR /&gt;HP92453-01 B.11.X.34412-34415.GP HP C Compiler&lt;BR /&gt;&lt;BR /&gt;I do not have confidence in the second patch. This is a production system, and as - from the description - I see no resolution in the defects these patches fix, and they only have one star, I'll just wait for the next goldpack.&lt;BR /&gt;&lt;BR /&gt;ranganath, you could generate it yourself most likely.&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# mkdir perl-devel&lt;BR /&gt;# cd perl-devel&lt;BR /&gt;# rsync -avz rsync://public.activestate.com/perl-current/ .&lt;BR /&gt;# sh ./Configure --Dusedevel -Duse64bitall -DEBUGGING=both -des&lt;BR /&gt;# make&lt;BR /&gt;&lt;BR /&gt;... boom ...&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Fri, 05 May 2006 03:24:09 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2006-05-05T03:24:09Z</dc:date>
    <item>
      <title>HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782634#M99391</link>
      <description>`sh  cflags "optimize='+O2 +Onolimit -g'" toke.o`  toke.c&lt;BR /&gt;          CCCMD =  cc -DPERL_CORE -c -DPERL_PATCHNUM=28095  -Ae -DDEBUGGING -DPERL_DONT_CREATE_GVSV +Z -z -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DDEBUGGING -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DARG_ZERO_IS_SCRIPT +O2 +Onolimit -g&lt;BR /&gt;Stack_Trace: error while unwinding stack&lt;BR /&gt;cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.&lt;BR /&gt;&lt;BR /&gt;# swshow ANSI&lt;BR /&gt;# B3901BA                                                       B.11.11.14     HP C/ANSI C Developer's Bundle for HP-UX (S800)&lt;BR /&gt;# B3901BA.C-ANSI-C                                              B.11.11.14     HP C/ANSI C Compiler&lt;BR /&gt;  B3901BA.C-ANSI-C.C                                            B.11.11.14     C Programming Language&lt;BR /&gt;  B3901BA.C-ANSI-C.C-HELP                                       B.11.11.14     C Online help&lt;BR /&gt;  B3901BA.C-ANSI-C.C-MAN                                        B.11.11.14     C References Pages&lt;BR /&gt;&lt;BR /&gt;# path -w cc&lt;BR /&gt;/usr/bin/cc:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.47 051104 $&lt;BR /&gt;        LINT B.11.X.34412-34415.GP CXREF B.11.X.34412-34415.GP&lt;BR /&gt;        HP92453-01 B.11.X.34412-34415.GP HP C Compiler&lt;BR /&gt;         $ PATCH/11.00:PHCO_27774  Oct  3 2002 09:45:59 $&lt;BR /&gt;&lt;BR /&gt;# kmtune.pl ^max&lt;BR /&gt;Parameter            Value hex    Value dec   Function                    Default&lt;BR /&gt;-------------------- ------------ ----------- --------------------------- --------------------&lt;BR /&gt;max_async_ports      0x0000000032          50 50&lt;BR /&gt;max_fcp_reqs         0x0000000200         512 512&lt;BR /&gt;max_mem_window       0x0000000000           0 0&lt;BR /&gt;max_thread_proc      0x0000000200         512 512                         64&lt;BR /&gt;maxdsiz              0x0018000000   402653184 0x18000000                  0x10000000&lt;BR /&gt;maxdsiz_64bit        0x0060000000  1610612736 0x60000000                  0x0000000040000000&lt;BR /&gt;maxfiles             0x0000000200         512 512                         60&lt;BR /&gt;maxfiles_lim         0x0000000400        1024 1024&lt;BR /&gt;maxqueuetime                    -           - -                           0&lt;BR /&gt;maxssiz              0x0000a00000    10485760 0xa00000                    0x00800000&lt;BR /&gt;maxssiz_64bit        0x0002000000    33554432 0x2000000                   0x00800000&lt;BR /&gt;maxswapchunks        0x0000000800        2048 2048                        256&lt;BR /&gt;maxtsiz              0x0004000000    67108864 0x4000000                   0x04000000&lt;BR /&gt;maxtsiz_64bit        0x0040000000  1073741824 0x40000000                  0x0000000040000000&lt;BR /&gt;maxuprc              0x000000004b          75 75&lt;BR /&gt;maxusers             0x0000000400        1024 1024                        32&lt;BR /&gt;maxvgs               0x000000000a          10 10&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 04 May 2006 08:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782634#M99391</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-04T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782635#M99392</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I remember having had problems in compiling SW-packages when options for optimizing AND for debugging were specified.&lt;BR /&gt;Perhaps you try a compilation without '-g' or '+O2'.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 04 May 2006 10:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782635#M99392</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-05-04T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782636#M99393</link>
      <description>Already did so.&lt;BR /&gt;&lt;BR /&gt;For most of these files dropping to +O1 is enough, for others +O0 is required&lt;BR /&gt;&lt;BR /&gt;Dropping -g is also OK.&lt;BR /&gt;&lt;BR /&gt;Anyway, IMHO the compiler/optimizer should not crash, but either give me a sensible warning, or drop to a (for the optimizer) accepable level/combination.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 04 May 2006 10:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782636#M99393</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-04T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782637#M99394</link>
      <description>Hi Merijn, &lt;BR /&gt;&lt;BR /&gt;Perhaps, you could try installing latest Libc patch PHCO_33609. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=PHCO_33609&amp;amp;context=hpux:800:11:00&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 04 May 2006 10:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782637#M99394</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-04T10:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782638#M99395</link>
      <description>HI Merijn, &lt;BR /&gt;&lt;BR /&gt;Sorry for the second post. I just now remember i had this same problem two years ago while trying to build Xerces or Xalan. If i remember correctly, it turned out to be a compiler bug. &lt;BR /&gt;&lt;BR /&gt;I remember i got replies from both Dennis Handley and Steve from HP about this. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S Assign zero points.</description>
      <pubDate>Thu, 04 May 2006 11:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782638#M99395</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-04T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782639#M99396</link>
      <description>I swapped the points :)&lt;BR /&gt;&lt;BR /&gt;Well you got a reply from them that it is a bug. WHAT WAS THEIR ANSWER?&lt;BR /&gt;Are they going to fix it?&lt;BR /&gt;&lt;BR /&gt;Can I `confirm' your bug number?&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ who hates to see an area where gcc does better than HP C-ANSI-C ]</description>
      <pubDate>Thu, 04 May 2006 12:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782639#M99396</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-04T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782640#M99397</link>
      <description>I guess there are 2 issues invloved, one for stack trace and second for Signal 11.&lt;BR /&gt;&lt;BR /&gt;I would take a look at these patches as similar issues have been taken care of&lt;BR /&gt;&lt;BR /&gt;PHSS_33902&lt;BR /&gt;PHSS_34412&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 15:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782640#M99397</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-05-04T15:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782641#M99398</link>
      <description>Typo..&lt;BR /&gt;Correction...&lt;BR /&gt;Instead of PHSS_33902, wanted to mention PHSS_33901.</description>
      <pubDate>Thu, 04 May 2006 15:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782641#M99398</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-05-04T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782642#M99399</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;can you file a defect for this ? or post a .i file which can reproduce the problem, so that i can file a defect for you.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;ranga</description>
      <pubDate>Fri, 05 May 2006 00:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782642#M99399</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2006-05-05T00:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: HP C ANSI C optimizer broken on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782643#M99400</link>
      <description>Sameer. thanks for searching, but if you would have had a closer look at the what output for cc, you could have seen that the PHSS_34412 was already in:&lt;BR /&gt;&lt;BR /&gt;HP92453-01 B.11.X.34412-34415.GP HP C Compiler&lt;BR /&gt;&lt;BR /&gt;I do not have confidence in the second patch. This is a production system, and as - from the description - I see no resolution in the defects these patches fix, and they only have one star, I'll just wait for the next goldpack.&lt;BR /&gt;&lt;BR /&gt;ranganath, you could generate it yourself most likely.&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# mkdir perl-devel&lt;BR /&gt;# cd perl-devel&lt;BR /&gt;# rsync -avz rsync://public.activestate.com/perl-current/ .&lt;BR /&gt;# sh ./Configure --Dusedevel -Duse64bitall -DEBUGGING=both -des&lt;BR /&gt;# make&lt;BR /&gt;&lt;BR /&gt;... boom ...&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 05 May 2006 03:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-c-ansi-c-optimizer-broken-on-hp-ux-11-11/m-p/3782643#M99400</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-05T03:24:09Z</dc:date>
    </item>
  </channel>
</rss>

