[Bug gcov-profile/38292] [4.3/4.4 Regression] corrupted profile info with -O[23] -fprofile-use

doko at ubuntu dot com gcc-bugzilla@gcc.gnu.org
Thu Feb 12 15:40:00 GMT 2009



------- Comment #6 from doko at ubuntu dot com  2009-02-12 15:40 -------
a build with the suggested change doesn't show any change.

--- gcc/calls.c~        2009-02-05 09:30:24.000000000 +0100
+++ gcc/calls.c 2009-02-12 15:17:08.000000000 +0100
@@ -530,6 +530,8 @@
        }
       else if ((tname[0] == 'q' && tname[1] == 's'
                && ! strcmp (tname, "qsetjmp"))
+              || (tname[0] == 'f' && tname[1] == 'o'
+                  && ! strcmp (tname, "fork"))
               || (tname[0] == 'v' && tname[1] == 'f'
                   && ! strcmp (tname, "vfork"))
               || (tname[0] == 'g' && tname[1] == 'e'


-- 


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



More information about the Gcc-bugs mailing list