public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 4.1 -O1 problem
@ 2006-03-16  4:49 Kevin Shanahan
  2006-03-16  5:57 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Shanahan @ 2006-03-16  4:49 UTC (permalink / raw)
  To: gcc-help

Hi,

I've come across a problem with my program when compiling with gcc-4.1
as opposed to gcc-4.0. With 4.1, the sound output comes out as
corrupted. I've narrowed it down to a single source file, and the fact
that it works with -O0 but not -O1.

However, I've tried to find the specific optimisation flag that is
causing the issue and I've come up against the situation below:

If I compile with -O0 and each of the flags below, the sound output is
working again. If I compile with -O1 and each of the options below
changed to -fno-... then the sound corruption is back:

          -fdefer-pop 
          -fdelayed-branch 
          -fguess-branch-probability 
          -fcprop-registers 
          -floop-optimize 
          -fif-conversion 
          -fif-conversion2 
          -ftree-ccp 
          -ftree-dce 
          -ftree-dominator-opts 
          -ftree-dse 
          -ftree-ter 
          -ftree-lrs 
          -ftree-sra 
          -ftree-copyrename 
          -ftree-fre 
          -ftree-ch 
          -fmerge-constants

Are there any other options besides these which -O1 affects?
Any other ideas as to how I can narrow down the cause?

Thanks,
Kevin.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-16 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-16  4:49 gcc 4.1 -O1 problem Kevin Shanahan
2006-03-16  5:57 ` Ian Lance Taylor
2006-03-16  6:11   ` Kevin Shanahan
2006-03-16 12:50     ` John Love-Jensen
2006-03-16 18:38       ` Kevin Shanahan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).