Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3b635dfc
Commit
3b635dfc
authored
Feb 09, 2001
by
Jason Merrill
Committed by
Jason Merrill
Feb 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-specs.h: Restore definition of __EXCEPTIONS.
From-SVN: r39564
parent
2027b0ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/lang-specs.h
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
3b635dfc
2001-02-09 Jason Merrill <jason@redhat.com>
* lang-specs.h: Restore definition of __EXCEPTIONS.
2001-02-08 Jason Merrill <jason@redhat.com>
2001-02-08 Jason Merrill <jason@redhat.com>
* search.c (shared_member_p): New function.
* search.c (shared_member_p): New function.
...
...
gcc/cp/lang-specs.h
View file @
3b635dfc
...
@@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -33,6 +33,7 @@ Boston, MA 02111-1307, USA. */
the external preprocessor if -save-temps is given. */
the external preprocessor if -save-temps is given. */
#if ENABLE_NEW_GXX_ABI
#if ENABLE_NEW_GXX_ABI
"%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\
"%{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}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{!E:%{!M:%{!MM:\
%{!E:%{!M:%{!MM:\
...
@@ -51,6 +52,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -51,6 +52,7 @@ Boston, MA 02111-1307, USA. */
%{!fsyntax-only:%(invoke_as)}}}}"
%{!fsyntax-only:%(invoke_as)}}}}"
#else
#else
"%{E|M|MM:cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
"%{E|M|MM:cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
%{!fno-exceptions:-D__EXCEPTIONS}\
%{fnew-abi:-D__GXX_ABI_VERSION=100}\
%{fnew-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{!E:%{!M:%{!MM:\
%{!E:%{!M:%{!MM:\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment