[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decc

Title:DECC
Notice:General DEC C discussions
Moderator:TLE::D_SMITHNTE
Created:Fri Nov 13 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2212
Total number of notes:11045

1173.0. "DECC Crash on OpenVMS/AXP" by DIVING::DAVIS (Buckle Up, TED!, -- VMS Partner, DTN: 341-5342) Thu Mar 16 1995 15:51

T.RTitleUserPersonal
Name
DateLines
1173.1DIVING::DAVISBuckle Up, TED!, -- VMS Partner, DTN: 341-5342Thu Mar 16 1995 15:52597
1173.2follow up..DIVING::DAVISBuckle Up, TED!, -- VMS Partner, DTN: 341-5342Thu Mar 16 1995 15:568
1173.3Looks like a known problemDECC::VOGELThu Mar 16 1995 16:2829
1173.4fixed in DECC T5.0DIVING::DAVISBuckle Up, TED!, -- VMS Partner, DTN: 341-5342Mon Mar 20 1995 15:264
1173.5Whats the downside to upgrading?SYSTEM::HELLIARhttp://samedi.reo.dec.com/Tue Feb 04 1997 08:1810
    We've hit this as well.
    
    We currently have 4.0 on VAX/VMS and 4.1 in AXP/VMS. Is there any
    downside to upgrading our compilers to 5.0 or above? E.g. will this
    change any behaviour (apart from stopping crashes), or change the
    pre-requisits of either the developement or target (run time) systems.
    
    Regards,
    
    Graham
1173.6upgrading much safer than standing patCAIRN::HARRISKevin Harris, dtn 381-2039Tue Feb 04 1997 11:3014
    
>    We currently have 4.0 on VAX/VMS and 4.1 in AXP/VMS. Is there any
>    downside to upgrading our compilers to 5.0 or above? E.g. will this
>    change any behaviour (apart from stopping crashes), or change the
>    pre-requisits of either the developement or target (run time) systems.

no and no
    
We recommend upgrading to the latest available DEC C kit.  There are many
important bug fixes in each release that you should take advantage of.  V4.0
was the first release of DEC C, and is now seriously obsolete.  We don't claim
that each new release is totally free of new bugs, but the improvements outweigh
the regressions many times over.
					-Kevin
1173.7Both V5.3 and V5.5 have been stable...XDELTA::HOFFMANSteve, OpenVMS EngineeringTue Feb 04 1997 11:4023
:    We currently have 4.0 on VAX/VMS and 4.1 in AXP/VMS. Is there any
:    downside to upgrading our compilers to 5.0 or above? E.g. will this
:    change any behaviour (apart from stopping crashes), or change the
:    pre-requisits of either the developement or target (run time) systems.

   There are a couple of bugs in the V5.5 compiler around compiling
   modules that include specific include files (see previous reports),
   but otherwise both V5.5 and V5.3 have been quite stable.  (I've been
   running both V5.3 and V5.5 compilers on various systems since shortly
   after they each became available.)

   I have noticed (and used) new support around 64-bit addressing, and
   I've noticed better error messages, etc.  I haven't seen any serious
   problems -- save for the above-mentioned include bugs.

   There are some changes around how DEC C uses the DECC$SHR RTL -- it's
   now accessed by the compiler at run-time, so you'll need to issue a
   /DEFINE for the target OpenVMS VMS version, and a DEFINE to get the
   compiler to read the symbols from the target RTL.  (There was a
   discussion of this not too long ago...  See 2071.*.)

   You'll need to run your own tests locally, obviously...