This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] g77.texi clean-ups


Hi,

Some easy clean-ups. This passes make info and make dvi. This patch applies
cleanly to both branch and mainline.

jan



2001-05-31  Jan van Male  <jan.vanmale@fenk.wau.nl>

        * g77.texi: Use two spaces between command options, eliminate
        some 'overfull hboxes'.

*** g77.texi    2001/05/22 21:40:07     1.72.4.3
--- g77.texi    2001/05/31 20:00:23
*************** GNU General Public License for more deta
*** 614,620 ****

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  @end smallexample

  Also add information on how to contact you by electronic and paper mail.
--- 614,621 ----

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place - Suite 330,
! Boston, MA 02111-1307, USA.
  @end smallexample

  Also add information on how to contact you by electronic and paper mail.
*************** by type.  Explanations are in the follow
*** 1370,1376 ****
  -fintrin-case-lower  -fintrin-case-any
  -fmatch-case-initcap  -fmatch-case-upper
  -fmatch-case-lower  -fmatch-case-any
! -fsource-case-upper -fsource-case-lower  -fsource-case-preserve
  -fsymbol-case-initcap  -fsymbol-case-upper
  -fsymbol-case-lower  -fsymbol-case-any
  -fcase-strict-upper  -fcase-strict-lower
--- 1371,1378 ----
  -fintrin-case-lower  -fintrin-case-any
  -fmatch-case-initcap  -fmatch-case-upper
  -fmatch-case-lower  -fmatch-case-any
! -fsource-case-upper  -fsource-case-lower
! -fsource-case-preserve
  -fsymbol-case-initcap  -fsymbol-case-upper
  -fsymbol-case-lower  -fsymbol-case-any
  -fcase-strict-upper  -fcase-strict-lower
*************** by type.  Explanations are in the follow
*** 1396,1402 ****
  @xref{Warning Options,,Options to Request or Suppress Warnings}.
  @smallexample
  -fsyntax-only  -pedantic  -pedantic-errors  -fpedantic
! -w  -Wno-globals  -Wimplicit -Wunused  -Wuninitialized
  -Wall  -Wsurprising
  -Werror  -W
  @end smallexample
--- 1398,1404 ----
  @xref{Warning Options,,Options to Request or Suppress Warnings}.
  @smallexample
  -fsyntax-only  -pedantic  -pedantic-errors  -fpedantic
! -w  -Wno-globals  -Wimplicit  -Wunused  -Wuninitialized
  -Wall  -Wsurprising
  -Werror  -W
  @end smallexample



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]