This is the mail archive of the gcc@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]

genautomata.c bug


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


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