[gnu.gcc.bug] scoping bug in gcc 1.35

bob@BOULDER.COLORADO.EDU (Robert Gray) (09/02/89)

I believe that the following is legal:

typedef float argc;
main(argc,argv)
{}


chekov{bob}134: gcc scope10.c
scope10.c:2: parse error before `argv'

chekov{bob}140: cat config.status
Links are now set up for use with a vax.

Running under a SUN 3/75 OS3.3

If both formal parameters are typedef'd, then it compiles OK.

Bob Gray  (bob@boulder.colorado.edu)
                Computer Science Dept 430
                University of Colorado
                Boulder Co 80309-0430
                (303) 492-5043