From: Olivier Hainque Date: Mon, 1 Jun 2009 15:25:19 +0000 (+0000) Subject: Add missing blanks after dots in entry. X-Git-Tag: releases/gcc-4.5.0~5448 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62295314f0a1f3ddea8cf54a888c4b9b3a4bec68;p=thirdparty%2Fgcc.git Add missing blanks after dots in entry. From-SVN: r148048 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10798344faea..86882e5def93 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -29,11 +29,11 @@ extracted code for a bitfield element. Accept an OUTER state argument for recursive processing. Recurse on record or array CONSTRUCTOR values, possibly past noop conversions. - (initializer_constant_valid_for_bitfield_p): New predicate. Whether + (initializer_constant_valid_for_bitfield_p): New predicate. Whether VALUE is a valid constant-valued expression for use in a static bit-field initializer. - (output_constructor): Rework to use helpers. Accept and honor an - OUTER state argument for recursive calls. Return total size. Be + (output_constructor): Rework to use helpers. Accept and honor an + OUTER state argument for recursive calls. Return total size. Be prepared for nested constructors initializing bitfields. (output_constant): Feed OUTER in calls to output_constructor.