Print no_force_blk_flag for all types

Eric Botcazou ebotcazou@adacore.com
Thu Dec 19 09:14:00 GMT 2013


tree.h has:

/* In a RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE or ARRAY_TYPE, it means
   the type has BLKmode only because it lacks the alignment required for
   its size.  */
#define TYPE_NO_FORCE_BLK(NODE) \
  (TYPE_CHECK (NODE)->type_common.no_force_blk_flag)

and it's the only usage of the flag, so the bits in print_node are outdated.

Tested on x86_64-suse-linux, applied on the mainline as obvious.


2013-12-19  Eric Botcazou  <ebotcazou@adacore.com>

	* print-tree.c (print_node) <case tcc_type>: Print no_force_blk_flag
	for all types.


-- 
Eric Botcazou
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p.diff
Type: text/x-patch
Size: 721 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20131219/f7f27119/attachment.bin>


More information about the Gcc-patches mailing list