This is the mail archive of the gcc-bugs@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]

[Bug gcov-profile/55734] [4.8 Regression] gcov-io.c uses builtins not available in non-GCC compilers


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

--- Comment #10 from Aldy Hernandez <aldyh at redhat dot com> 2012-12-18 16:48:40 UTC ---
Ah yes, now I remember.  Yes, there is a problem with libgcov.a.  I 
wasn't seeing it because I was only building cc1.  You are correct 
Teresa, that is the reason for the gymnastics in my original patch.

houston:/build/trunkboot/gcc$ nm libgcov.a |grep popc
                  U popcount_hwi

I will let you and Richard sort it out :).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]