Add missing blanks after dots in entry.
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2009 15:25:19 +0000 (15:25 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2009 15:25:19 +0000 (15:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148048 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 1079834..86882e5 100644 (file)
        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.