public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libf2c/12263] New: compiler error in libf2c/libI77/backspace.c
@ 2003-09-12 16:03 j dot s dot barry at larc dot nasa dot gov
  2003-10-06 20:55 ` [Bug libf2c/12263] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: j dot s dot barry at larc dot nasa dot gov @ 2003-09-12 16:03 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-11-26  2:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-12 16:03 [Bug libf2c/12263] New: compiler error in libf2c/libI77/backspace.c j dot s dot barry at larc dot nasa dot gov
2003-10-06 20:55 ` [Bug libf2c/12263] " pinskia at gcc dot gnu dot org
2003-10-07 21:23 ` ro at gcc dot gnu dot org
2003-10-07 21:26 ` ro at gcc dot gnu dot org
2003-10-09 18:05 ` ro at gcc dot gnu dot org
2003-10-11 16:17 ` pinskia at gcc dot gnu dot org
2003-11-26  2:48 ` steven dot robbins at videotron dot ca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).