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 libf2c/12263] New: compiler error in libf2c/libI77/backspace.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=12263

           Summary: compiler error in libf2c/libI77/backspace.c
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libf2c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: j dot s dot barry at larc dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org

Output of gcc -v:
Reading specs from
/usr/data2/local/gcc-3.3.1/lib/gcc-lib/mips-sgi-irix6.5/3.3.1/specs
Configured with: ../gcc-3.3.1.src/configure --prefix=/usr/data2/local/gcc-3.3.1
Thread model: single
gcc version 3.3.1

Compiler error generated while compiling with: gmake bootstrap:

While compiling : /libf2c/libI77/backspace.c

from file fio.h:2
from file stdio.h:18
from file internal/stdio_core.h:319

undefined type "__gnuc___gnuc_va_list"

Work around was to edit internal/stdio_core.h.
(1) #included  stdarg.h which defined : __gnuc_va_list
(2) changed line 319 from :
 	__SGI_LIBC_NAMESPACE_QUALIFIER __gnuc___gnuc_va_list _ap;
to:
	__SGI_LIBC_NAMESPACE_QUALIFIER __gnuc_va_list _ap;

then gmake bootstrap completed successfully.


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