more va_dcl problems

Red Hat Linux User howarth@dilbert.med.uc.edu
Sun Nov 8 14:30:00 GMT 1998


Below is a test case that compiles fine on my SGI at work (using sgi
compilers).

#include <varargs.h>

main()
{
va_dcl
{
}
}   

On linuxppc using glibc 2.0.100 and egcs_1_1_branch from earlier this week
I get the following error.

testvarg.c: In function `main':
testvarg.c:5: parse error before `...'

Can we get this fixed in egcs_1_1_branch? It prevents xbl and xfig from
building.
         Jack



More information about the Gcc-bugs mailing list