This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
kripashankar <kripa82@yahoo.com> writes:
> Iam using an arm-linux-gcc-3.3 toolchain..
>
> This is my sample program
>
> int main()
> {
> int i = 9;
> i += 10;
> return 0;
> }
>
> and the RTL dump after all the optimization passes
> looks like this
[snip]
You can probably get better information from gcc at gcc.gnu.org .
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |