This is the mail archive of the gcc@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] | |
> On Wed, 12 Mar 2003, Will Newton wrote: > > > I have some code[1] that breaks when compiled with gcc 3.2 -O1. I have tried > > enabling all these optimizations: > > Try -S -fverbose-asm and look at the .s file. It still doesn't give you everything. Some transformations are simply done only when -O flag is used. Honza > > Falk
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |