genautomata.c bug

Aaron Gray angray@beeb.net
Sat May 12 22:31:00 GMT 2007


I think I have found some bugs in genautomata.c

    regexp = create_node( sizeof( struct decl));

I believe this should be :-

    regexp = create_node( sizeof( struct regexp));

Lines :-

    1546
    1551

Compare with :-

    1576

Aaron



More information about the Gcc mailing list