Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
rcodes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXEC_UMERGE   255 /* call umerge */
#define RC_OKAY   0 /* executed successfully */
#define RC_INTERNAL_ERROR   1 /* a compiler error */
#define RC_USER_ERROR   2 /* a user error */
#define RC_NORECOVER_USER_ERROR   4 /* a user error can't recover from */
#define RC_UNIMPLEMENTED_ERROR   8 /* uses an unimplemented feature */
#define RC_NEED_INLINER   16 /* flag that we need the inliner */
#define RC_SYSTEM_ERROR   32 /* a O/S or environment error */
#define RC_GCC_ERROR   33 /* gcc's error number */
#define RC_OVERFLOW_ERROR   64 /* an overflow error; try recompiling */

Define Documentation

#define EXEC_UMERGE   255 /* call umerge */

Definition at line 52 of file rcodes.h.

#define RC_GCC_ERROR   33 /* gcc's error number */

Definition at line 65 of file rcodes.h.

#define RC_INTERNAL_ERROR   1 /* a compiler error */

Definition at line 59 of file rcodes.h.

#define RC_NEED_INLINER   16 /* flag that we need the inliner */

Definition at line 63 of file rcodes.h.

#define RC_NORECOVER_USER_ERROR   4 /* a user error can't recover from */

Definition at line 61 of file rcodes.h.

Referenced by ErrMsg_Report_User(), main(), and RiceWhirl2f().

#define RC_OKAY   0 /* executed successfully */

Definition at line 58 of file rcodes.h.

#define RC_OVERFLOW_ERROR   64 /* an overflow error; try recompiling */

Definition at line 66 of file rcodes.h.

Referenced by Allocate_Space(), and Finalize_Stack_Frame().

#define RC_SYSTEM_ERROR   32 /* a O/S or environment error */

Definition at line 64 of file rcodes.h.

Referenced by load_so(), and main().

#define RC_UNIMPLEMENTED_ERROR   8 /* uses an unimplemented feature */

Definition at line 62 of file rcodes.h.

#define RC_USER_ERROR   2 /* a user error */

Definition at line 60 of file rcodes.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines