On Thu, Jun 5, 2008 at 2:34 PM, hjl dot tools at gmail dot com <[EMAIL PROTECTED]> wrote: > There is no easy way to debug gcc compiled with -O2.
You know if you compile cc1 manually inside the gcc directory, it will compile with -O0 -g. Also you can use stage1-gcc directory to debug and build cc1plus, etc. -- Pinski