Problem 3 - Miscompilation of min and max on DEC.
Summary: Miscompilation of min and max on DEC.
Status: CLOSED LATER
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/util (show other problems)
Version: other
Hardware: DEC OSF/1
: P5 enhancement
Assignee: Hans-Peter.Wellisch
URL:
Depends on:
Blocks:
 
Reported: 1999-07-20 07:57 CEST by John.Allison
Modified: 2003-03-13 02:06 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description John.Allison 1999-07-20 07:57:54 CEST
G4ReactionDynamics.cc and G4HEInelastic.cc have been modified to replace a min
and a max respectvely by an if clause to avoid a crash in optimised executables
-  but note that G4ReactionDynamics.cc is compiled in non-optimised mode.
Given "minor" severity since we cannot fix until DEC fix the compiler.  The
problem has been reported to DEC and is receiving attention.
Comment 1 John.Allison 1999-09-22 05:54:59 CEST
New DEC compiler is believed to fix this.
Remains to be tested.