Technical data
Cray Standard C/C++ Reference Manual
WARNING Probable user error. Indicates that the program
will probably abort or behave unpredictably.
ERROR Fatal error; that is, a serious error in the source
code. No binary output is produced.
INTERNAL Problems in the compilation process. Please
report internal errors immediately to the system
support staff, so a Software Problem Report (SPR)
can be filed.
LIMIT Compiler limits have been exceeded. Normally
you can modify the source code or environment
to avoid these errors. If limit errors cannot be
resolved by such modifications, please report
these errors to the system support staff, so that
an SPR can be filed.
INFO Useful additional information about the compiled
program.
TASKING Information about tasking optimizations
performed on the compiled code.
INLINE Information about inline code expansion
performed on the compiled code.
SCALAR Information about scalar optimizations performed
on the compiled code.
VECTOR Information about vectorization optimizations
performed on the compiled code.
STREAM Information about the multi-streaming processor
(MSP) optimizations performed on the compiled
code.
OPTIMIZATION Information about general optimizations.
C.4 Common System Messages
The four errors in the following list can occur during the execution of a user
program. The operating system detects them and issues the appropriate message.
These errors are not detected by the compiler and are not unique to C and C++
programs; they may occur in any application program written in any language.
• Operand Range Error
176 S–2179–36










