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
f5cc3cbb
Commit
f5cc3cbb
authored
Aug 15, 2012
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler: Adjust for GCC always being built with C++.
From-SVN: r190405
parent
18da4303
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
28 deletions
+1
-28
gcc/go/gofrontend/expressions.cc
+0
-9
gcc/go/gofrontend/gogo-tree.cc
+1
-10
gcc/go/gofrontend/types.cc
+0
-9
No files found.
gcc/go/gofrontend/expressions.cc
View file @
f5cc3cbb
...
...
@@ -10,11 +10,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern
"C"
{
#endif
#include "toplev.h"
#include "intl.h"
#include "tree.h"
...
...
@@ -24,10 +19,6 @@ extern "C"
#include "real.h"
#include "realmpfr.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "gogo.h"
#include "types.h"
...
...
gcc/go/gofrontend/gogo-tree.cc
View file @
f5cc3cbb
...
...
@@ -8,11 +8,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern
"C"
{
#endif
#include "toplev.h"
#include "tree.h"
#include "gimple.h"
...
...
@@ -22,12 +17,8 @@ extern "C"
#include "convert.h"
#include "output.h"
#include "diagnostic.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "types.h"
#include "expressions.h"
#include "statements.h"
...
...
gcc/go/gofrontend/types.cc
View file @
f5cc3cbb
...
...
@@ -8,11 +8,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern
"C"
{
#endif
#include "toplev.h"
#include "intl.h"
#include "tree.h"
...
...
@@ -20,10 +15,6 @@ extern "C"
#include "real.h"
#include "convert.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "gogo.h"
#include "operator.h"
...
...
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