]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
g77.texi: Corrected entry about catching Floating Point Exceptions.
authorToon Moene <toon@moene.indiv.nluug.nl>
Tue, 27 Dec 2005 12:09:06 +0000 (13:09 +0100)
committerToon Moene <toon@gcc.gnu.org>
Tue, 27 Dec 2005 12:09:06 +0000 (12:09 +0000)
2005-12-27  Toon Moene  <toon@moene.indiv.nluug.nl>

PR/25494
* g77.texi: Corrected entry about catching
Floating Point Exceptions.

From-SVN: r109080

gcc/f/ChangeLog
gcc/f/g77.texi

index 128917163eb9f406c41ba367fdb8a79956deee0b..47ba73d125297f06c5f8d14fa321859df3119c8b 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-27  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       PR/25494
+       * g77.texi: Corrected entry about catching
+       Floating Point Exceptions.
+
 2005-11-30  Release Manager
 
        * GCC 3.4.5 released.
index 3d5f83d3da6aa48e35933fc2f47fa48e8a38aff7..23172315fbcc4e7e65df7371c9aba80134ee0ee5 100644 (file)
@@ -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