Bug 12580 - Apparent typo in gcc/include/internal/stdio_core.h causing gcc compilation failure
Summary: Apparent typo in gcc/include/internal/stdio_core.h causing gcc compilation fa...
Status: RESOLVED DUPLICATE of bug 12263
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 3.3.1
: P1 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-11 16:07 UTC by Rob Ratcliff
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Ratcliff 2003-10-11 16:07:08 UTC
I'm compiling gcc 3.3.1 on an Irix 6.5 system with gcc 3.3. During the the 
compilation process, the compiler complained that __gnuc___gnuc_va_list _ap
wasn't defined in gcc/include/internal/stdio_core.h. 
I noticed that __gnuc_va_list was defined so I just assumed there was
a typo and changed it to this:

   319 /*__SGI_LIBC_NAMESPACE_QUALIFIER __gnuc___gnuc_va_list _ap; buggy line* /
   320      __SGI_LIBC_NAMESPACE_QUALIFIER __gnuc_va_list _ap;

I didn't use any special configure arguments except --prefix.
Comment 1 Andrew Pinski 2003-10-11 16:17:31 UTC
This is a dup of bug 12263, this is fixed for 3.3.2 and 3.4.

*** This bug has been marked as a duplicate of 12263 ***