From 6c78166162a99f2cc511a7335628fb36b088ed96 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 26 Aug 2012 15:36:33 +0000 Subject: * doc/invoke.texi (C++ Dialect Options): Add missing space. From-SVN: r190692 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0468d01..fe032c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-26 Gerald Pfeifer + + * doc/invoke.texi (C++ Dialect Options): Add missing space. + 2012-08-25 Eric Botcazou PR rtl-optimization/54088 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b6d6b40..daf9a5d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2313,7 +2313,7 @@ struct B : public A @{ int f2 : 1; @}; @noindent In this case, G++ places @code{B::f2} into the same byte -as@code{A::f1}; other compilers do not. You can avoid this problem +as @code{A::f1}; other compilers do not. You can avoid this problem by explicitly padding @code{A} so that its size is a multiple of the byte size on your platform; that causes G++ and other compilers to lay out @code{B} identically. -- cgit v1.1