From: Toon Moene Date: Tue, 27 Dec 2005 12:09:06 +0000 (+0100) Subject: g77.texi: Corrected entry about catching Floating Point Exceptions. X-Git-Tag: releases/gcc-3.4.6~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e109f238131fb49506b12c91196aea4cd48e42a;p=thirdparty%2Fgcc.git 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 --- 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