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]
Other format: [Raw text]

Re: [tree-ssa] [RFC] Partial fix PR 13741



On May 6, 2004, at 20:54, Andrew Pinski wrote:

ChangeLog:


	* tree-nested.c: Include diagnostic.h.
	(convert_nonlocal_reference): Print out error
	when we know that we are going to seg fault when
	searching for the context.
	(convert_nonlocal_reference): Decay a->b and a.b
	into *(a+offsetof(b)) and *(&a+offsetof(b))
	respectively if the offsetof is non constant.
	* Makefile.in (tree-nested.c): Depend on diagnostic.h
	* c-simple.c (gimplify_vla_type): New function.
	(gimplify_decl_stmt): Use gimplify_vla_type.


I forgot to add that I bootstrapped on powerpc-apple-darwin
and i686-pc-linux-gnu with no regressions.

Thanks,
Andrew Pinski


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