-Xalias


This option performs optimization with consideration for the type of the data indicated by the pointer.

[Specification format]

-Xalias=value

 

-

Interpretation when omitted

Optimization with consideration for the type of the data indicated by the pointer, based on the ANSI standard is not performed.

[Detailed description]

-

This option specifies whether to perform optimization with consideration for the type of the data indicated by the pointer, based on the ANSI standard.

-

The items that can be specified as value are shown below.
An error will occur if any other item is specified.

ansi

Optimization with consideration for the type of the data indicated by the pointer, based on the ANSI standard is performed.

noansi

Optimization with consideration for the type of the data indicated by the pointer, based on the ANSI standard is not performed.

 

-

An error will occur if value is omitted.

[Example of use]

-

To perform optimization with consideration for the type of the data indicated by the pointer, based on the ANSI standard, describe as:

>ccrh -Xalias=ansi -Xcommon=rh850 -Osize main.c