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

r201791 - in /trunk/gcc: ChangeLog gengtype.c


Author: dmalcolm
Date: Fri Aug 16 14:59:02 2013
New Revision: 201791

URL: http://gcc.gnu.org/viewcvs?rev=201791&root=gcc&view=rev
Log:
Fix bad interaction between GTY((user)) and incomplete declarations

gcc/
	* gengtype.c (create_user_defined_type): Ensure that the kind
	is set to TYPE_USER_STRUCT, fixing a bug seen when an incomplete
	declaration is seen before the GTY((user)) marking.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gengtype.c


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