[Bug libmudflap/38738] gcc 4.4.0 20090104 - OpenSolaris can enable libmudflaps (if gcc is configured to use GNU ld)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 6 02:42:00 GMT 2009



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-01-06 02:41 -------
for the pass-stratcliff.c failure, change:
#ifndef __FreeBSD__
to
#ifdef __gnu_linux__

And this should fix the issue there.

For pass47-frag.c failure, you need to either do a { dg-warning "__ctype" "" {
target *-*-solaris* } or prune the output of the warning.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal


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



More information about the Gcc-bugs mailing list