[Bug c/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 24 17:58:00 GMT 2007



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-11-24 17:58 -------
This is obviously not very useful information.  You have to track this down
further.  The usual process is

 1) Build individual source files without optimization until you figure out
    which file triggers the failure.

 2) Play with GCC options, does -O1 work?  Does -O2
{-fno-tree-vrp,-fno-tree-pre}
    work? etc.

 3) Narrow down the routine that makes the difference

 4) Figure out if it's really a GCC problem.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34216



More information about the Gcc-bugs mailing list