This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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 libc/573] New: sunrpc/xcrypt.c doesn't work with gcc 4.0


sunrpc/xcrypt.c has

static void passwd2des_internal (char *pw, char *key);
...
static void
passwd2des_internal (char *pw, char *key)
{
...
}
...
strong_alias (passwd2des_internal, passwd2des)
...

It is the same problem mentioned in:

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

That is the extern alias of a static function isn't supported by gcc 4.0
when the static function is inlined.

-- 
           Summary: sunrpc/xcrypt.c doesn't work with gcc 4.0
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: hjl at lucon dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=573

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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