This is the mail archive of the glibc-bugs@sourceware.org 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/1373] New: argp.h __THROW removal incomplete


In 2003, drepper removed lots of __THROWs from argp/argp.h -- presumably because
anything that prints could in fact throw.  However, the __USE_EXTERN_INLINES
definition of __argp_usage still bears the __THROW (at least, unless __NTH() is
#define-d to omit it), so the declaration and definition conflict.

-- 
           Summary: argp.h __THROW removal incomplete
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: herring at lanl dot gov
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: N/A
  GCC host triplet: N/A
GCC target triplet: N/A


http://sourceware.org/bugzilla/show_bug.cgi?id=1373

------- 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]