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 aliasing bug introduced with September gcc2 merge


  In message <00010202420000.24083@enzo.bigblue.local>you write:
  > Hi,
  > 
  > while hunting a C++ testsuite failure with tstring.cc on powerpc-linux-gnu 
  > (why
  > the hell does gcc generate a different stack layout for -O1 and -O1
  > -fstrict-aliasing?), I stumbled over this typo. It was revealed by compilin
  > g
  > testsuite/blkarg.c with -O1 and using an --enable-checking=tree,gc,misc
  > compiled gcc, it ICE'd in alias.c/mems_in_disjoint_alias_sets_p().
  > 
  > The patch restores the pre-merge status.
  > 
  > OK to commit?
  > 
  > Franz.
  > 
  > 	* expr.c (store_constructor_field): Fix typo introduced with last
  > 	gcc2 merge.
This is fine.  Please install this patch.

Thanks,
jeff


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