Commit 3b6bd115 by Jason Merrill Committed by Jason Merrill

* lang-specs.h: Add more __EXCEPTIONS.

From-SVN: r39633
parent 1ffc5c6e
2001-02-13 Jason Merrill <jason@redhat.com>
* lang-specs.h: Add more __EXCEPTIONS.
2001-02-12 Nathan Sidwell <nathan@codesourcery.com> 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
* typeck2.c (process_init_constructor): Check * typeck2.c (process_init_constructor): Check
......
/* Definitions for specs for C++. /* Definitions for specs for C++.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -38,12 +38,14 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,12 +38,14 @@ Boston, MA 02111-1307, USA. */
%{!E:%{!M:%{!MM:\ %{!E:%{!M:%{!MM:\
%{save-temps:cpp0 -lang-c++ -D_GNU_SOURCE \ %{save-temps:cpp0 -lang-c++ -D_GNU_SOURCE \
%{!no-gcc:-D__GNUG__=%v1}\ %{!no-gcc:-D__GNUG__=%v1}\
%{!fno-exceptions:-D__EXCEPTIONS}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$}\ %{ansi:-D__STRICT_ANSI__ -trigraphs -$}\
%(cpp_options) %b.ii \n}\ %(cpp_options) %b.ii \n}\
cc1plus %{save-temps:-fpreprocessed %b.ii}\ cc1plus %{save-temps:-fpreprocessed %b.ii}\
%{!save-temps:%(cpp_options)\ %{!save-temps:%(cpp_options)\
%{!no-gcc:-D__GNUG__=%v1} -D_GNU_SOURCE \ %{!no-gcc:-D__GNUG__=%v1} -D_GNU_SOURCE \
%{!fno-exceptions:-D__EXCEPTIONS}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__}}\ %{ansi:-D__STRICT_ANSI__}}\
%{ansi:-trigraphs -$}\ %{ansi:-trigraphs -$}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment