]> gcc.gnu.org Git - gcc.git/commitdiff
* lang-specs.h: Restore definition of __EXCEPTIONS.
authorJason Merrill <jason@redhat.com>
Fri, 9 Feb 2001 12:07:07 +0000 (07:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Feb 2001 12:07:07 +0000 (07:07 -0500)
From-SVN: r39564

gcc/cp/ChangeLog
gcc/cp/lang-specs.h

index feb017726227dbd98f27256065664cb37434da1d..ed27ab66d9b915af0d3c955fa54ac7c080dcd868 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-09  Jason Merrill  <jason@redhat.com>
+
+       * lang-specs.h: Restore definition of __EXCEPTIONS.
+
 2001-02-08  Jason Merrill  <jason@redhat.com>
 
        * search.c (shared_member_p): New function.
index cfcac347487a30a79dfb5294e1df90518d6833e7..cc0d996802fedb0b21854e793ffa91c9289e29ff 100644 (file)
@@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA.  */
       the external preprocessor if -save-temps is given.  */
 #if ENABLE_NEW_GXX_ABI
     "%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\
+       %{!fno-exceptions:-D__EXCEPTIONS}\
        %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
        %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
      %{!E:%{!M:%{!MM:\
@@ -51,6 +52,7 @@ Boston, MA 02111-1307, USA.  */
        %{!fsyntax-only:%(invoke_as)}}}}"
 #else
     "%{E|M|MM:cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
+       %{!fno-exceptions:-D__EXCEPTIONS}\
        %{fnew-abi:-D__GXX_ABI_VERSION=100}\
        %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
      %{!E:%{!M:%{!MM:\
This page took 0.084948 seconds and 5 git commands to generate.