Skip to content
Snippets Groups Projects
Commit 6fa91b48 authored by Steven Bosscher's avatar Steven Bosscher Committed by Steven Bosscher
Browse files

re PR middle-end/18191 (Struct member is not getting default-initialized)


gcc/
	PR middle-end/18191
	PR middle-end/18965
	PR middle-end/18999
	* expr.c (categorize_ctor_elements_1): Count the total number
	of elements in the constructor.
	(categorize_ctor_elements): Return it in a new argument.
	* tree.h (categorize_ctor_elements): Adjust prototype.
	* gimplify.c (gimplify_init_ctor_eval_range): New.
	(gimplify_init_ctor_eval): Gimplify RANGE_EXPR.
	(gimplify_init_constructor): Block clear the object if the
	constructor has fewer elements than the object type.  Only try
	to add assignments to individual elements when we have to.

testsuite/
	 * gcc.dg/20041219-1.c: New test.

Co-Authored-By: default avatarAndrew Pinski <pinskia@physics.uc.edu>

From-SVN: r92415
parent 8f7e12f0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment