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 bootstrap/12493] New: bootstrap failure: sys_nerr undeclared identifier in strerror.c


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: bootstrap failure: sys_nerr undeclared identifier in
                    strerror.c
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8

gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include  -W -Wall
-Wtraditional -pedantic ../../libiberty/strerror.c -o strerror.o
../../libiberty/strerror.c: In function `errno_max':
../../libiberty/strerror.c:601: error: `sys_nerr' undeclared (first use in this
function)
../../libiberty/strerror.c:601: error: (Each undeclared identifier is reported
only once
../../libiberty/strerror.c:601: error: for each function it appears in.)
make[1]: *** [strerror.o] Error 1


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