From 2e109f238131fb49506b12c91196aea4cd48e42a Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Tue, 27 Dec 2005 13:09:06 +0100 Subject: [PATCH] g77.texi: Corrected entry about catching Floating Point Exceptions. 2005-12-27 Toon Moene PR/25494 * g77.texi: Corrected entry about catching Floating Point Exceptions. From-SVN: r109080 --- gcc/f/ChangeLog | 6 ++++++ gcc/f/g77.texi | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 128917163eb9..47ba73d12529 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2005-12-27 Toon Moene + + PR/25494 + * g77.texi: Corrected entry about catching + Floating Point Exceptions. + 2005-11-30 Release Manager * GCC 3.4.5 released. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 3d5f83d3da6a..23172315fbcc 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -9415,12 +9415,13 @@ trapfpe () @} @end smallexample -A convenient trick is to compile this something like: +Assuming the above source is in file @file{trapfpe.c}, +then compile this routine as follows: @smallexample -gcc -o libtrapfpe.a trapfpe.c +gcc -c trapfpe.c @end smallexample -and then use it by adding @option{-trapfpe} to the @command{g77} command line -when linking. +and subsequently use it by adding @file{trapfpe.o} to the @command{g77} +command line when linking. @node Nonportable Conversions @subsection Nonportable Conversions -- 2.47.2