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]

c++/8101: va_start undeclared


>Number:         8101
>Category:       c++
>Synopsis:       va_start undeclared
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 30 14:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jitesh Patel
>Release:        gcc 3.2
>Organization:
>Environment:
Sun 
>Description:
I just recently installed the new gcc 3.2. When I try compiling my old code, I get the following error messages:
*macro "va_start" passed two arguments, but takes just 1
*'va_start' undeclared (first use in this function)
* (each undeclared identifier is reported only once for each function it appears in)

I have included the the following headers in my file:
<stdarg.h>
<stdio.h>
<varargs.h>
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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