Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 15:03:39 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37595 for review
Message-ID:  <200309052203.h85M3d1M064486@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37595

Change 37595 by peter@peter_daintree on 2003/09/05 15:02:43

	dont catch fatal signals in order to ensure a better coredump

Affected files ...

.. //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/toplev.c#2 edit

Differences ...

==== //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/toplev.c#2 (text+ko) ====

@@ -4601,6 +4601,7 @@
 
   gcc_init_libintl ();
 
+#if 0
   /* Install handler for SIGFPE, which may be received while we do
      compile-time floating point arithmetic.  */
   signal (SIGFPE, float_signal);
@@ -4621,6 +4622,7 @@
 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
   signal (SIGIOT, crash_signal);
 #endif
+#endif
 
   /* Initialize the diagnostics reporting machinery, so option parsing
      can give warnings and errors.  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309052203.h85M3d1M064486>