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

Re: [testsuite] Yet another gcc segfault on lame input



  In message <20000901113808.N21753@devserv.devel.redhat.com>you write:
  > Hi!
  > 
  > gcc segfaults on the following testcase. One issue is that block_stack is
  > NULL, which expand_end_bindings is not expecting (below is a possible stmt.
  > c
  > change but I'm not sure whether that's the best solution), but if I apply
  > the stmt.c patch, it segfaults in yet another place. Any ideas on how to
  > solve these nicely and without slowing down compilation for properly writte
  > n
  > programs?
  > 
  > 2000-09-01  Jakub Jelinek  <jakub@redhat.com>
  > 
  > 	* gcc.dg/noncompile/20000901-2.c: New test.
The test itself is fine.

I'm unsure what to do with the stmt.c change though.  I'm kind of hoping
that we can rethink it a little as we go to function at a time mode.

jeff


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