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: Move variably_modified_type_p to tree-inline.c




--On Tuesday, October 22, 2002 03:51:16 PM -0700 Zack Weinberg <zack@codesourcery.com> wrote:

This is phase one of a fix for PR 6994.
Cool.  This patch is OK.  While you're there, would you fix my typo:

+     elements are.  (Note that the VLA case has alredy been checked

That's "already".

This good go in c-common.c; the notion of "variably modified type" is
C99-ism.  But then we have to increase the horrible damage that was
done to tree-inline.c.  So, I think you should just put it in tree.c;
it's really a property of types; nothing specific to do with inlining.

You can certainly move it there without re-bootstrapping.

Thanks!

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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