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: [PATCH] Fix sig11 on alpha-*-linux



  In message <20000608110004.Y474@sunsite.ms.mff.cuni.cz>you write:
  > Hi!
  > 
  > digest_init can be called with
  > NON_LVALUE_EXPR containing error_mark_node.
  > If this happens, compiler crashes.
  > Seen on alpha-linux when some program included 2.4.0 linux/fs.h which
  > includes stuff which should not be visible to userland.
Can you please generate a testcase for this?  Use -save-temps to get the
cpp output, then strip out the unnecessary stuff.

It would help a lot in determining if your patch is correct.  My primary
concern is that we should have caught the error_mark_node earlier.

THanks,
jeff


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